From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Karl Berry: Re: Nick Dokos: texi2dvi egrep regexp Date: Sat, 9 Oct 2010 17:27:23 +0200 Message-ID: <3B502F70-93E5-485E-B4B9-4850A06B7925@gmail.com> References: <17038.1286563867@gamaville.dokosmarshall.org> <87sk0fk6eo.wl%ucecesf@ucl.ac.uk> 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=59581 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4bNC-00020a-TE for emacs-orgmode@gnu.org; Sat, 09 Oct 2010 11:30:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4bKY-0003HH-DK for emacs-orgmode@gnu.org; Sat, 09 Oct 2010 11:27:27 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:61480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4bKY-0003H7-7P for emacs-orgmode@gnu.org; Sat, 09 Oct 2010 11:27:26 -0400 Received: by ewy4 with SMTP id 4so1296064ewy.0 for ; Sat, 09 Oct 2010 08:27:25 -0700 (PDT) In-Reply-To: <87sk0fk6eo.wl%ucecesf@ucl.ac.uk> 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: Eric S Fraga Cc: emacs-orgmode@gnu.org, nicholas.dokos@hp.com On Oct 9, 2010, at 12:27 PM, Eric S Fraga wrote: > On Fri, 8 Oct 2010 21:06:24 -0700, suvayu ali > wrote: > > [...] > >> I have filed a bug report on the Fedora bugzilla[1] pointing to all >> the relevant discussions about this issue. Feel free to add to/edit >> it. Thanks everyone for narrowing this down. :) > > And this bug has already been reported (twice) to Debian, as it turns > out: > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584191 > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586134 > > No resolution in either bug stream although suggestions do include > [A-Za-z] and [[:alpha:]]. > > I have simply edited /usr/bin/texi2dvi (but need to do this on all of > my other systems) and hope that next time it is upgraded the bug will > have been fixed... Hi everyone, I am looking for a way out which will allow pdf compilation of Org work out of the box, and still allow texi2dvi to be used where possible. I have so far come up with two possible work-arounds and would like to hear if one of them makes sense: 1. I could set the environment variable LC_ALL for the duration of the texi2dvi command to some value like C? That should fix the egrep call, but could it have adverse effects on the pdflatex and bibtex runs or any other stuff used in texi2dvi? 2. On startup, I could use (if (= 0 (shell-command "echo foo | egrep \"[A-z]\"")) .... to check if there is a problem and in this case go for manual pdflatex runs rather than using texi2dvi. THis might work, but it would be a bit unpredictable what ends up being used, and with no setup in Org you could get different sets of commands on different machines. Any ather ideas? Comments? Thanks. - Carsten - Carsten > -- > Eric S Fraga > GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode