[Top][All Lists]
[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?
- Re: Nonsensical byte compiler warning., (continued)
- Re: Nonsensical byte compiler warning., Markus Triska, 2007/04/04
- Re: Nonsensical byte compiler warning., David Kastrup, 2007/04/04
- Re: Nonsensical byte compiler warning., Markus Triska, 2007/04/04
- Re: Nonsensical byte compiler warning., David Kastrup, 2007/04/04
- Re: Nonsensical byte compiler warning., Markus Triska, 2007/04/04
- Re: Nonsensical byte compiler warning., David Kastrup, 2007/04/04
- Re: Nonsensical byte compiler warning., Markus Triska, 2007/04/04
- Re: Nonsensical byte compiler warning., Markus Triska, 2007/04/04
- Re: Nonsensical byte compiler warning., David Kastrup, 2007/04/04
- Re: Nonsensical byte compiler warning., Richard Stallman, 2007/04/05
- Re: Nonsensical byte compiler warning.,
Markus Triska <=
- Re: Nonsensical byte compiler warning., Richard Stallman, 2007/04/06
- Re: Nonsensical byte compiler warning., Chong Yidong, 2007/04/06
- Re: Nonsensical byte compiler warning., Markus Triska, 2007/04/08
- Re: Nonsensical byte compiler warning., Richard Stallman, 2007/04/09
- Re: Nonsensical byte compiler warning., Glenn Morris, 2007/04/09
- Re: Nonsensical byte compiler warning., Markus Triska, 2007/04/10
- Re: Nonsensical byte compiler warning., Glenn Morris, 2007/04/11
- Re: Nonsensical byte compiler warning., Chong Yidong, 2007/04/05
- Re: Nonsensical byte compiler warning., Alan Mackenzie, 2007/04/04
- Re: Nonsensical byte compiler warning., Markus Triska, 2007/04/04