From: a machine of awareness <machine.of.awareness@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: how 'add-to-ordered-list' use
Date: Mon, 17 Oct 2011 22:17:37 +0800 [thread overview]
Message-ID: <87ipnn66ta.fsf@gmail.com> (raw)
I read elisp manual.I use 'add-to-ordered-list',
and don't understand.Please look example:
(setq foo '(1 6 9 10 3 4))
(1 6 9 10 3 4)
(add-to-ordered-list 'foo 10)
(6 9 1 10 3 4)
Why order is changed?
From (1 6 9 10 3 4) to (6 9 1 10 3 4)?
--
a machine of awareness
Debian、Emacs+Gnus
next reply other threads:[~2011-10-17 14:17 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-17 14:17 a machine of awareness [this message]
2011-10-17 14:18 ` how 'add-to-ordered-list' use Tim Landscheidt
2011-10-17 14:21 ` S Boucher
2011-10-18 12:49 ` a machine of awareness
2011-10-18 12:53 ` a machine of awareness
2011-10-18 13:08 ` a machine of awareness
2011-10-18 13:30 ` a machine of awareness
2011-10-18 13:57 ` a machine of awareness
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=87ipnn66ta.fsf@gmail.com \
--to=machine.of.awareness@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/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.