help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Explanation Request for the Function set-transient-map in subr.el


From: xenodasein
Subject: Re: Explanation Request for the Function set-transient-map in subr.el
Date: Sun, 28 Nov 2021 19:12:56 +0100 (CET)

Thanks for your clarification on isearch issue.

>> ((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))))
>>

I'm still not clear why exactly this expression is used though: (eq 
this-command mc).
What are the possible values of mc here on the last line?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]