emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] master 785f837 6/8: hydra.el (defhydra): Use `clear-temporary


From: Oleh Krehel
Subject: Re: [elpa] master 785f837 6/8: hydra.el (defhydra): Use `clear-temporary-overlay-map'
Date: Fri, 30 Jan 2015 22:40:44 +0100

On Fri, Jan 30, 2015 at 10:06 PM, Stefan Monnier
<address@hidden> wrote:
>>>> hydra.el (defhydra): Use `clear-temporary-overlay-map'
>>> Hmm... when/where is this function defined?
>> It's generated by legacy code in at least in Emacs 24.3.4.
>
> No, that's a misunderstanding:
>
>>       (let* ((clearfunsym (make-symbol "clear-temporary-overlay-map"))
>
> This creates a symbol whose name is "clear-temporary-overlay-map" but
> this symbol is different from the one you get with:
>
>    'clear-temporary-overlay-map
>
> So you can't call this function the way you do it.

Yes, I got it. It had to be interned, but it wasn't.
See the newer commit, it does something different.

Oleh



reply via email to

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