bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#1259: marked as done (quit-window: does it quit the wrong buffer?)


From: Emacs bug Tracking System
Subject: bug#1259: marked as done (quit-window: does it quit the wrong buffer?)
Date: Thu, 30 Oct 2008 08:50:03 -0700

Your message dated Thu, 30 Oct 2008 16:42:17 +0100
with message-id <4909D5D9.60300@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@donarmstrong.com
immediately.)


-- 
1259: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1259
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: quit-window: does it quit the wrong buffer? Date: Sun, 26 Oct 2008 21:19:48 -0400 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))))



--- End Message ---
--- Begin Message --- Subject: Re: bug#1259: quit-window: does it quit the wrong buffer? Date: Thu, 30 Oct 2008 16:42:17 +0100 User-agent: Thunderbird 2.0.0.16 (Windows/20080708)
Fixed as

2008-10-30  Martin Rudalics  <rudalics@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


--- End Message ---

reply via email to

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