From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.help Subject: Re: About `current-kill' Date: Mon, 18 Mar 2013 01:00:53 +0100 Message-ID: <87k3p5bmq2.fsf@wanadoo.es> References: <20130318063242.6b5a5f6e70e148cfdcede7fb@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1363564886 14203 80.91.229.3 (18 Mar 2013 00:01:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Mar 2013 00:01:26 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 18 01:01:51 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UHNWO-00030z-Ry for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Mar 2013 01:01:48 +0100 Original-Received: from localhost ([::1]:33767 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHNW2-0005hI-1J for geh-help-gnu-emacs@m.gmane.org; Sun, 17 Mar 2013 20:01:26 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40562) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHNVr-0005hD-HV for help-gnu-emacs@gnu.org; Sun, 17 Mar 2013 20:01:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHNVm-00033u-38 for help-gnu-emacs@gnu.org; Sun, 17 Mar 2013 20:01:15 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:46386) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHNVl-00033h-TX for help-gnu-emacs@gnu.org; Sun, 17 Mar 2013 20:01:10 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UHNW1-0002jA-8E for help-gnu-emacs@gnu.org; Mon, 18 Mar 2013 01:01:25 +0100 Original-Received: from 201.red-88-13-110.dynamicip.rima-tde.net ([88.13.110.201]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Mar 2013 01:01:25 +0100 Original-Received: from ofv by 201.red-88-13-110.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Mar 2013 01:01:25 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 201.red-88-13-110.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:+RR9le3nSw7mAGFheWiFPPQVdBk= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:89572 Archived-At: Xue Fuqiao writes: > In the definition of the function `current-kill': > > [...] > (let ((ARGth-kill-element > (nthcdr (mod (- n (length kill-ring-yank-pointer)) > (length kill-ring)) > kill-ring))) > [...] > > I understand what `ARGth-kill-element' does (from its name). But how > does it work? I cannot understand it. ARGth-kill-element *does* nothing. It *is* a variable that takes the value of the expression that begins with (nthcdr ...