unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* paren match hightlightning
@ 2005-10-10 13:00 bernhard
  2005-10-10 14:28 ` Harald Hanche-Olsen
  2005-10-10 14:31 ` rgb
  0 siblings, 2 replies; 3+ messages in thread
From: bernhard @ 2005-10-10 13:00 UTC (permalink / raw)


Hello,

when starting emacs options->paren match hightlightning is not
enabled. Please let me know how to incorporate the feature in .emacs etc.
in order to have parenthesis hightlightning enabled. May be this is an
auctex feature?

Thanks a lot 


Bernhard

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

* Re: paren match hightlightning
  2005-10-10 13:00 paren match hightlightning bernhard
@ 2005-10-10 14:28 ` Harald Hanche-Olsen
  2005-10-10 14:31 ` rgb
  1 sibling, 0 replies; 3+ messages in thread
From: Harald Hanche-Olsen @ 2005-10-10 14:28 UTC (permalink / raw)


+ bernhard <bbfk@gmx.net>:

| when starting emacs options->paren match hightlightning is not
| enabled. Please let me know how to incorporate the feature in .emacs etc.
| in order to have parenthesis hightlightning enabled. May be this is an
| auctex feature?

Short answer:  C-h a paren RET.

Slightly longer answer:

(if window-system
  (add-hook 'find-file-hooks #'(lambda () (show-paren-mode 1))))

-- 
* Harald Hanche-Olsen     <URL:http://www.math.ntnu.no/~hanche/>
- Debating gives most of us much more psychological satisfaction
  than thinking does: but it deprives us of whatever chance there is
  of getting closer to the truth.  -- C.P. Snow

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

* Re: paren match hightlightning
  2005-10-10 13:00 paren match hightlightning bernhard
  2005-10-10 14:28 ` Harald Hanche-Olsen
@ 2005-10-10 14:31 ` rgb
  1 sibling, 0 replies; 3+ messages in thread
From: rgb @ 2005-10-10 14:31 UTC (permalink / raw)


> when starting emacs options->paren match hightlightning is not
> enabled. Please let me know how to incorporate the feature in .emacs etc.
> in order to have parenthesis hightlightning enabled. May be this is an
> auctex feature?

options->save options
is supposed to make it permanent for you.

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

end of thread, other threads:[~2005-10-10 14:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-10 13:00 paren match hightlightning bernhard
2005-10-10 14:28 ` Harald Hanche-Olsen
2005-10-10 14:31 ` rgb

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