all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* byte-compiler does *not* complain about missing case or loop
@ 2014-03-05 15:40 Jambunathan K
  2014-03-07 20:03 ` Stefan Monnier
  0 siblings, 1 reply; 12+ messages in thread
From: Jambunathan K @ 2014-03-05 15:40 UTC (permalink / raw)
  To: emacs-devel


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'





^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-03-11  4:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-05 15:40 byte-compiler does *not* complain about missing case or loop Jambunathan K
2014-03-07 20:03 ` Stefan Monnier
2014-03-08  3:29   ` Jambunathan K
2014-03-08  7:53     ` Andreas Schwab
2014-03-08 12:39       ` Jambunathan K
2014-03-09 12:45         ` Andreas Schwab
2014-03-09 12:26     ` Stefan Monnier
2014-03-09 14:38       ` Jambunathan K
2014-03-10  4:33         ` Stefan Monnier
2014-03-10  6:48           ` Jambunathan K
2014-03-10 14:20             ` Stefan Monnier
2014-03-11  4:12               ` Jambunathan K

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.