all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: S Boucher <stbya@yahoo.com>
To: a machine of awareness <machine.of.awareness@gmail.com>,
	"help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: Re: how 'add-to-ordered-list' use
Date: Mon, 17 Oct 2011 07:21:51 -0700 (PDT)	[thread overview]
Message-ID: <1318861311.49990.YahooMailNeo@web161611.mail.bf1.yahoo.com> (raw)
In-Reply-To: <87ipnn66ta.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 823 bytes --]

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 "



>________________________________
>From: a machine of awareness <machine.of.awareness@gmail.com>
>To: help-gnu-emacs@gnu.org
>Sent: Monday, October 17, 2011 10:17:37 AM
>Subject: how 'add-to-ordered-list' use
>
>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
>
>
>
>
>

[-- Attachment #2: Type: text/html, Size: 1588 bytes --]

  parent reply	other threads:[~2011-10-17 14:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-17 14:17 how 'add-to-ordered-list' use a machine of awareness
2011-10-17 14:18 ` Tim Landscheidt
2011-10-17 14:21 ` S Boucher [this message]
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=1318861311.49990.YahooMailNeo@web161611.mail.bf1.yahoo.com \
    --to=stbya@yahoo.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=machine.of.awareness@gmail.com \
    /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.