From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24813 invoked by alias); 11 Apr 2009 19:45:49 -0000 Received: (qmail 24803 invoked by uid 22791); 11 Apr 2009 19:45:49 -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 19:45:41 +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 n3BJjcKp025297; Sat, 11 Apr 2009 15:45:38 -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 n3BJjdih018135; Sat, 11 Apr 2009 15:45:40 -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 n3BJjZvR021483; Sat, 11 Apr 2009 15:45:37 -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 n3BJjXxP026179; Sat, 11 Apr 2009 21:45:33 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.2/Submit) id n3BJjVq0026160; Sat, 11 Apr 2009 21:45:31 +0200 Date: Sat, 11 Apr 2009 19:45:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [patch] [1/5] Types reference counting [base] Message-ID: <20090411194531.GA23799@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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83vdpbng3u.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/msg00221.txt.bz2 On Sat, 11 Apr 2009 21:29:57 +0200, Eli Zaretskii wrote: > > BTW do you know some way how to generate .tex (not .dvi or .pdf) from > > .texinfo? > > There's no way, AFAIK. Why do you need that? As you were objecting the @: formatting which has no effect on the .info files and with my eyes I could not even find a visual difference for the .pdf files. I was just automatically attempting to verify the fix, no problem. Thanks, Jan