auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX-devel] Re: [AUCTeX] Re: auctex.el.in missing in snapshots


From: David Kastrup
Subject: Re: [AUCTeX-devel] Re: [AUCTeX] Re: auctex.el.in missing in snapshots
Date: Wed, 11 May 2005 18:30:22 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Reiner Steib <address@hidden> writes:

> On Wed, May 11 2005, David Kastrup wrote:
>
>> Well, now
>> make TAG=`date '+%Y%m%d'` tar-ball
>>
>> should work, or, if you prefer the dashed format
>>
>> make TAG=`date --iso` tar-ball
>
> Nice.  I used TAGs like 20050511-a which doesn't work as it is.  Do
> you see any problem with this modification of the sed expression?
>
> -     '/^[-0-9]*$$/s//-D &/'
> +     '/^\([0-9]*\)[-a-z]*$$/s//-D \1/'

Well, it will stop the TAG=`date --iso` stuff from working, but as
long as we are the only people thinking up TAG names, this should not
matter too much.  What is the rationale behind it?  Should the
expression become something like
'/^\([-0-9]*[0-9]\)[-a-z]*$$//-D \1/'
instead, maybe?

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

[Prev in Thread] Current Thread [Next in Thread]