all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* match paren in console (-nw) mode
@ 2007-12-31 15:43 reader
  0 siblings, 0 replies; 3+ messages in thread
From: reader @ 2007-12-31 15:43 UTC (permalink / raw)
  To: help-gnu-emacs

Setting up emacs on a new install of gentoo linux.

The OS is intended to run in console mode and so has no X related
stuff installed.  Emacs-22 is intalled.

I want to see the matching parens when cursor is behind or in front of
a paren.  Currently that only happens on insertion of a paren.

Is it something I can set so that I'll see the matching paren
highligted whenever my curor is just behind or in front of a paren?

M-x apropos <RET> paren <RET> shows a number of related items, 
The first of them:
   blink-matching-paren
is set `t' and so I see the match on insertion.

None of the other items appear to be about matching/highlighting an
existing paren.

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

* Re: match paren in console (-nw) mode
       [not found] <mailman.5555.1199115898.18990.help-gnu-emacs@gnu.org>
@ 2007-12-31 16:32 ` Martin Bealby
  2007-12-31 18:48   ` reader
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Bealby @ 2007-12-31 16:32 UTC (permalink / raw)
  To: help-gnu-emacs

reader@newsguy.com writes:

> Is it something I can set so that I'll see the matching paren
> highligted whenever my curor is just behind or in front of a paren?
>
> M-x apropos <RET> paren <RET> shows a number of related items, 
> The first of them:
>    blink-matching-paren
> is set `t' and so I see the match on insertion.
>
> None of the other items appear to be about matching/highlighting an
> existing paren.

From a quick test by running my emacs from a console the following short
snippet appears to work:

(show-paren-mode t)

Hope this helps,
Martin

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

* Re: match paren in console (-nw) mode
  2007-12-31 16:32 ` Martin Bealby
@ 2007-12-31 18:48   ` reader
  0 siblings, 0 replies; 3+ messages in thread
From: reader @ 2007-12-31 18:48 UTC (permalink / raw)
  To: help-gnu-emacs

Martin Bealby <mbealby@gmail.com> writes:

>> None of the other items appear to be about matching/highlighting an
>> existing paren.
>
> From a quick test by running my emacs from a console the following short
> snippet appears to work:
>
> (show-paren-mode t)

Yikes,,, something I read while checking into this made me think that
only worked where X was running.... WRONG.

Thanks... that works fine

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

end of thread, other threads:[~2007-12-31 18:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-31 15:43 match paren in console (-nw) mode reader
     [not found] <mailman.5555.1199115898.18990.help-gnu-emacs@gnu.org>
2007-12-31 16:32 ` Martin Bealby
2007-12-31 18:48   ` reader

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.