emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Show show-paren context in a child frame


From: Tassilo Horn
Subject: Re: Show show-paren context in a child frame
Date: Sun, 06 Feb 2022 11:18:29 +0100
User-agent: mu4e 1.7.7; emacs 29.0.50

Tassilo Horn <tsdh@gnu.org> writes:

> New version attached which should make it impossible to somehow focus
> the child frame.

I've now installed this after some more refactoring and with appropriate
ChangeLog style commit message.  I've also extended your NEWS entry.
The defcustom is now a (choice...).  Feel free to add the header-line
approach as well.

I'm currently thinking about how one could make the context a bit more
suitable for non-lisp languages in a mostly language-agnostic way.
Basically, it would be nice if with

  if (foobar
      && !baz)
    {
      ...
    }<== point here

you'd see the complete "if (...)" instead of only "%% !baz)...{".

Bye,
Tassilo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]