all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Explanation Request for the Function set-transient-map in subr.el
@ 2021-11-11 18:10 xenodasein--- via Users list for the GNU Emacs text editor
  2021-11-12 14:41 ` Stefan Monnier via Users list for the GNU Emacs text editor
  2021-11-14 12:08 ` FWD: " xenodasein--- via Users list for the GNU Emacs text editor
  0 siblings, 2 replies; 14+ messages in thread
From: xenodasein--- via Users list for the GNU Emacs text editor @ 2021-11-11 18:10 UTC (permalink / raw)
  To: help-gnu-emacs

What does this section do? In what situations this-command gets called using keys of the transient map but it is not equal to itself? What does mc mean?

((eq t keep-pred)
  (let ((mc (lookup-key map (this-command-keys-vector))))
  ;; If the key is unbound `this-command` is
  ;; nil and so is `mc`.
    (and mc (eq this-command mc))))




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

end of thread, other threads:[~2021-11-29 10:28 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-11 18:10 Explanation Request for the Function set-transient-map in subr.el xenodasein--- via Users list for the GNU Emacs text editor
2021-11-12 14:41 ` Stefan Monnier via Users list for the GNU Emacs text editor
2021-11-14 12:08 ` FWD: " xenodasein--- via Users list for the GNU Emacs text editor
2021-11-14 13:04   ` xenodasein--- via Users list for the GNU Emacs text editor
2021-11-14 23:13     ` Stefan Monnier via Users list for the GNU Emacs text editor
2021-11-28 18:12   ` xenodasein--- via Users list for the GNU Emacs text editor
2021-11-28 19:17     ` Michael Heerdegen
2021-11-28 19:45     ` Stefan Monnier
2021-11-28 20:48       ` xenodasein--- via Users list for the GNU Emacs text editor
2021-11-28 21:07         ` Stefan Monnier via Users list for the GNU Emacs text editor
2021-11-28 21:24           ` Michael Heerdegen
2021-11-28 22:29         ` xenodasein--- via Users list for the GNU Emacs text editor
2021-11-28 22:44           ` xenodasein--- via Users list for the GNU Emacs text editor
2021-11-29 10:28             ` Michael Heerdegen

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.