From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Re: Bibtex and latex export Date: Thu, 07 Oct 2010 20:51:50 +0100 Message-ID: <87iq1dok6h.wl%ucecesf@ucl.ac.uk> References: <4C9122FE.1080306@ccbr.umn.edu> <87aamra78p.fsf@mundaneum.com> <87pqvntldc.wl%ucecesf@ucl.ac.uk> <87d3rni6ea.fsf@Rainer.invalid> <87mxqqpjcf.wl%ucecesf@ucl.ac.uk> <18908.1286458199@gamaville.dokosmarshall.org> <87zkuqdrzr.wl%ucecesf@ucl.ac.uk> <21850.1286461345@gamaville.dokosmarshall.org> <87vd5edqjf.wl%ucecesf@ucl.ac.uk> <22913.1286462272@gamaville.dokosmarshall.org> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="Multipart_Thu_Oct__7_20:51:50_2010-1" Return-path: Received: from [140.186.70.92] (port=40264 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3wVS-0008Tf-Im for emacs-orgmode@gnu.org; Thu, 07 Oct 2010 15:51:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3wVR-00082f-7D for emacs-orgmode@gnu.org; Thu, 07 Oct 2010 15:51:58 -0400 Received: from vscane-a.ucl.ac.uk ([144.82.108.41]:49598) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3wVQ-00082J-Uc for emacs-orgmode@gnu.org; Thu, 07 Oct 2010 15:51:57 -0400 In-Reply-To: <22913.1286462272@gamaville.dokosmarshall.org> 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org --Multipart_Thu_Oct__7_20:51:50_2010-1 Content-Type: text/plain; charset=US-ASCII On Thu, 07 Oct 2010 10:37:52 -0400, Nick Dokos wrote: > > Eric S Fraga wrote: > > > > ... I would change the texi2dvi script to use [A-Za-z] > > > and submit a bug report to texinfo. > > > > I think I will do so. The thing is that the check is very much for > > DOS file names so I don't actually care what that part of the regex is > > doing! > > > > M$ will get you one way or another :-) > > BTW, if you do > > echo /foo | egrep '^(/|[A-z]:/)' > > do you get the bad range end error message? If so, then your egrep > is indeed stricter than mine. I do indeed: : egrep: Invalid range end. Very strange. > > > LC_ALL=C texi2dvi ... > > > > but this may have unexpected side effects? I'm not sure if any of the > > latex suite use the locale... > > Yeah, perhaps... Interestingly, it *is* a locale issue: : $ echo /foo | LC_ALL=C egrep '^(/|[A-z]:/)' : /foo --Multipart_Thu_Oct__7_20:51:50_2010-1 Content-Type: text/plain; charset=US-ASCII -- Eric S Fraga GnuPG: 8F5C 279D 3907 E14A 5C29 570D C891 93D8 FFFC F67D --Multipart_Thu_Oct__7_20:51:50_2010-1 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --Multipart_Thu_Oct__7_20:51:50_2010-1--