unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#11509: 24.0.97; hl-line overlay priority; column highlighting; crosshairs
@ 2012-05-18 15:08 Drew Adams
  2012-09-16 23:54 ` Drew Adams
  2021-06-01  8:29 ` Lars Ingebrigtsen
  0 siblings, 2 replies; 3+ messages in thread
From: Drew Adams @ 2012-05-18 15:08 UTC (permalink / raw)
  To: 11509

1. hl-line.el uses an overlay but does not give users an easy way to set
its priority.  Depending on the use of hl-line (see below), it can be
useful/important to have its overlay appear on top of other overlays
that might exist.
 

2. Consider integrating the features of these small add-on libraries:
 
vline.el - http://www.emacswiki.org/cgi-bin/wiki/vline.el
           http://bitbucket.org/buzztaiki/elisp/src/tip/vline.el
           author: Taiki SUGAWARA <buzz.taiki@gmail.com>
 
hl-line+.el -
           http://www.emacswiki.org/cgi-bin/wiki/hl-line+.el
           (requires hl-line.el)
 
col-highlight.el -
           http://www.emacswiki.org/cgi-bin/wiki/col-highlight.el
           (requires vline.el)
 
crosshairs.el -
           http://www.emacswiki.org/cgi-bin/wiki/crosshairs.el
           (requires hl-line+.el and col-highlight.el)
 
The last three are my code.  For vline.el you would need to check
whether Sugawara san has signed or will sign papars.  vline.el is needed
for the other code (except for hl-line+.el).
 

3. What they do:
 
vline.el - column highlighting
 
hl-line+.el -
           Alternative hl-line behaviors: turn it on only when Emacs
           is idle, or turn it on for only a few seconds (flash).
 
col-highlight.el -
           Alternative column highlighting behaviors: idle or flash
           (see previous).
 
crosshairs.el -
           Puts line & column highlighting together, to provide
           crosshairs for easily locating point.
 
Suggested keybinding: `crosshairs-mode' to `C-+'.
 

4. hl-line+.el and col-highlight.el allow a user to set the overlay
priority.  This can be especially important for crosshairs
highlighting and perhaps for vertical highlighting as well.  Whether you
want such highlighting to appear "on top" depends on what you use the
highlighting for.  It generally makes sense to show crosshairs on top.
 
5. I can provide a patch if you want to do this.  What is patched and
how would depend on what is decided.
 
IMO, it is good to have the possibility to use line and column
highlighting separately, as well as together.  And it is good to let
users specify the overlay priorities separately.  And it is good to let
users use such highlighting in various ways, including automatically on
idle, to locate the current line/column etc.  Personally, I use only
`crosshairs-mode', binding it to `C-+' to toggle crosshairs on/off quickly.

 
In GNU Emacs 24.0.97.1 (i386-mingw-nt5.1.2600)
 of 2012-05-16 on MARVIN
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
 `configure --with-gcc (4.6) --no-opt --enable-checking --cflags
 -ID:/devel/emacs/libs/libXpm-3.5.8/include
 -ID:/devel/emacs/libs/libXpm-3.5.8/src
 -ID:/devel/emacs/libs/libpng-dev_1.4.3-1/include
 -ID:/devel/emacs/libs/zlib-dev_1.2.5-2/include
 -ID:/devel/emacs/libs/giflib-4.1.4-1/include
 -ID:/devel/emacs/libs/jpeg-6b-4/include
 -ID:/devel/emacs/libs/tiff-3.8.2-1/include
 -ID:/devel/emacs/libs/gnutls-3.0.9/include'
 






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

* bug#11509: 24.0.97; hl-line overlay priority; column highlighting; crosshairs
  2012-05-18 15:08 bug#11509: 24.0.97; hl-line overlay priority; column highlighting; crosshairs Drew Adams
@ 2012-09-16 23:54 ` Drew Adams
  2021-06-01  8:29 ` Lars Ingebrigtsen
  1 sibling, 0 replies; 3+ messages in thread
From: Drew Adams @ 2012-09-16 23:54 UTC (permalink / raw)
  To: 11509

ping






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

* bug#11509: 24.0.97; hl-line overlay priority; column highlighting; crosshairs
  2012-05-18 15:08 bug#11509: 24.0.97; hl-line overlay priority; column highlighting; crosshairs Drew Adams
  2012-09-16 23:54 ` Drew Adams
@ 2021-06-01  8:29 ` Lars Ingebrigtsen
  1 sibling, 0 replies; 3+ messages in thread
From: Lars Ingebrigtsen @ 2021-06-01  8:29 UTC (permalink / raw)
  To: Drew Adams; +Cc: 11509

"Drew Adams" <drew.adams@oracle.com> writes:

> 1. hl-line.el uses an overlay but does not give users an easy way to set
> its priority.

I've now added hl-line-overlay-priority in Emacs 28.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

end of thread, other threads:[~2021-06-01  8:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-18 15:08 bug#11509: 24.0.97; hl-line overlay priority; column highlighting; crosshairs Drew Adams
2012-09-16 23:54 ` Drew Adams
2021-06-01  8:29 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).