From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19323 invoked by alias); 25 Mar 2012 19:10:28 -0000 Received: (qmail 19315 invoked by uid 22791); 25 Mar 2012 19:10:27 -0000 X-SWARE-Spam-Status: No, hits=-6.7 required=5.0 tests=AWL,BAYES_00,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; Sun, 25 Mar 2012 19:10:15 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q2PJAD0V005595 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 25 Mar 2012 15:10:13 -0400 Received: from host2.jankratochvil.net (ovpn-116-28.ams2.redhat.com [10.36.116.28]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q2PJAAmw030599 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sun, 25 Mar 2012 15:10:12 -0400 Date: Sun, 25 Mar 2012 19:10:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [patch 5/6] set debug auto-load Message-ID: <20120325191009.GA11132@host2.jankratochvil.net> References: <20120324184029.GF26662@host2.jankratochvil.net> <83398xu7n5.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83398xu7n5.fsf@gnu.org> 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-03/txt/msg00855.txt.bz2 On Sat, 24 Mar 2012 20:21:50 +0100, Eli Zaretskii wrote: > > +For example @ref{auto-load safe-path} applies to canonicalized filenames which > > This kind of cross-reference looks awkwardly in the text, please use > @pxref in parentheses instead. Used: For example the list of directories from which it is safe to auto-load files (@pxref{auto-load safe-path}) applies to canonicalized filenames which may not be too obvious while setting it up. Thanks, Jan