emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: bytecomp changes


From: Stefan Monnier
Subject: Re: bytecomp changes
Date: 27 Jan 2004 14:26:02 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> 1. A previous one to check interactive forms which had no response.

I wish we could just plain byte-compile the thing, but sanity-checking is
already helpful.  Maybe we could do yet a bit better and do macro-expansion
(most of the problems I've had in this area have to do with using CL macros in
interactive forms).

> 2. Checking args of format-like functions (which you might find
>    helpful with the Emacs sources).

Yes, way cool.

> 3. Extends to `cond' clauses the facility for `boundp' and `fboundp'
>    forms to guard potentially-undefined references, thus avoiding
>    warnings.

Nice cleanup, thanks.

> I wrote a NEWS entry, but I've lost it.

I don't see any need for a NEWS entry.


        Stefan




reply via email to

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