From: Daniel Fleischer <danflscr@gmail.com>
To: Robert Pluim <rpluim@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH] Don't quote symbols in defcustom types
Date: Tue, 14 Jun 2022 13:12:54 +0300 [thread overview]
Message-ID: <m2h74no8nt.fsf@gmail.com> (raw)
In-Reply-To: <87h74nzj90.fsf@gmail.com> (Robert Pluim's message of "Tue, 14 Jun 2022 11:28:43 +0200")
Robert Pluim [2022-06-14 Tue 11:28] wrote:
> A couple of places in org main quoted symbols in defcustom types, but
> the type itself is already quoted, so thatʼs not necessary.
Is it harmful though?
> - (const :tag "Overlays" 'overlays)
> - (const :tag "Text properties" 'text-properties)))
> + (const :tag "Overlays" overlays)
> + (cnost :tag "Text properties" text-properties)))
Typo here `cnost`.
--
Daniel Fleischer
next prev parent reply other threads:[~2022-06-14 10:15 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-14 9:28 [PATCH] Don't quote symbols in defcustom types Robert Pluim
2022-06-14 10:12 ` Daniel Fleischer [this message]
2022-06-14 10:23 ` Robert Pluim
2022-06-14 13:06 ` Daniel Fleischer
2022-06-14 14:04 ` Ihor Radchenko
2022-06-14 14:13 ` Robert Pluim
2022-06-14 14:19 ` Ihor Radchenko
2022-06-14 14:21 ` Robert Pluim
2022-06-14 14:27 ` Ihor Radchenko
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=m2h74no8nt.fsf@gmail.com \
--to=danflscr@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=rpluim@gmail.com \
/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.