emacs-devel
[Top][All Lists]
Advanced

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

Re: policy, recommendations regarding `cl-*'


From: Bastien
Subject: Re: policy, recommendations regarding `cl-*'
Date: Wed, 26 Sep 2012 09:02:08 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux)

On a related note, am I understanding right that functions
and macros from cl-macs.el will *not* trigger warnings?

For example, compiling a file with this

  (cl-position '1 '(0 1 2 3))
  (cl-defsubst test () (interactive) (message "blah"))

will warn about cl-position, not cl-defsubst.

Do I get it right?  Why is it so?

Thanks,

-- 
 Bastien



reply via email to

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