emacs-devel
[Top][All Lists]
Advanced

[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




reply via email to

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