all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Matching Parentheses
@ 2020-10-03 10:39 Christopher Dimech
  2020-10-03 10:53 ` Christopher Dimech
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Christopher Dimech @ 2020-10-03 10:39 UTC (permalink / raw)
  To: Help Gnu Emacs


I am trying to match parenthesis, however the highlighting is difficult to
see. Any idea on how to make the matching look very pronounced.

I have been using the following code

(show-paren-mode 1)
(setq show-paren-delay 0)

(require 'paren)
(set-face-background 'show-paren-match (face-background 'default))
(set-face-foreground 'show-paren-match "#def")
(set-face-attribute 'show-paren-match nil :weight 'extra-bold)





^ permalink raw reply	[flat|nested] 12+ messages in thread
[parent not found: <mailman.4991.1187599974.32220.help-gnu-emacs@gnu.org>]
* matching parentheses
@ 2007-08-20  7:46 Alain Muls
  0 siblings, 0 replies; 12+ messages in thread
From: Alain Muls @ 2007-08-20  7:46 UTC (permalink / raw)
  To: emacs list

Hi

How does one insert automatically matching parentheses in emacs when in 
auctex mode?

Tx/Alain

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

end of thread, other threads:[~2020-10-03 18:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-03 10:39 Matching Parentheses Christopher Dimech
2020-10-03 10:53 ` Christopher Dimech
2020-10-03 11:25   ` Gregory Heytings via Users list for the GNU Emacs text editor
2020-10-03 11:29 ` Eli Zaretskii
2020-10-03 13:11   ` Christopher Dimech
2020-10-03 18:39 ` Drew Adams
     [not found] <mailman.4991.1187599974.32220.help-gnu-emacs@gnu.org>
2007-08-20 14:01 ` matching parentheses Maarten Bergvelt
2007-08-20 16:50 ` Ralf Angeli
2007-08-20 16:56   ` Joel J. Adamson
2007-08-20 18:04     ` Maarten Bergvelt
2007-08-21  8:15       ` Tim X
  -- strict thread matches above, loose matches on Subject: below --
2007-08-20  7:46 Alain Muls

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.