unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#65625: 30.0.50; electric-pair-skip-whitespace-chars choice looks wrong
@ 2023-08-30 15:34 Mauro Aranda
  2023-08-30 19:21 ` Stefan Kangas
  0 siblings, 1 reply; 4+ messages in thread
From: Mauro Aranda @ 2023-08-30 15:34 UTC (permalink / raw)
  To: 65625

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).






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-31  6:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-30 15:34 bug#65625: 30.0.50; electric-pair-skip-whitespace-chars choice looks wrong Mauro Aranda
2023-08-30 19:21 ` Stefan Kangas
2023-08-30 22:48   ` Mauro Aranda
2023-08-31  6:24     ` Stefan Kangas

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).