|
From: | Juri Linkov |
Subject: | bug#72147: 30.0.60; 30.0.60; Misleading regexp highlighting in 'Q' dired command |
Date: | Sun, 28 Jul 2024 09:54:29 +0300 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/31.0.50 (x86_64-pc-linux-gnu) |
>>> The installed patch binds query-replace-lazy-highlight to nil and >>> shadows the old binding. This would correspond to >>> >>> (and query-replace-lazy-highlight (not no-highlight)) >>> >>> which looks reasonable in this case: we just an argument to inhibit >>> highlighting. Because we never want highlighting in some cases (like >>> here). >> >> Agreed, let's add a new argument. > > So how about the attached patch? Thanks, now pushed to master. PS: It seems adding a new argument is not possible in xref.el because it's used in older versions via an ELPA package.
[Prev in Thread] | Current Thread | [Next in Thread] |