emacs-devel
[Top][All Lists]
Advanced

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

Re: DocView AutoFitting via "doc-view-autofit-mode"


From: Stefan Monnier
Subject: Re: DocView AutoFitting via "doc-view-autofit-mode"
Date: Tue, 03 Apr 2012 10:51:29 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

>>> It is already enabled (bzr trunk), I just didn't see it. Strangely
>>> enough, using `lexical-let' inside a lexical binding enabled file
>>> produces tons of "bad lexing" errors when used with named functions
>>> (It doesn't in lexica-binding disabled files).
>> I don't know what "used with named functions" mean.
> In the context of what was talked about
> (lambda () (message "foo"))
> would be an unnamed function, whereas
> (defun foo () (message "foo"))
> would be a function named "foo"

I know, but that doesn't explain the "used with".
Obviously, named functions are used all over the place with
lexical-binding, so they do work in many circumstances.


        Stefan



reply via email to

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