emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60578: closed (xref-query-replace-in-results doesn't replace truncat


From: GNU bug Tracking System
Subject: bug#60578: closed (xref-query-replace-in-results doesn't replace truncated lines)
Date: Fri, 06 Jan 2023 07:32:02 +0000

Your message dated Fri, 06 Jan 2023 09:30:04 +0200
with message-id <864jt4ruw9.fsf@mail.linkov.net>
and subject line Re: bug#60578: xref-query-replace-in-results doesn't replace 
truncated lines
has caused the debbugs.gnu.org bug report #60578,
regarding xref-query-replace-in-results doesn't replace truncated lines
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
60578: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60578
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: xref-query-replace-in-results doesn't replace truncated lines Date: Thu, 05 Jan 2023 19:52:59 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu)
1. (setq xref-search-program 'ripgrep)
2. (setq xref-search-program-alist '((ripgrep .
     "xargs -0 rg <C> -M 200 --max-columns-preview --null -nH --no-heading 
--no-messages -g '!*/' -e <R>")))

where "-M 200 --max-columns-preview" is added to default settings.
Then 'C-x p g' shows matches on truncated lines before the text
"[... omitted end of long line]".

But 'r' (xref-query-replace-in-results) skips these matches
that are displayed on truncated lines.



--- End Message ---
--- Begin Message --- Subject: Re: bug#60578: xref-query-replace-in-results doesn't replace truncated lines Date: Fri, 06 Jan 2023 09:30:04 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu)
>> 1. (setq xref-search-program 'ripgrep)
>> 2. (setq xref-search-program-alist '((ripgrep .
>>       "xargs -0 rg <C> -M 200 --max-columns-preview --null -nH --no-heading 
>> --no-messages -g '!*/' -e <R>")))
>> where "-M 200 --max-columns-preview" is added to default settings.
>> Then 'C-x p g' shows matches on truncated lines before the text
>> "[... omitted end of long line]".
>> But 'r' (xref-query-replace-in-results) skips these matches
>> that are displayed on truncated lines.
>
> What if you remove "-M 200 --max-columns-preview" from the invocation
> arguments, and instead customize xref-truncation-width to whatever value
> you want? E.g. the same -- 200.
>
> Does replacement work then?

Thanks for suggestion, I used "-M 200" when even xref-truncation-width
was still quite slow, but now with long-line-optimizations there should
not be such problems anymore.  So closing.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]