help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: how 'add-to-ordered-list' use


From: a machine of awareness
Subject: Re: how 'add-to-ordered-list' use
Date: Tue, 18 Oct 2011 20:53:36 +0800
User-agent: Emacs+gnus

S Boucher <stbya@yahoo.com> writes:
I rerun it,result is no change.

(progn
  (setq foo '(1 6 9 10 3 4))
  (add-to-ordered-list1 'foo 10)
)
(9 1 6 10 3 4)

Thanks.
> You should provide your version of emacs.  I don't see what you see.
>
> (setq foo '(1 6 9 10 3 4))
> (1 6 9 10 3 4)
>
> (add-to-ordered-list 'foo 10)
> (1 6 9 10 3 4)
>
> (emacs-version)
> "GNU Emacs 23.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.22.0)
>  of 2011-05-31 on "
-- 
a machine of awareness
 Debian、Emacs+Gnus




reply via email to

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