From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6268 invoked by alias); 11 Apr 2009 21:21:41 -0000 Received: (qmail 6259 invoked by uid 22791); 11 Apr 2009 21:21:40 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 11 Apr 2009 21:21:35 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n3BLLWjM011176; Sat, 11 Apr 2009 17:21:32 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n3BLLYPd030396; Sat, 11 Apr 2009 17:21:34 -0400 Received: from host0.dyn.jankratochvil.net (sebastian-int.corp.redhat.com [172.16.52.221]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n3BLLV81006448; Sat, 11 Apr 2009 17:21:32 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id n3BLLTSC021551; Sat, 11 Apr 2009 23:21:30 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.2/Submit) id n3BLLSJF021545; Sat, 11 Apr 2009 23:21:28 +0200 Date: Sat, 11 Apr 2009 21:21:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [patch] [1/5] Types reference counting [base] Message-ID: <20090411212128.GA21089@host0.dyn.jankratochvil.net> References: <20090411102044.GB32624@host0.dyn.jankratochvil.net> <838wm7301j.fsf@gnu.org> <20090411181523.GA24218@host0.dyn.jankratochvil.net> <83vdpbng3u.fsf@gnu.org> <20090411194531.GA23799@host0.dyn.jankratochvil.net> <83tz4uoq1p.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83tz4uoq1p.fsf@gnu.org> User-Agent: Mutt/1.5.18 (2008-05-17) 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: 2009-04/txt/msg00224.txt.bz2 On Sat, 11 Apr 2009 23:09:54 +0200, Eli Zaretskii wrote: > In any case, if it were possible to generate .tex from a Texinfo > source, this difference would not be visible there, Found out now texi2dvi is just a shell script. Just @: is left there intact as it is all processed directly by texinfo.tex and its catcode of `@'. So you are right seeing the .tex file does not help in any way. Thanks, Jan