GNU bug report logs - #77224
[PATCH] New minor mode 'cursor-indicators-mode'

Previous Next

Package: emacs;

Reported by: Elijah Gabe Pérez <eg642616 <at> gmail.com>

Date: Sun, 23 Mar 2025 22:59:03 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Juri Linkov <juri <at> linkov.net>
To: Elijah Gabe Pérez <eg642616 <at> gmail.com>
Cc: 77224 <at> debbugs.gnu.org, Eli Zaretskii <eliz <at> gnu.org>, dancol <at> dancol.org, mail <at> daniel-mendler.de
Subject: bug#77224: [PATCH] New minor mode 'cursor-indicators-mode'
Date: Fri, 04 Apr 2025 09:04:09 +0300
> Because I had planned to implement this part of the TODO for this
> package (since I think it fits for this):
>
>   (L848) ** Optionally make the cursor a little thinner at EOL and EOB

With your initial implementation it's easy to customize it to just

  (setopt cursor-indicators-conditions
          '((eolp . bar)))

(Note that you even don't need 'eobp'
since it's always covered by 'eolp'.)

So why not go with your initial implementation that works great.




This bug report was last modified 65 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.