all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: don@donarmstrong.com (Emacs bug Tracking System)
To: martin rudalics <rudalics@gmx.at>
Subject: bug#1259: marked as done (quit-window: does it quit the wrong  buffer?)
Date: Thu, 30 Oct 2008 08:50:03 -0700	[thread overview]
Message-ID: <handler.1259.D1259.122538141724168.ackdone@emacsbugs.donarmstrong.com> (raw)
In-Reply-To: E42FC1D6-A191-475C-88BD-F9FA2C50C78B@gmail.com

[-- Attachment #1: Type: text/plain, Size: 853 bytes --]


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

[-- Attachment #2: Type: message/rfc822, Size: 3976 bytes --]

From: David Reitter <david.reitter@gmail.com>
To: emacs-pretest-bug@gnu.org
Subject: quit-window: does it quit the wrong buffer?
Date: Sun, 26 Oct 2008 21:19:48 -0400
Message-ID: <E42FC1D6-A191-475C-88BD-F9FA2C50C78B@gmail.com>

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))))



[-- Attachment #3: Type: message/rfc822, Size: 1649 bytes --]

From: martin rudalics <rudalics@gmx.at>
To: 1259-done@emacsbugs.donarmstrong.com
Cc: David Reitter <david.reitter@gmail.com>
Subject: Re: bug#1259: quit-window: does it quit the wrong buffer?
Date: Thu, 30 Oct 2008 16:42:17 +0100
Message-ID: <4909D5D9.60300@gmx.at>

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


      parent reply	other threads:[~2008-10-30 15:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <4909D5D9.60300@gmx.at>
2008-10-27  1:19 ` bug#1259: quit-window: does it quit the wrong buffer? David Reitter
2008-10-27 10:31   ` martin rudalics
2008-10-27 15:01     ` David Reitter
2008-10-27 17:07       ` martin rudalics
2008-11-04 17:40         ` David Reitter
2008-11-04 18:15           ` martin rudalics
2008-10-30 15:50   ` Emacs bug Tracking System [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=handler.1259.D1259.122538141724168.ackdone@emacsbugs.donarmstrong.com \
    --to=don@donarmstrong.com \
    --cc=rudalics@gmx.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.