GNU bug report logs -
#38164
quit-restore-window doesn't restore point in man
Previous Next
Reported by: Juri Linkov <juri <at> linkov.net>
Date: Sun, 10 Nov 2019 20:57:01 UTC
Severity: minor
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Lars Ingebrigtsen <larsi <at> gnus.org> writes:
> Juri Linkov <juri <at> linkov.net> writes:
>
>> - (quit-restore-window
>> - (get-buffer-window Man-buffer t) 'kill)
>> + (progn
>> + (quit-restore-window
>> + (get-buffer-window Man-buffer t) 'kill)
>> + (select-window (old-selected-window)))
>
> The discussion then dealt mostly with general quit-restore-windows
> issues, but I think this patch should be applied, since it fixes an
> annoying problem in Man. So I've now pushed it to Emacs 28.
This gives rise to the following regression:
0. emacs -Q
1. (setq Man-notify-method 'aggressive) C-x C-e
2. M-x man RET mythical RET
This used to pop up and very quickly hide a window (but that's a
separate issue), and then the echo area displayed:
Can't find the mythical manpage
Whereas now the phantom window remains displayed much longer, the echo
area displays:
error in process sentinel:
Wrong type argument: window-live-p, #<window 8>
and the *Messages* buffer also contains:
error in process sentinel:
Man-bgproc-sentinel: Wrong type argument: window-live-p, #<window 8>
Ideally a non-existent manpage would result only in the "can't find"
message, without any inadvertent Lisp errors or window dances.
Thanks,
--
Basil
This bug report was last modified 4 years and 47 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.