all messages for Emacs-related lists mirrored at yhetil.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 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.