From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12551 invoked by alias); 9 May 2012 17:50:06 -0000 Received: (qmail 12540 invoked by uid 22791); 9 May 2012 17:50:05 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 09 May 2012 17:49:52 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0M3R00I00O3MQR00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Wed, 09 May 2012 20:48:57 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M3R00IWFO5KHL70@a-mtaout21.012.net.il>; Wed, 09 May 2012 20:48:57 +0300 (IDT) Date: Wed, 09 May 2012 17:50:00 -0000 From: Eli Zaretskii Subject: Re: [patch 2/2] Implement multi-component --with-auto-load-dir In-reply-to: <20120509154847.GB12692@host2.jankratochvil.net> To: Jan Kratochvil Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <834nrp1c2s.fsf@gnu.org> References: <20120509154847.GB12692@host2.jankratochvil.net> 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/msg00291.txt.bz2 > Date: Wed, 9 May 2012 17:48:47 +0200 > From: Jan Kratochvil > > +set auto-load scripts-directory [:...] > + Set a list of directories with auto-loaded scripts. Automatically "Set a list of directories from which to load auto-loaded scripts." > +Set the list of directories with auto-loaded scripts."), _("\ > +Show the list of directories with auto-loaded scripts."), _("\ Likewise here. > +may be delimited by the host platform directory separator in use. I believe the correct term is "path separator". I suggest to say (@samp{:} on Unix, @samp{;} on Windows and DOS) for clarity here, and not further down. > +Each entry here needs to be covered also by the security setting > +@xref{set auto-load safe-path}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ You want "(@pxref{...})" here. OK with these changes. Thanks.