GNU bug report logs - #1277
23.0.60; vc revert dialog may need new lines

Previous Next

Package: emacs;

Reported by: robert marshall <robert.marshall <at> tnei.co.uk>

Date: Thu, 30 Oct 2008 14:40:04 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Chong Yidong <cyd <at> stupidchicken.com>
To: martin rudalics <rudalics <at> gmx.at>
Cc: 1277 <at> debbugs.gnu.org
Subject: bug#1277: 23.0.60; select_window_norecord chokes on dead window
Date: Thu, 30 Oct 2008 19:16:25 -0400
> (progn
>    (setq debug-on-error t)
>    (set-frame-height (selected-frame) 10)
>    (split-window)
>    (temp-buffer-resize-mode)
>    (setq temp-buffer-max-height 20))
>
> and do
>
>    C-h v temp-buffer-max-height
>
> Gets me
>
> Debugger entered--Lisp error: (wrong-type-argument window-live-p #<window 3>)
>    describe-variable(temp-buffer-max-height)
>    call-interactively(describe-variable nil nil)
>
> FWIW, the reason is that `fit-window-to-buffer' deletes prev_window
> temp_output_buffer_show eventually wants to resurrect after running
> `temp-buffer-show-hook'.  The attached patch fixes this for me.

Looks OK to me.




This bug report was last modified 16 years and 208 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.