[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: un-deprecating CL
From: |
Joe Wells |
Subject: |
Re: un-deprecating CL |
Date: |
Sat, 15 Sep 2007 20:02:37 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
Richard Stallman <address@hidden> writes:
> Perhaps the right thing is to move several commonly used CL
> constructs into the standard namespace and document them in the
> manual.
I nominate the following constructs.
Extremely useful:
incf callf callf2 setf function* destructuring-bind case typecase
loop union intersection set-difference subst sort* delete*
Useful:
pushnew adjoin caaar caaddr caadr cadaddr cadar caddar cadddr caddr
cdaar defun* flet every substitute find subsetp
I suppose also someone should check whether the definitions in CL of
these are the same as the non-CL Emacs definitions (and if so delete
the ones in CL, otherwise somehow merge the functionality):
pop push dolist caar cadr cdar cddr
--
Joe
- un-deprecating CL, Joe Wells, 2007/09/14
- Re: un-deprecating CL, T. V. Raman, 2007/09/15
- Re: un-deprecating CL, Richard Stallman, 2007/09/16
- Re: un-deprecating CL, Johan Bockgård, 2007/09/18
- Re: un-deprecating CL, Richard Stallman, 2007/09/18
- Re: un-deprecating CL, Stefan Monnier, 2007/09/18
- Re: un-deprecating CL, Richard Stallman, 2007/09/20
- Re: un-deprecating CL, Stefan Monnier, 2007/09/20