From: Michael Albinus <michael.albinus@gmx.de>
To: emacs-devel@gnu.org
Cc: "Mattias Engdegård" <mattiase@acm.org>
Subject: Re: master 6ebce84ff2b: Use t for non-nil default values in boolean defcustom declarations
Date: Sat, 29 Apr 2023 09:39:10 +0200 [thread overview]
Message-ID: <87ildfxhlt.fsf@gmx.de> (raw)
In-Reply-To: <20230428130816.81449C22A07@vcs2.savannah.gnu.org> ("Mattias Engdegård"'s message of "Fri, 28 Apr 2023 09:08:15 -0400 (EDT)")
Mattias Engdegård <mattiase@acm.org> writes:
Hi Mattias,
> Use t for non-nil default values in boolean defcustom declarations
>
> +(defcustom viper-ms-style-os-p
> + (not (not (memq system-type '(ms-dos windows-nt))))
I'm just curious. Is there an advantage in using the (not (not ...))
pattern? I would use (and ... t) instead, but perhaps your pattern is
more performant? Or is it just a personal style?
Best regards, Michael.
next parent reply other threads:[~2023-04-29 7:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <168268729579.28551.10245924430337302769@vcs2.savannah.gnu.org>
[not found] ` <20230428130816.81449C22A07@vcs2.savannah.gnu.org>
2023-04-29 7:39 ` Michael Albinus [this message]
2023-04-29 9:03 ` master 6ebce84ff2b: Use t for non-nil default values in boolean defcustom declarations Mattias Engdegård
2023-04-29 11:07 ` Michael Albinus
2023-04-29 11:23 ` Andreas Schwab
2023-05-02 8:03 ` Robert Pluim
2023-05-02 16:42 ` Andreas Schwab
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ildfxhlt.fsf@gmx.de \
--to=michael.albinus@gmx.de \
--cc=emacs-devel@gnu.org \
--cc=mattiase@acm.org \
/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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.