From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: waterloo Newsgroups: gmane.emacs.help Subject: I find a mistake in "introduction to emacs lisp" in emacs 23 Date: Thu, 2 Jul 2009 09:33:47 +0800 Message-ID: <907065090907011833q6badb6b7ndc770f62c8daad47@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001636e0ad7ff79c6a046daf07b7 X-Trace: ger.gmane.org 1246508418 21913 80.91.229.12 (2 Jul 2009 04:20:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Jul 2009 04:20:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 02 06:20:12 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MMDmO-0000W1-7U for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Jul 2009 06:20:12 +0200 Original-Received: from localhost ([127.0.0.1]:43075 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMDmN-0004eN-AM for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Jul 2009 00:20:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MMBBS-0002IK-SI for help-gnu-emacs@gnu.org; Wed, 01 Jul 2009 21:33:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MMBBN-0002CC-JI for help-gnu-emacs@gnu.org; Wed, 01 Jul 2009 21:33:53 -0400 Original-Received: from [199.232.76.173] (port=33598 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MMBBN-0002Bt-CC for help-gnu-emacs@gnu.org; Wed, 01 Jul 2009 21:33:49 -0400 Original-Received: from mail-pz0-f193.google.com ([209.85.222.193]:62908) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MMBBM-0002lM-NZ for help-gnu-emacs@gnu.org; Wed, 01 Jul 2009 21:33:48 -0400 Original-Received: by pzk31 with SMTP id 31so379794pzk.14 for ; Wed, 01 Jul 2009 18:33:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=DqqELa/AZj0j/yJ6Yg7e5hKWINPfuDM5ZcF1UmrHfxQ=; b=SeqXrbbPOVaxxbzV61Sx2YqnHSCRncxCTkg7641OyEOlQmPOlIpO7BA+d6cVHMNpEB DdfeJpYKdpTZ08zvte3HQNCEFDy4hJKns5HVC/uS27f1tf9m23WD5bkVFyFArvst+LlE rGnyJMvsDcnQhcCjsvM+vZqAtmxxDdu2YWu/g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=uDXsrq3FDHEuTilJvfBCDJI8ByQuZHaIFNEocLnLKBLNI9+DAIPVKGhzf3VSgn1TQJ T7tttdcN/27BW424b6RW/1z8jNWXlqhUX2/dONMCey1r9P7cM3tXZ3/iPJY+z9Cr7Hkd gUYdQCWydYsEyWvKhPTosrxgGf8chNM3BTHQU= Original-Received: by 10.143.33.16 with SMTP id l16mr1504263wfj.104.1246498427214; Wed, 01 Jul 2009 18:33:47 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Thu, 02 Jul 2009 00:16:24 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:65722 Archived-At: --001636e0ad7ff79c6a046daf07b7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit In "kill-new function" of 8.3.1. The critical lines are these:...... > (setq kill-ring (cons string kill-ring)) is needless . thanks --001636e0ad7ff79c6a046daf07b7 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable In "kill-new function" of 8.3.1.

The critical lines are these:
...... <= /div>
=A0 (setq kill-ring (cons string kill-ring)) is needless = .

thanks
--001636e0ad7ff79c6a046daf07b7--