all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* About `current-kill'
@ 2013-03-17 22:32 Xue Fuqiao
  2013-03-18  0:00 ` Óscar Fuentes
  2013-03-18  0:38 ` Stephen Berman
  0 siblings, 2 replies; 4+ messages in thread
From: Xue Fuqiao @ 2013-03-17 22:32 UTC (permalink / raw)
  To: help-gnu-emacs

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.

-- 
Xue Fuqiao
http://www.gnu.org/software/emacs/



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-18  8:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-17 22:32 About `current-kill' Xue Fuqiao
2013-03-18  0:00 ` Óscar Fuentes
2013-03-18  0:38 ` Stephen Berman
2013-03-18  8:24   ` Xue Fuqiao

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.