emacs-devel
[Top][All Lists]
Advanced

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

Re: keymap.el and its checks


From: Stefan Monnier
Subject: Re: keymap.el and its checks
Date: Sun, 02 Oct 2022 22:52:04 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

T.V Raman [2022-10-02 18:15:50] wrote:
> The append  of listify-key-sequence works without any lisp errors, but
> sadly it appears to not exit the repeat whereas pushing a raw 7 (rather
> than a '(7) ) appears to work with respect to disabling the repeat.

I think you still haven't understood that `unread-command-events`
contains a list of events.  Not a list of list of keys.
You have to use `append` (together with `setq`, presumably) *instead of*
`push`.


        Stefan




reply via email to

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