all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: teirllm@dms.auburn.edu, emacs-devel@gnu.org
Subject: Re: Bug in latest CVS.
Date: Thu, 19 Sep 2002 14:57:41 -0400	[thread overview]
Message-ID: <E17s6Uf-0002va-00@fencepost.gnu.org> (raw)
In-Reply-To: <m3y99zoz2l.fsf@woof.play-bow.org> (message from Bob Halley on 18 Sep 2002 12:52:18 -0700)

Does this fix it?

*** cus-dep.el.~1.18.~	Tue Sep 17 09:47:57 2002
--- cus-dep.el	Thu Sep 19 14:49:30 2002
***************
*** 87,93 ****
  		    item where found)
  		(when members
  		  ;; So x and no-x builds won't differ.
! 		  (setq members (sort (copy-sequence members) 'string<))
  		  (while members
  		    (setq item (car (car members))
  			  members (cdr members)
--- 87,103 ----
  		    item where found)
  		(when members
  		  ;; So x and no-x builds won't differ.
! 		  (setq members
! 			(sort (copy-sequence members) 
! 			      (lambda (x y)
! 				(cond ((and (stringp x) (stringp y))
! 				       (string< x y))
! 				      ;; Put all non-strings before strings.
! 				      ((stringp y) t)
! 				      ((stringp x) nil)
! 				      ;; For two non-strings,
! 				      ;; use the order they appear in MEMBERS.
! 				      (t (member y (member x members)))))))
  		  (while members
  		    (setq item (car (car members))
  			  members (cdr members)

  reply	other threads:[~2002-09-19 18:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-18 19:48 Bug in latest CVS Luc Teirlinck
2002-09-18 19:52 ` Bob Halley
2002-09-19 18:57   ` Richard Stallman [this message]
2002-09-19 20:20     ` Bob Halley
2002-09-20 18:41       ` Richard Stallman
2002-09-20 19:03         ` Luc Teirlinck
  -- strict thread matches above, loose matches on Subject: below --
2002-09-11  1:36 Luc Teirlinck
2002-09-11  1:54 ` Luc Teirlinck
2002-09-11  7:01 ` Juanma Barranquero

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E17s6Uf-0002va-00@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=teirllm@dms.auburn.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.