emacs-devel
[Top][All Lists]
Advanced

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

Re: Nonsensical byte compiler warning.


From: Markus Triska
Subject: Re: Nonsensical byte compiler warning.
Date: Thu, 05 Apr 2007 09:55:55 +0200

Richard Stallman <address@hidden> writes:

> I don't know how hard it will be to make this useful line number
> appear, but someone should investigate and _try_ to fix it.

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?






reply via email to

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