Just in case someone reads this on his quest for proper use of cl
: The methods described here are now deprecated.
As least as of emacs 24, instead of cl
you should use cl-lib
or, if the macros suffice, cl-macs
. These are new versions of cl
that work with a clean namespace. E.g. instead of defun*
you have cl-defun
.
The old cl
-package now is only for backward-compatibility and shouldn't be used in new code.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…