emacs-devel
[Top][All Lists]
Advanced

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

Re: printing.el again


From: Stefan Monnier
Subject: Re: printing.el again
Date: Tue, 16 Nov 2004 11:51:47 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

>> Actually, I don't think optimizations should be particularly mentioned.
>> The interesting part of optimizing (featurep 'xemacs) is that it eliminates
>> spurious warnings.  There are other ways to get the same effect, such as
>> what is done with (if (fboundp 'foo) ...) where the test is not optimized
>> away, but where warnings are selectively prevented.

> Is it planned to recognize (and (fboundp 'foo) ...) and (and (boundp
> 'foo) ...) as well?

As soon as someone writes the patch for it.


        Stefan




reply via email to

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