emacs-devel
[Top][All Lists]
Advanced

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

Re: New function `emacs-version>='


From: Stefan Monnier
Subject: Re: New function `emacs-version>='
Date: Sat, 03 May 2003 14:42:10 -0400

> On Fri, May 02 2003, Stefan Monnier wrote:
> 
> > It's just that sometimes it's difficult to test whether A works or
> > not.
> 
> Another example (BTW: Is this fixed in the RC branch?):
> 
> Gnus 5.9 bundled with Emacs 21.3 comes with a slightly broken version
> of the function `sort-coding-systems'.  Therefore in some cases, Gnus
> uses utf-16-x rather than utf-8.  Additionally, it's not correct
> utf-16-be.  (See [1] for details.)

Have you tried to test something like

 (eq 'mule-utf-16-be (car (sort-coding-systems '(mule-utf-8 mule-utf-16-be))))


-- Stefan





reply via email to

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