GNU bug report logs -
#1259
quit-window: does it quit the wrong buffer?
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 30 Oct 2008 16:42:17 +0100
with message-id <4909D5D9.60300 <at> gmx.at>
and subject line Re: bug#1259: quit-window: does it quit the wrong buffer?
has caused the Emacs bug report #1259,
regarding quit-window: does it quit the wrong buffer?
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don <at> donarmstrong.com
immediately.)
--
1259: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=1259
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
I'm wondering if there is a discrepancy between the doc string of quit-
window and its implementation: The function is supposed to quit the
current buffer, but what it seems to do is to quit the buffer in the
selected window.
(defun quit-window (&optional kill window)
"Quit the current buffer. Bury it, and maybe delete the selected
frame.
\(The frame is deleted if it contains a dedicated window for the
buffer.)
With a prefix argument, kill the buffer instead.
Noninteractively, if KILL is non-nil, then kill the current buffer,
otherwise bury it.
If WINDOW is non-nil, it specifies a window; we delete that window,
and the buffer that is killed or buried is the one in that window."
(interactive "P")
(let ((buffer (window-buffer window))
(frame (window-frame (or window (selected-window))))
[Message part 3 (message/rfc822, inline)]
Fixed as
2008-10-30 Martin Rudalics <rudalics <at> gmx.at>
* window.el (quit-window): Simplify code. Say in doc-string
that it operates on the selected window's buffer. (Bug#1259)
Thanks, martin
This bug report was last modified 16 years and 285 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.