GNU bug report logs -
#77946
master d283db57733: Fix window selection after log-edit-show-diff, again
Previous Next
Reported by: Juri Linkov <juri <at> linkov.net>
Date: Sun, 20 Apr 2025 17:56:02 UTC
Severity: normal
Fixed in version 31.1
Done: Sean Whitton <spwhitton <at> spwhitton.name>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 77946 <at> debbugs.gnu.org (full text, mbox):
Hello,
On Sun 20 Apr 2025 at 10:22pm +03, Eli Zaretskii wrote:
>> Cc: Sean Whitton <spwhitton <at> spwhitton.name>
>> From: Juri Linkov <juri <at> linkov.net>
>> Date: Sun, 20 Apr 2025 20:53:00 +0300
>>
>> > diff --git a/lisp/vc/log-edit.el b/lisp/vc/log-edit.el
>> > index 0da0b90975c..3c3288777c8 100644
>> > --- a/lisp/vc/log-edit.el
>> > +++ b/lisp/vc/log-edit.el
>> > @@ -857,7 +857,8 @@ vc-log-fileset
>> > (defun log-edit-diff-fileset ()
>> > "Display diffs for the files to be committed."
>> > (interactive)
>> > - (vc-diff nil nil (list log-edit-vc-backend vc-log-fileset)))
>> > + (save-selected-window
>> > + (vc-diff nil nil (list log-edit-vc-backend vc-log-fileset))))
>>
>> This change broke the command 'log-edit-show-diff' ('C-c C-d').
>> Previously it selected the diff window. Now it always stays in the vc-log window.
>
> Isn't it a bug in log-edit-show-diff? Why does it assume that it will
> be put in the diff window? It should instead switch there.
Yes, I think you're basically right, but I think we should have two
things:
- a command, bound to C-c C-d, that both displays and selects the window
- a function, an option for log-edit-hook, that only displays the window
So the changes required are:
- write a new command that both dispalys and selects the window, bind it
to C-c C-d
- add log-edit-show-diff to the customisation options for log-edit-hook.
--
Sean Whitton
This bug report was last modified 25 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.