emacs-devel
[Top][All Lists]
Advanced

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

Re: mykie.el


From: Stefan Monnier
Subject: Re: mykie.el
Date: Mon, 13 Jan 2014 09:03:53 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> That's means Emacs devel or common emacser do not restrict user keybind
> of self-insert-command, isn't it?

This has nothing to do with self-insert-command, really.  Mew assumes
that the key-binding it gets is either nil or a symbol, whereas
a command can also be a byte-code vector, a plain vector, or a list
(representing an interpreted lambda expression).  So Mew's code needs
a `symbolp' test before calling `symbol-name'.


        Stefan



reply via email to

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