emacs-devel
[Top][All Lists]
Advanced

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

Re: Patch for broken `insert-kbd-macro'.


From: Kim F. Storm
Subject: Re: Patch for broken `insert-kbd-macro'.
Date: Mon, 29 Nov 2004 01:08:24 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

Luc Teirlinck <address@hidden> writes:

> The minibuffer completion for `insert-kbd-macro' is broken, because it
> assumes that keyboard macros are always strings or vectors, which is
> no longer true.  As a result `insert-kbd-macro' _always_ claims that
> there are no completions, whenever the keyboard macro is given by a
> lambda expression, as is true for nearly all newly defined keyboard
> macros.  The patch below fixes this.

Thanks for investigating this.

However, there is an easier way -- just check for a kmacro property on
the symbol.  I installed a fix.





reply via email to

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