From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: completion-list-mode-map Date: Sun, 14 Aug 2011 22:11:27 -0400 Message-ID: References: <4DEA3F21.2020302@gmail.com> <4E07B9F0.3080102@gmail.com> <4E0F40A1.3020503@gmail.com> <4E0FB543.9040608@gmail.com> <4E13BC5A.2070007@gmail.com> <4E191159.1080501@gmail.com> <4E375A1C.6020108@gmail.com> <87ty9jganp.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1313374320 27944 80.91.229.12 (15 Aug 2011 02:12:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 15 Aug 2011 02:12:00 +0000 (UTC) Cc: Christoph Scholtes , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 15 04:11:42 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QsmeS-0008VK-RV for ged-emacs-devel@m.gmane.org; Mon, 15 Aug 2011 04:11:40 +0200 Original-Received: from localhost ([::1]:41185 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QsmeS-00078f-1B for ged-emacs-devel@m.gmane.org; Sun, 14 Aug 2011 22:11:40 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:44393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QsmeK-00078U-Gq for emacs-devel@gnu.org; Sun, 14 Aug 2011 22:11:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QsmeI-00054t-QV for emacs-devel@gnu.org; Sun, 14 Aug 2011 22:11:32 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:50005 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QsmeI-00054o-Nl for emacs-devel@gnu.org; Sun, 14 Aug 2011 22:11:30 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EABiASE5FxKeo/2dsb2JhbABBp3l4gUABAQQBViMQCw4mEhQYDSSIA7JEhkcEn26ENQ X-IronPort-AV: E=Sophos;i="4.67,371,1309752000"; d="scan'208";a="131226036" Original-Received: from 69-196-167-168.dsl.teksavvy.com (HELO ceviche.home) ([69.196.167.168]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 14 Aug 2011 22:11:28 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id D5DE8660CF; Sun, 14 Aug 2011 22:11:27 -0400 (EDT) In-Reply-To: <87ty9jganp.fsf@stupidchicken.com> (Chong Yidong's message of "Sun, 14 Aug 2011 13:34:02 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:143216 Archived-At: >> I thought I had sent this updated patch to the list, but I can't seem >> to find it in my archives. So here it is again. > With this change, `q' in help buffers runs quit-window, which does not > delete the window. Currently, `q' in help buffers runs View-quit, which > deletes the window. I think both of these claims are only true in specific circumstances. And indeed, it's not right to always delete the window, nor is it right to never delete the window. If you tell us when you saw which behavior, we might be able to fix quit-window so it does the right thing. Stefan