bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#57876: [PATCH] pulse-momentary-highlight-one-line: Act on visual lin


From: Eli Zaretskii
Subject: bug#57876: [PATCH] pulse-momentary-highlight-one-line: Act on visual line
Date: Sat, 17 Sep 2022 14:20:43 +0300

> From: Augusto Stoffel <arstoffel@gmail.com>
> Cc: 57876@debbugs.gnu.org,  public@protesilaos.com
> Date: Sat, 17 Sep 2022 12:56:44 +0200
> 
> > Why don't you use beginning/end-of-visual-line?
> 
> Because it obeys fields, so if you try to highlight a prompt line in a
> comint buffer, only part of the line would be highlighted.

It should be possible to disable fields temporarily by binding
inhibit-point-motion-hooks, right?  I prefer doing that to reinventing
the wheel of moving to the edges of the visible line.





reply via email to

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