From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: Bibtex and latex export Date: Thu, 07 Oct 2010 10:37:52 -0400 Message-ID: <22913.1286462272@gamaville.dokosmarshall.org> 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> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=40777 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3rbj-0002QY-8v for emacs-orgmode@gnu.org; Thu, 07 Oct 2010 10:38:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3rbh-0000Tk-TT for emacs-orgmode@gnu.org; Thu, 07 Oct 2010 10:38:07 -0400 Received: from vms173011pub.verizon.net ([206.46.173.11]:58699) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3rbh-0000Tf-O8 for emacs-orgmode@gnu.org; Thu, 07 Oct 2010 10:38:05 -0400 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173011.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0L9X00BZHCN4Z060@vms173011.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 07 Oct 2010 09:37:54 -0500 (CDT) In-reply-to: Message from Eric S Fraga of "Thu, 07 Oct 2010 15:29:56 BST." <87vd5edqjf.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: nicholas.dokos@hp.com, emacs-orgmode@gnu.org 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. > > 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... Nick