From: Mauro Aranda <maurooaranda@gmail.com>
To: 65625@debbugs.gnu.org
Subject: bug#65625: 30.0.50; electric-pair-skip-whitespace-chars choice looks wrong
Date: Wed, 30 Aug 2023 12:34:43 -0300 [thread overview]
Message-ID: <34ae8f83-0994-2869-6627-eeffd15807ad@gmail.com> (raw)
Looking at the electric-pair-skip-whitespace-chars defcustom:
(defcustom electric-pair-skip-whitespace-chars (list ?\t ?\s ?\n)
"Whitespace characters considered by `electric-pair-skip-whitespace'."
:version "24.4"
:group 'electricity
:type '(choice (set (const :tag "Space" ?\s)
(const :tag "Tab" ?\t)
(const :tag "Newline" ?\n))
(list character)))
I think the 2nd choice should be (repeat character) rather than
(list character).
next reply other threads:[~2023-08-30 15:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-30 15:34 Mauro Aranda [this message]
2023-08-30 19:21 ` bug#65625: 30.0.50; electric-pair-skip-whitespace-chars choice looks wrong Stefan Kangas
2023-08-30 22:48 ` Mauro Aranda
2023-08-31 6:24 ` Stefan Kangas
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=34ae8f83-0994-2869-6627-eeffd15807ad@gmail.com \
--to=maurooaranda@gmail.com \
--cc=65625@debbugs.gnu.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.