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>
Subject: bug#77224: [PATCH] New minor mode 'cursor-indicators-mode'
Date: Wed, 26 Mar 2025 09:58:06 +0200
> I've updated the patch following Juri suggestions.
> Now all the conditions are inside a single defcustom.

Thanks!  I tested that everything works nicely.
There is only one small problem for repeat-mode:

> +        (add-hook 'post-command-hook #'cursor-indicators--update-indications)

It would be better to use a large value DEPTH for add-hook
to add the hook to the end.  The problem is that repeat-mode
also uses the same hook 'post-command-hook'.  So the cursor
indication hook should be called afterwards as the last hook.




This bug report was last modified 64 days ago.

Previous Next


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