From: Nicolas Richard <youngfrog@members.fsf.org>
To: Marcin Borkowski <mbork@mbork.pl>
Cc: Help Gnu Emacs mailing list <help-gnu-emacs@gnu.org>
Subject: Re: Anti-ignore?
Date: Tue, 15 Sep 2015 13:14:51 +0200 [thread overview]
Message-ID: <87d1xk7x3o.fsf@members.fsf.org> (raw)
In-Reply-To: <8737ym7ysb.fsf@mbork.pl> (Marcin Borkowski's message of "Thu, 10 Sep 2015 23:24:52 +0200")
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.
next prev parent reply other threads:[~2015-09-15 11:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-10 21:24 Anti-ignore? Marcin Borkowski
2015-09-10 21:28 ` Anti-ignore? Drew Adams
2015-09-15 11:14 ` Nicolas Richard [this message]
[not found] <mailman.876.1441920312.19560.help-gnu-emacs@gnu.org>
2015-09-10 22:20 ` Anti-ignore? Pascal J. Bourguignon
2015-09-11 1:10 ` Anti-ignore? Emanuel Berg
[not found] ` <mailman.887.1441933829.19560.help-gnu-emacs@gnu.org>
2015-09-11 2:08 ` Anti-ignore? Pascal J. Bourguignon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87d1xk7x3o.fsf@members.fsf.org \
--to=youngfrog@members.fsf.org \
--cc=help-gnu-emacs@gnu.org \
--cc=mbork@mbork.pl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).