emacs-devel
[Top][All Lists]
Advanced

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

Re: byte-compiler does *not* complain about missing case or loop


From: Jambunathan K
Subject: Re: byte-compiler does *not* complain about missing case or loop
Date: Sat, 08 Mar 2014 08:59:26 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>> Why is the byte-compiler silent about the "missing" `case' and `loop'?
>
> AFAIK it does report them as missing, at the end of the compilation
> (it can't report them right away because `loop' and `case' might be
> defined as functions further down in the file).

Try the attached test.el (with emacs -Q).

1. The compiler doesn't get to "the end of data" ritual.

2. How would I interpret the error?

   1:40 ends points to param line but the actual error report - the
   `marker' variable - is elsewhere.

Attachment: test.el
Description: application/emacs-lisp


reply via email to

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