all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* missing highlight
@ 2014-05-15  8:44 Andreas Röhler
  2014-05-15  8:49 ` Erich Neuwirth
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Andreas Röhler @ 2014-05-15  8:44 UTC (permalink / raw)
  To: help-gnu-emacs@gnu.org List

[-- Attachment #1: Type: text/plain, Size: 222 bytes --]

Hi,

there is a nice feature with Emacs23: after a closen parenthesis highlight the matching paren before.

See attachment.

Don't get it with v24. Unfortunately can't see where it comes from.

Any idea?

Thanks,

Andreas

[-- Attachment #2: lost-highlight.png --]
[-- Type: image/png, Size: 108849 bytes --]

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

* Re: missing highlight
  2014-05-15  8:44 missing highlight Andreas Röhler
@ 2014-05-15  8:49 ` Erich Neuwirth
  2014-05-15  8:59   ` Andreas Röhler
  2014-05-15  8:49 ` Erich Neuwirth
  2014-05-16  5:32 ` Alex Kost
  2 siblings, 1 reply; 9+ messages in thread
From: Erich Neuwirth @ 2014-05-15  8:49 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 468 bytes --]

Is it this what you are looking for?

http://ergoemacs.org/emacs/emacs_editing_lisp.html

On May 15, 2014, at 10:44 AM, Andreas Röhler <andreas.roehler@easy-emacs.de> wrote:

> Hi,
> 
> there is a nice feature with Emacs23: after a closen parenthesis highlight the matching paren before.
> 
> See attachment.
> 
> Don't get it with v24. Unfortunately can't see where it comes from.
> 
> Any idea?
> 
> Thanks,
> 
> Andreas
> <lost-highlight.png>


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

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

* Re: missing highlight
  2014-05-15  8:44 missing highlight Andreas Röhler
  2014-05-15  8:49 ` Erich Neuwirth
@ 2014-05-15  8:49 ` Erich Neuwirth
  2014-05-16  5:32 ` Alex Kost
  2 siblings, 0 replies; 9+ messages in thread
From: Erich Neuwirth @ 2014-05-15  8:49 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 468 bytes --]

Is it this what you are looking for?

http://ergoemacs.org/emacs/emacs_editing_lisp.html

On May 15, 2014, at 10:44 AM, Andreas Röhler <andreas.roehler@easy-emacs.de> wrote:

> Hi,
> 
> there is a nice feature with Emacs23: after a closen parenthesis highlight the matching paren before.
> 
> See attachment.
> 
> Don't get it with v24. Unfortunately can't see where it comes from.
> 
> Any idea?
> 
> Thanks,
> 
> Andreas
> <lost-highlight.png>


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

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

* Re: missing highlight
  2014-05-15  8:49 ` Erich Neuwirth
@ 2014-05-15  8:59   ` Andreas Röhler
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Röhler @ 2014-05-15  8:59 UTC (permalink / raw)
  To: Erich Neuwirth; +Cc: help-gnu-emacs

On 15.05.2014 10:49, Erich Neuwirth wrote:
> Is it this what you are looking for?
>
> http://ergoemacs.org/emacs/emacs_editing_lisp.html
>

IIUC that displays the v24 style: matching paren is hightlighted, when cursor is
on closing parenthesis.

However, when closed, the cursor is after. IMO it was very convenient, seeing what was closed before.

BTW in case cursor is on, there is jump-matching-paren for reference if needed.

Thanks,

Andreas




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

* Re: missing highlight
  2014-05-15  8:44 missing highlight Andreas Röhler
  2014-05-15  8:49 ` Erich Neuwirth
  2014-05-15  8:49 ` Erich Neuwirth
@ 2014-05-16  5:32 ` Alex Kost
  2014-05-16  7:19   ` Andreas Röhler
  2 siblings, 1 reply; 9+ messages in thread
From: Alex Kost @ 2014-05-16  5:32 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: help-gnu-emacs@gnu.org List

Andreas Röhler (2014-05-15 12:44 +0400) wrote:

> Hi,
>
> there is a nice feature with Emacs23: after a closen parenthesis highlight the matching paren before.
>
> See attachment.
>
> Don't get it with v24. Unfortunately can't see where it comes from.
>
> Any idea?

Perhaps, you disabled `show-paren-mode' in your .emacs.
Try "M-x show-paren-mode".  Also look if what you want works in "emacs -q".



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

* Re: missing highlight
  2014-05-16  5:32 ` Alex Kost
@ 2014-05-16  7:19   ` Andreas Röhler
  2014-05-16 14:12     ` Alex Kost
  0 siblings, 1 reply; 9+ messages in thread
From: Andreas Röhler @ 2014-05-16  7:19 UTC (permalink / raw)
  To: Alex Kost; +Cc: help-gnu-emacs@gnu.org List

On 16.05.2014 07:32, Alex Kost wrote:
> Andreas Röhler (2014-05-15 12:44 +0400) wrote:
>
>> Hi,
>>
>> there is a nice feature with Emacs23: after a closen parenthesis highlight the matching paren before.
>>
>> See attachment.
>>
>> Don't get it with v24. Unfortunately can't see where it comes from.
>>
>> Any idea?
>
> Perhaps, you disabled `show-paren-mode' in your .emacs.
> Try "M-x show-paren-mode".  Also look if what you want works in "emacs -q".
>

The behaviour described needs show-paren-mode on. However, at v24 only works with cursor on last paren, while v23 worked with cursor after.
Maybe a deliberate change?





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

* Re: missing highlight
  2014-05-16  7:19   ` Andreas Röhler
