help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: run-with-timer does not display message


From: Stefan Monnier
Subject: Re: run-with-timer does not display message
Date: Mon, 21 Jul 2014 09:29:37 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

>>> 1. How do I put Emacs in lexical mode? Do I do that
>> Put -*- lexical-binding:t -*- somewhere on the first
>> line of your Elisp file.
> So you can't do it for a specific function?

No.

> I'm starting to lean toward me preferring the backtick-comma
> solution...

99.9% of existing dynamically scoped Emacs Lisp will work just as well with
lexical-binding.  And the remaining 0.1% can usually be fixed very
easily by adding a few (defvar <myvar>).


        Stefan




reply via email to

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