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

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

Re: Anti-ignore?


From: Pascal J. Bourguignon
Subject: Re: Anti-ignore?
Date: Fri, 11 Sep 2015 00:20:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (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.)

(funcall (constantly t) 'what 'ever) --> t

-- 
__Pascal Bourguignon__                 http://www.informatimago.com/
“The factory of the future will have only two employees, a man and a
dog. The man will be there to feed the dog. The dog will be there to
keep the man from touching the equipment.” -- Carl Bass CEO Autodesk


reply via email to

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