@ 2014-05-16 14:12     ` Alex Kost
  2014-05-16 15:50       ` Andreas Röhler
  2014-05-16 16:08       ` Andreas Röhler
  0 siblings, 2 replies; 9+ messages in thread
From: Alex Kost @ 2014-05-16 14:12 UTC (permalink / raw)
  To: Andreas Röhler; +Cc: help-gnu-emacs@gnu.org List

Andreas Röhler (2014-05-16 11:19 +0400) wrote:

> On 16.05.2014 07:32, Alex Kost wrote:
>> Andreas Röhler (2014-05-15 12:44 +0400) wrote:
>>
>>> Hi,
>>>
>>> there is a nice feature with Emacs23: after a closen parenthesis highlight the matching paren before.
>>>
>>> See attachment.
>>>
>>> Don't get it with v24. Unfortunately can't see where it comes from.
>>>
>>> Any idea?
>>
>> Perhaps, you disabled `show-paren-mode' in your .emacs.
>> Try "M-x show-paren-mode".  Also look if what you want works in "emacs -q".
>>
>
> The behaviour described needs show-paren-mode on. However, at v24 only
> works with cursor on last paren, while v23 worked with cursor after.
> Maybe a deliberate change?

For me (I use 24.3.1) parentheses are highlighted when the cursor is
placed on the first (opening) parenthesis or after the second (closing)
one, i.e. exactly the same behaviour as in your screenshot.

Did you try "emacs -q"?




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

* Re: missing highlight
  2014-05-16 14:12     ` Alex Kost
@ 2014-05-16 15:50       ` Andreas Röhler
  2014-05-16 16:08       ` Andreas Röhler
  1 sibling, 0 replies; 9+ messages in thread
From: Andreas Röhler @ 2014-05-16 15:50 UTC (permalink / raw)
  To: Alex Kost; +Cc: help-gnu-emacs@gnu.org List

On 16.05.2014 16:12, Alex Kost wrote:
> Andreas Röhler (2014-05-16 11:19 +0400) wrote:
>
>> On 16.05.2014 07:32, Alex Kost wrote:
>>> Andreas Röhler (2014-05-15 12:44 +0400) wrote:
>>>
>>>> Hi,
>>>>
>>>> there is a nice feature with Emacs23: after a closen parenthesis highlight the matching paren before.
>>>>
>>>> See attachment.
>>>>
>>>> Don't get it with v24. Unfortunately can't see where it comes from.
>>>>
>>>> Any idea?
>>>
>>> Perhaps, you disabled `show-paren-mode' in your .emacs.
>>> Try "M-x show-paren-mode".  Also look if what you want works in "emacs -q".
>>>
>>
>> The behaviour described needs show-paren-mode on. However, at v24 only
>> works with cursor on last paren, while v23 worked with cursor after.
>> Maybe a deliberate change?
>
> For me (I use 24.3.1) parentheses are highlighted when the cursor is
> placed on the first (opening) parenthesis or after the second (closing)
> one, i.e. exactly the same behaviour as in your screenshot.
>
> Did you try "emacs -q"?
>
>

Even with "emacs -Q" :)

Seems a bug in latest pretest, will report it.

Thanks caring for it,

Andreas



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

* Re: missing highlight
  2014-05-16 14:12     ` Alex Kost
  2014-05-16 15:50       ` Andreas Röhler
@ 2014-05-16 16:08       ` Andreas Röhler
  1 sibling, 0 replies; 9+ messages in thread
From: Andreas Röhler @ 2014-05-16 16:08 UTC (permalink / raw)
  To: Alex Kost; +Cc: help-gnu-emacs@gnu.org List

On 16.05.2014 16:12, Alex Kost wrote:
> Andreas Röhler (2014-05-16 11:19 +0400) wrote:
>
>> On 16.05.2014 07:32, Alex Kost wrote:
>>> Andreas Röhler (2014-05-15 12:44 +0400) wrote:
>>>
>>>> Hi,
>>>>
>>>> there is a nice feature with Emacs23: after a closen parenthesis highlight the matching paren before.
>>>>
>>>> See attachment.
>>>>
>>>> Don't get it with v24. Unfortunately can't see where it comes from.
>>>>
>>>> Any idea?
>>>
>>> Perhaps, you disabled `show-paren-mode' in your .emacs.
>>> Try "M-x show-paren-mode".  Also look if what you want works in "emacs -q".
>>>
>>
>> The behaviour described needs show-paren-mode on. However, at v24 only
>> works with cursor on last paren, while v23 worked with cursor after.
>> Maybe a deliberate change?
>
> For me (I use 24.3.1) parentheses are highlighted when the cursor is
> placed on the first (opening) parenthesis or after the second (closing)
> one, i.e. exactly the same behaviour as in your screenshot.
>
> Did you try "emacs -q"?
>
>

Ah sorry, it's show-paren-mode indeed.

Thanks again,

Andreas





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

end of thread, other threads:[~2014-05-16 16:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15  8:44 missing highlight Andreas Röhler
2014-05-15  8:49 ` Erich Neuwirth
2014-05-15  8:59   ` Andreas Röhler
2014-05-15  8:49 ` Erich Neuwirth
2014-05-16  5:32 ` Alex Kost
2014-05-16  7:19   ` Andreas Röhler
2014-05-16 14:12     ` Alex Kost
2014-05-16 15:50       ` Andreas Röhler
2014-05-16 16:08       ` Andreas Röhler

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.