* David Kastrup (2005-05-19) writes:

> Apropos "pop": does XEmacs have pop by default?  The loops would
> become a bit nicer if we could use (pop list) instead of (car list).

`pop' is a compiled Lisp macro
  -- loaded from "/home/mohura/packages/build-area/xemacs21-21.4.17/lisp/cl.elc"
(pop PLACE)

Documentation:
(pop PLACE): remove and return the head of the list stored in PLACE.
Analogous to (prog1 (car PLACE) (setf PLACE (cdr PLACE))), though more
careful about evaluating each argument only once and in the right order.
PLACE may be a symbol, or any generalized variable allowed by `setf'.


For a moment I thought about using it but then didn't consider it
worth the trouble.  It doesn't act up in `TeX-modes-set' but I don't
know what happens if it is used at load time of the file.

BTW, XEmacs seems to have a little bit distorted view of reality.
cl.elc on my system certainly is not in some /home/mohura directory.

-- 
Ralf


_______________________________________________
bug-auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to