emacs-devel
[Top][All Lists]
Advanced

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

Re: Nonsensical byte compiler warning.


From: Chong Yidong
Subject: Re: Nonsensical byte compiler warning.
Date: Fri, 06 Apr 2007 11:11:25 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.97 (gnu/linux)

Richard Stallman <address@hidden> writes:

>     Warnings stemming from the optimiser are commonly restricted to
>     defun-level positional information. For example, byte compiling:
>
>        (defun f ()
>        (message "hi")
>        (quote 0 1)
>        (let ((x 0 1))))
>
>     gives two warnings (both to the defun). Should these be fixed too?
>
> I agree this is too hard to change now.
> However, it would have been premature to give up without
> checking.

I've added a TODO item for this:

  ** Make byte-optimization warnings issue accurate line numbers.




reply via email to

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