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

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

bug#22111: 25.0.50; (this-command-keys) doesn't return prefix keys


From: Alan Mackenzie
Subject: bug#22111: 25.0.50; (this-command-keys) doesn't return prefix keys
Date: 7 Dec 2015 21:59:18 -0000
User-agent: tin/2.3.1-20141224 ("Tallant") (UNIX) (FreeBSD/10.1-RELEASE-p16 (amd64))

Hello, Artur.

In article <mailman.1609.1449524829.31583.bug-gnu-emacs@gnu.org> you wrote:
>>From emacs -Q:

> 1. Type (this-command-keys)
> 2. Type C-u C-x C-e
> 3. The result will not include C-u

I don't think this is a bug: C-u is bound to command
`universal-argument', and it works by setting `prefix-arg'.  Once it's
done that, `univeral-argument''s runtime is finished.

Then the next command is `eval-last-sexp', whose `this-command-keys' are
precisely C-x C-e.

-- 
Alan Mackenzie (Nuremberg, Germany).






reply via email to

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