emacs-devel
[Top][All Lists]
Advanced

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

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


From: Jambunathan K
Subject: byte-compiler does *not* complain about missing case or loop
Date: Wed, 05 Mar 2014 21:10:45 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

1. emacs -Q
2. C-x C-f hx.el  (hx.el relies on cl but doesn't require it)
3. See the error log below.

Why is the byte-compiler silent about the "missing" `case' and `loop'?

----------------------------------------------------------------


If this should be filed as a report, I will oblige. 

Compiling file /home/kjambunathan/.emacs.d/lisp/hx.el at Wed Mar  5 10:32:47 
2014

In hx-export:
hx.el:85:36:Warning: `t' called as a function
hx.el:197:9:Warning: reference to free variable `for'
hx.el:197:13:Warning: reference to free variable `markers'
hx.el:197:21:Warning: reference to free variable `in'
hx.el:198:13:Warning: reference to free variable `org-element-type'
hx.el:199:13:Warning: reference to free variable `hx-element-type'
hx.el:200:9:Warning: reference to free variable `collect'





reply via email to

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