emacs-devel
[Top][All Lists]
Advanced

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

Re: Where is ewoc--node-delete


From: Stefan Monnier
Subject: Re: Where is ewoc--node-delete
Date: Sun, 21 May 2006 09:05:36 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>>> As a special case, if PREDICATE is t, ARGS specifies nodes to be
>>> deleted unconditionally."
>> 
>> This is very ugly.

> Sort of what an XEmacs interface would look like...  At the very
> least, we should have a wrapper to ewoc-filter doing that.

(ewoc-filter ewoc (lambda (node nodes) (not (memq node nodes))) nodes)


        Stefan




reply via email to

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