From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30089 invoked by alias); 9 May 2012 05:54:28 -0000 Received: (qmail 30081 invoked by uid 22791); 9 May 2012 05:54:27 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 09 May 2012 05:54:05 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q495rfo6012465 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 9 May 2012 01:53:41 -0400 Received: from host2.jankratochvil.net (ovpn-116-17.ams2.redhat.com [10.36.116.17]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q495rYam011607 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 9 May 2012 01:53:38 -0400 Date: Wed, 09 May 2012 05:54:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: gdb-patches@sourceware.org, Eli Zaretskii Subject: Re: [patch#3 5/8] set auto-load safe-path Message-ID: <20120509055334.GA17879@host2.jankratochvil.net> References: <20120403185058.GE14189@host2.jankratochvil.net> <20120509042129.GA24867@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120509042129.GA24867@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-05/txt/msg00253.txt.bz2 On Wed, 09 May 2012 06:21:29 +0200, Joel Brobecker wrote: > Sorry to be coming this late in the discussion, but I thought I'd make > one comment about the documentation: OK, thanks, going to post documentation update (I even already have some different auto-load doc updates prepared). I am more curious the message warning: File "/home/user/src/gdb/.gdbinit" auto-loading has been declined by your `auto-load safe-path' set to "/usr/local". already does not suggest you what to do, without ever needing to open the documentation. Whether the warning message could not be (also) improved. Thanks, Jan