GNU bug report logs -
#45016
26.3; when in ediff-current-file, 'D' (view diff) shows empty diff
Previous Next
Reported by: Guilhem Bichot <guilhem.bichot <at> wanadoo.fr>
Date: Wed, 2 Dec 2020 21:05:01 UTC
Severity: normal
Found in version 26.3
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 45016 <at> debbugs.gnu.org (full text, mbox):
Guilhem Bichot <guilhem.bichot <at> wanadoo.fr> writes:
> * start emacs -Q
> * create a file named, for example, /tmp/a
> * put a line of text in it, save it
> * add some characters to this line, don't save
> * launch M-x ediff-current-file
> * press D to view the diff
> * a buffer opens to show the diff but it is empty. I expected to see a
> non-empty diff (a context diff, as ediff-custom-diff-options is at its
> default "-c").
> * if instead of D I press C-u D then I do get a non-empty plain diff
> (non-context, non-unified).
This bug is still present in Emacs 28.
This is how the `D' command starts:
(defun ediff-show-diff-output (arg)
(interactive "P")
[...]
(let ((buf (cond ((and arg (ediff-buffer-live-p ediff-diff-buffer))
ediff-diff-buffer)
((ediff-buffer-live-p ediff-custom-diff-buffer)
ediff-custom-diff-buffer)
There's helpfully no doc string here (or comments) about what `arg' is
meant to express, but if we have `arg', we work on `ediff-diff-buffer'
(and this works), and if we don't have `arg', then
`ediff-custom-diff-buffer' is used (and this doesn't work).
I'm pretty unfamiliar with ediff -- does anybody know what the intention
here is for the prefix arg?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 3 years and 72 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.