[Top][All Lists]
[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
- Re: New function `emacs-version>=', (continued)
- Re: New function `emacs-version>=', Juanma Barranquero, 2003/05/02
- Re: New function `emacs-version>=', Stefan Monnier, 2003/05/02
- Re: New function `emacs-version>=', Juanma Barranquero, 2003/05/02
- Re: New function `emacs-version>=', Ehud Karni, 2003/05/03
- Re: New function `emacs-version>=', Juanma Barranquero, 2003/05/03
- Re: New function `emacs-version>=', Stephen J. Turnbull, 2003/05/03
- Re: New function `emacs-version>=', Juanma Barranquero, 2003/05/04
- Re: New function `emacs-version>=', Stephen J. Turnbull, 2003/05/06
- Re: New function `emacs-version>=', Richard Stallman, 2003/05/04
- Re: New function `emacs-version>=', Reiner Steib, 2003/05/03
- Re: New function `emacs-version>=',
Stefan Monnier <=
- sort-coding-systems in 21.3 and RC branch (was: New function `emacs-version>='), Reiner Steib, 2003/05/05
- Re: sort-coding-systems in 21.3 and RC branch (was: New function `emacs-version>='), Kenichi Handa, 2003/05/06
Re: [Suggestion] New function `emacs-version>=', Thien-Thi Nguyen, 2003/05/02
Re: [Suggestion] New function `emacs-version>=', Richard Stallman, 2003/05/04
Re: [Suggestion] New function `emacs-version>=', Istvan Marko, 2003/05/06
RE: [Suggestion] New function `emacs-version>=', Wedler, Christoph, 2003/05/05
RE: [Suggestion] New function `emacs-version>=', Wedler, Christoph, 2003/05/06