GNU bug report logs -
#65854
Multi-file replacement diff
Previous Next
Reported by: Juri Linkov <juri <at> linkov.net>
Date: Sun, 10 Sep 2023 17:24:01 UTC
Severity: wishlist
Tags: patch
Fixed in version 30.0.50
Done: Juri Linkov <juri <at> linkov.net>
Bug is archived. No further changes may be made.
Full log
Message #35 received at 65854 <at> debbugs.gnu.org (full text, mbox):
> From: Juri Linkov <juri <at> linkov.net>
> Cc: Eshel Yaron <me <at> eshelyaron.com>, 65854 <at> debbugs.gnu.org
> Date: Fri, 15 Sep 2023 09:40:21 +0300
>
> +(defcustom multi-file-diff-unsaved 'use-file
> + "A choice defining what to do with unsaved changes.
This first sentence is too general. I suggest
What to do with unsaved edits when showing multi-file replacements as diffs.
> +(defun multi-file-replace-regexp-as-diff (files regexp to-string &optional delimited)
> + "Show replacements in FILES matching REGEXP with TO-STRING as diff.
Show as diffs replacements of REGEXP with TO-STRING in FILES.
> +With a prefix argument, ask for a wildcard, and replace in files
"replace"? Does this command perform replacements or just shows them
as diffs? The first sentence seems to convey the latter.
> +(defun multi-buffer-replace-regexp-as-diff (buffers regexp to-string &optional delimited)
> + "Show replacements in file BUFFERS matching REGEXP with TO-STRING as diff.
> +With a prefix argument, ask for a regexp, and replace in file buffers
> +whose names match the specified regexp."
Same comments here.
> +(defun replace-regexp-as-diff (regexp to-string &optional delimited)
> + "Show replacements in the current file buffer matching REGEXP with TO-STRING as diff.
> +With a prefix argument, ask for a regexp, and replace in file buffers
> +whose names match the specified regexp."
And here.
Thanks.
This bug report was last modified 1 year and 291 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.