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

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

Re: psgml updated to work with compilation-start (instead of compile-int


From: Stefan Monnier
Subject: Re: psgml updated to work with compilation-start (instead of compile-internal)
Date: Sat, 27 Jul 2013 11:05:51 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> There seems to be further trouble ahead, at some point in the future,
> of the type
>    (lambda (cons) ...) quoted with ' rather than with #'
> but I won't take care of that before this syntax becomes outlawed
> (hoping somebody else has done it by then ;-) );

It's not a "future trouble" situation.  More of a "bad idea, which might
slow things down and prevent useful compiler warnings".
The fix is easy: remove the quote in front of '(lambda ..).


        Stefan




reply via email to

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