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


Message #35 received at 77224 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Juri Linkov <juri <at> linkov.net>
Cc: 77224 <at> debbugs.gnu.org, eg642616 <at> gmail.com
Subject: Re: bug#77224: [PATCH] New minor mode 'cursor-indicators-mode'
Date: Wed, 26 Mar 2025 14:50:09 +0200
> From: Juri Linkov <juri <at> linkov.net>
> Cc: Eli Zaretskii <eliz <at> gnu.org>,  77224 <at> debbugs.gnu.org
> 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.

Would it be better to use an idle timer instead?  post-command-hook
tends to make Emacs sluggish.




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.