[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: policy, recommendations regarding `cl-*'
From: |
Stefan Monnier |
Subject: |
Re: policy, recommendations regarding `cl-*' |
Date: |
Wed, 26 Sep 2012 08:59:46 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) 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?
Depends what kind of warning and in which circumstance.
> 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.
I don't see any particular reason to have a warning for the above code,
unless of course you forgot the (require 'cl-lib) or you wrapped the
(require 'cl-lib) in an eval-when-compile. So please say precisely
which warning you get and in which case.
Stefan
- policy, recommendations regarding `cl-*', Drew Adams, 2012/09/25
- Re: policy, recommendations regarding `cl-*', Eli Zaretskii, 2012/09/25
- RE: policy, recommendations regarding `cl-*', Drew Adams, 2012/09/25
- Re: policy, recommendations regarding `cl-*', Stefan Monnier, 2012/09/25
- RE: policy, recommendations regarding `cl-*', Drew Adams, 2012/09/25
- Re: policy, recommendations regarding `cl-*', Stefan Monnier, 2012/09/25
- Re: policy, recommendations regarding `cl-*', Bastien, 2012/09/26
- Re: policy, recommendations regarding `cl-*',
Stefan Monnier <=
- Re: policy, recommendations regarding `cl-*', Bastien, 2012/09/26
- Re: policy, recommendations regarding `cl-*', Stefan Monnier, 2012/09/26
- Re: policy, recommendations regarding `cl-*', Bastien, 2012/09/26
- Re: policy, recommendations regarding `cl-*', Michael Welsh Duggan, 2012/09/27
- Re: policy, recommendations regarding `cl-*', Stefan Monnier, 2012/09/27
- Re: policy, recommendations regarding `cl-*', Michael Welsh Duggan, 2012/09/29
- RE: policy, recommendations regarding `cl-*', Drew Adams, 2012/09/26
- Re: policy, recommendations regarding `cl-*', Stefan Monnier, 2012/09/26
- RE: policy, recommendations regarding `cl-*', Drew Adams, 2012/09/26
- Re: policy, recommendations regarding `cl-*', Eli Zaretskii, 2012/09/26