From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: possible single-quote bug in PDF docs (was: trouble with Imenu integration) Date: Sun, 18 Jul 2010 08:05:48 +0200 Message-ID: <13879F5E-9CB6-4EF0-950A-F76B0892276B@gmail.com> References: <9707EA08-D22C-4BDF-98E3-CA3A0CFC250C@gilbert.org> <87fwzjmiqe.wl%dmaus@ictsoc.de> <3B9C662E-184F-4280-A06A-ABB931362067@gilbert.org> <87wrsuboqb.wl%dmaus@ictsoc.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=33931 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OaN0b-0000U7-NC for emacs-orgmode@gnu.org; Sun, 18 Jul 2010 02:05:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OaN0a-0002Bh-QC for emacs-orgmode@gnu.org; Sun, 18 Jul 2010 02:05:53 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:65119) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OaN0a-0002BU-Fe for emacs-orgmode@gnu.org; Sun, 18 Jul 2010 02:05:52 -0400 Received: by eydd26 with SMTP id d26so913556eyd.0 for ; Sat, 17 Jul 2010 23:05:51 -0700 (PDT) In-Reply-To: <87wrsuboqb.wl%dmaus@ictsoc.de> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David Maus Cc: Michael Gilbert , emacs-orgmode Mailinglist Hi David, On Jul 17, 2010, at 8:34 AM, David Maus wrote: > Carsten Dominik wrote: > >> Yes. Unfortunately I don't know a way to fix this. > > This is a known problem and texinfo provides the options > > ,---- > | @set txicodequoteundirected > | causes the output for the ' character to be the undirected > single quote, like this: > | > | '. > | @set txicodequotebacktick > | Cause the output for the ` character to be the standalone > grave accent, like this: > | > | `. > `---- > http://www.gnu.org/software/hello/manual/texinfo/Inserting-Quote-Characters.html > > To make these options work the file texinfo.tex in doc has to replaced > by a recent version. Here it is located at > > /usr/share/texmf/tex/texinfo/texinfo.tex > > Compiling the manual with this texinfo.tex works fine and the quotes Great! Could you please submit a patch which fixes this in the manual and also replaces texinfo.tex? Thanks you for squashing an old and annoying bug. - Carsten