emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Calc window handling


From: Jay Belanger
Subject: Re: Calc window handling
Date: Tue, 04 Nov 2008 17:47:53 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Chong Yidong <address@hidden> writes:
...
> I'm not sure what you're referring to.  As far as I can tell, calc-quit
> doesn't call delete-windows-on with nil arguments: it uses the Calc
> buffers as the argument.

But one of those arguments is kbuf, which is equal to 
(get-buffer "*Calc Keypad*"). If no such buffer exists, then
(delete-windows-on kbuf) will bury the current buffer and bring the Calc
buffer back to the top.  I will change calc-quit so that it checks to
see if a buffer exists before calling delete-window-on on it.

Jay




reply via email to

[Prev in Thread] Current Thread [Next in Thread]