unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#51032: 29.0.50; Choices for blink-matching-paren
@ 2021-10-05 12:18 Arash Esbati
  2021-10-05 14:25 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2021-10-05 17:10 ` Eli Zaretskii
  0 siblings, 2 replies; 21+ messages in thread
From: Arash Esbati @ 2021-10-05 12:18 UTC (permalink / raw)
  To: 51032

Hi all,

`blink-matching-paren' is defined as:

(defcustom blink-matching-paren t
  "Non-nil means show matching open-paren when close-paren is inserted.
If t, highlight the paren.  If `jump', briefly move cursor to its
position.  If `jump-offscreen', move cursor there even if the
position is off screen.  With any other non-nil value, the
off-screen position of the opening paren will be shown in the
echo area."
  :type '(choice
          (const :tag "Disable" nil)
          (const :tag "Highlight" t)
          (const :tag "Move cursor" jump)
          (const :tag "Move cursor, even if off screen" jump-offscreen))
  :group 'paren-blinking)

Is there a specific reason why users cannot choose this feature

    With any other non-nil value, the off-screen position of the opening
    paren will be shown in the echo area.

via customize interface?  Currently, one has to do

   (setq blink-matching-paren 'show)

in the init file to get that behavior.  Or am I missing something?

Best, Arash





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

end of thread, other threads:[~2021-10-07 13:49 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05 12:18 bug#51032: 29.0.50; Choices for blink-matching-paren Arash Esbati
2021-10-05 14:25 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-10-05 21:23   ` Stefan Kangas
2021-10-06 12:06     ` Eli Zaretskii
2021-10-06 18:10       ` Stefan Kangas
2021-10-06 18:23         ` Eli Zaretskii
2021-10-06 18:57           ` Stefan Kangas
2021-10-06 19:05             ` Eli Zaretskii
2021-10-06 20:53               ` Stefan Kangas
2021-10-07  9:02                 ` Arash Esbati
2021-10-07  9:08                   ` martin rudalics
2021-10-07  9:16                     ` Arash Esbati
2021-10-07  9:34                       ` martin rudalics
2021-10-07 10:17                         ` Arash Esbati
2021-10-07 13:49                           ` Eli Zaretskii
2021-10-07  9:39                   ` Eli Zaretskii
2021-10-07 10:20                     ` Arash Esbati
2021-10-07  9:36                 ` Eli Zaretskii
2021-10-07 13:05                   ` Stefan Kangas
2021-10-07 13:20                     ` Eli Zaretskii
2021-10-05 17:10 ` Eli Zaretskii

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