From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: a machine of awareness Newsgroups: gmane.emacs.help Subject: Re: how 'add-to-ordered-list' use Date: Tue, 18 Oct 2011 21:30:10 +0800 Message-ID: <87lisi77h9.fsf@gmail.com> References: <87ipnn66ta.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=gbk Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1318943915 18071 80.91.229.12 (18 Oct 2011 13:18:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 18 Oct 2011 13:18:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 18 15:18:31 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RG9Yr-0000GG-Cw for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Oct 2011 15:18:29 +0200 Original-Received: from localhost ([::1]:49767 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RG9Yn-0002jv-OV for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Oct 2011 09:18:25 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RG9Yf-0002jf-Cd for help-gnu-emacs@gnu.org; Tue, 18 Oct 2011 09:18:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RG9Yd-0007yA-0n for help-gnu-emacs@gnu.org; Tue, 18 Oct 2011 09:18:17 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:60122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RG9Yc-0007y2-Qp for help-gnu-emacs@gnu.org; Tue, 18 Oct 2011 09:18:14 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RG9Yc-00006c-03 for help-gnu-emacs@gnu.org; Tue, 18 Oct 2011 15:18:14 +0200 Original-Received: from 118.181.109.165 ([118.181.109.165]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Oct 2011 15:18:13 +0200 Original-Received: from machine.of.awareness by 118.181.109.165 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Oct 2011 15:18:13 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 118.181.109.165 User-Agent: Emacs+gnus Cancel-Lock: sha1:VW5M9HQzTq0ITUi4hQ0/P5dV0tQ= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82614 Archived-At: a machine of awareness writes: > 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)? I run another,but is right?! (progn (setq foo '(1 6 8 10 3 4)) (add-to-ordered-list1 'foo 10) ) (1 6 8 10 3 4) Is a elisp bug? -- a machine of awareness Debianˇ˘Emacs+Gnus