emacs-devel
[Top][All Lists]
Advanced

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

Re: eww


From: Stefan Monnier
Subject: Re: eww
Date: Mon, 13 Jan 2014 19:00:51 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> This calling convention has the drawback that (define-alternatives web)
>> isn't recognized as a definition for the variable web-alternatives.
> I'm not sure I understand.

If you try to jump to the source from "C-h v web-alternatives", Emacs
won't find the right spot.

You should be able to work around this use by adding to the macro
something like

       (put ',varname 'definition-name ',cmdname)


-- Stefan



reply via email to

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