emacs-devel
[Top][All Lists]
Advanced

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

Re: next emacs version?


From: Eli Zaretskii
Subject: Re: next emacs version?
Date: Sat, 20 Mar 2010 18:22:52 +0200

> From: "Drew Adams" <address@hidden>
> Cc: <address@hidden>
> Date: Sat, 20 Mar 2010 07:58:10 -0700
> 
> > > It's a transient problem that is not worth worrying about. Users who
> > > build from development sources will update and rebuild soon anyway.
> > 
> > Right.  And because of this, I think testing with version< against the
> > last officially released version would be good enough.
> 
> Actually, this is the test I think is appropriate, where N is the _next_
> official release (e.g. "23.2" in the current case):
> 
> (if (or (not (fboundp 'version<))
>         (version< emacs-version N))
>      OLD
>   NEW)
> 
> 24.0.50.1, 23.2, and later will pick up NEW.
> 23.1 and anything older will pick up OLD.
> 
> Testing with `version<' against the _last_ official release won't help, I 
> think.
> Maybe you meant `version<='?

Yes, sorry.




reply via email to

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