all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

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.