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

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

Re: Anti-ignore?


From: Nicolas Richard
Subject: Re: Anti-ignore?
Date: Tue, 15 Sep 2015 13:14:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Marcin Borkowski <mbork@mbork.pl> writes:
> the `ignore' function accepts any number of arguments and returns nil.
> Is there a `canonical' function which would accept any number of
> arguments and return t?  (Note: I /can/ implement it myself;-), I'm just
> curious whether this exists - I couldn't find it.)

FWIW I once had the great idea of doing

(fset nil (lambda (&rest _) nil))
(fset t (lambda (&rest _) t))

but that didn't work quite as I wanted...

-- 
Nico.



reply via email to

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