emacs-devel
[Top][All Lists]
Advanced

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

Re: Evil defvars in org.el


From: Stefan Monnier
Subject: Re: Evil defvars in org.el
Date: Fri, 04 May 2012 11:29:22 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

> It seems to me that this is something where there really ought to be
> a general Emacs solution (dynamic-let or whatever).

There is such a thing: (defvar <foo>).

> Another example is display-time-string-forms (helpfully hidden by
> with-no-warnings). Do you propose to make similar changes everywhere
> this same issue occurs?

There are many cases where changing the name of the dynamic vars is
too inconvenient (they may even appear in user's customization).


        Stefan



reply via email to

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