From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29320 invoked by alias); 4 Mar 2003 19:46:12 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 29288 invoked from network); 4 Mar 2003 19:46:11 -0000 Received: from unknown (HELO bilbo.inter.net.il) (192.114.186.18) by 172.16.49.205 with SMTP; 4 Mar 2003 19:46:11 -0000 Received: from zaretsky ([80.230.235.12]) by bilbo.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id AHU33247; Tue, 4 Mar 2003 21:20:50 +0200 (IST) Date: Tue, 04 Mar 2003 19:46:00 -0000 From: "Eli Zaretskii" To: ac131313@redhat.com Message-Id: <7458-Tue04Mar2003211633+0200-eliz@elta.co.il> CC: gdb-patches@sources.redhat.com, vinschen@redhat.com In-reply-to: <3E64F632.4070005@redhat.com> (message from Andrew Cagney on Tue, 04 Mar 2003 13:53:38 -0500) Subject: Re: [RFA]: File-I/O patch, Documentation Reply-to: Eli Zaretskii References: <20021121100443.U24928@cygbert.vinschen.de> <3E5D4C4C.1040502@redhat.com> <20030227083701.GE20955@cygbert.vinschen.de> <3E5E9A1A.9000708@redhat.com> <20030228083308.GG24097@cygbert.vinschen.de> <3E5F807D.9080506@redhat.com> <20030228154730.GK20955@cygbert.vinschen.de> <3E617364.9060700@redhat.com> <20030303121249.GM1193@cygbert.vinschen.de> <3E64F632.4070005@redhat.com> X-SW-Source: 2003-03/txt/msg00110.txt.bz2 > Date: Tue, 04 Mar 2003 13:53:38 -0500 > From: Andrew Cagney > > Changing the line: > > @subsection The @code{F} request packet > > (and a second very similar in a similar way) to: > > @subsection The `F' request packet > > fixed the problem. This has me totally puzzled since other @subsection > lines use @..{} and work fine. > > Eli? Sounds like a bug in pdftex (I don't use it much, so don't have any clues, sorry): @-commands should work in section names. Do texi2dvi and TeX grok the original Texinfo? If they do, this is worth reporting as a bug to bug-texinfo mailing list (but make sure you have the latest pdftex first).