From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: New function `emacs-version>=' Date: Sat, 03 May 2003 14:42:10 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200305031842.h43IgBDm025358@rum.cs.yale.edu> References: <67B8CED503F3D511BB9F0008C75DAD66054855C9@dewdfx17> <20030502224227.C2FC.LEKTU@terra.es> <200305022114.h42LE8PH022578@rum.cs.yale.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1051987438 10461 80.91.224.249 (3 May 2003 18:43:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 3 May 2003 18:43:58 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat May 03 20:43:56 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19C1zI-0002ib-00 for ; Sat, 03 May 2003 20:43:56 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19C21S-0003Og-00 for ; Sat, 03 May 2003 20:46:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19C1zv-0002Hm-05 for emacs-devel@quimby.gnus.org; Sat, 03 May 2003 14:44:35 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19C1zD-0001wP-00 for emacs-devel@gnu.org; Sat, 03 May 2003 14:43:51 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19C1z0-0001ok-00 for emacs-devel@gnu.org; Sat, 03 May 2003 14:43:39 -0400 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19C1xc-0001DH-00 for emacs-devel@gnu.org; Sat, 03 May 2003 14:42:12 -0400 Original-Received: from rum.cs.yale.edu (localhost [127.0.0.1]) by rum.cs.yale.edu (8.12.8/8.12.8) with ESMTP id h43IgBx6025360; Sat, 3 May 2003 14:42:11 -0400 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.12.8/8.12.8/Submit) id h43IgBDm025358; Sat, 3 May 2003 14:42:11 -0400 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Reiner Steib <4.uce.03.r.s@nurfuerspam.de> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:13662 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13662 > 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