help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Modifying a hook while it's being executed


From: David Kastrup
Subject: Re: Modifying a hook while it's being executed
Date: Mon, 08 Aug 2005 23:32:28 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Henrik Enberg <henrik.enberg@telia.com> writes:

>> From: David Kastrup <dak@gnu.org>
>> Date: Mon, 08 Aug 2005 22:55:17 +0200
>> 
>> Henrik Enberg <henrik.enberg@telia.com> writes:
>> 
>> > `remove' is part of the cl library which isn't supposed to be used in
>> > core Emacs.
>> 
>> remove is a compiled Lisp function in `subr'.
>> (remove ELT SEQ)
>> 
>> Return a copy of SEQ with all occurrences of ELT removed.
>> SEQ must be a list, vector, or string.  The comparison is done with `equal'.
>
> doh, I must have been passing through a low flying crack cloud when I
> wrote my previous message.

I would not be terribly surprised if cl had its own keyword-rich
variant of remove.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum


reply via email to

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