From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: completion-list-mode-map Date: Mon, 15 Aug 2011 11:12:42 -0400 Message-ID: <87r54md7yt.fsf@stupidchicken.com> 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 1313421174 24330 80.91.229.12 (15 Aug 2011 15:12:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 15 Aug 2011 15:12:54 +0000 (UTC) Cc: Christoph Scholtes , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 15 17:12:50 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 1QsyqP-0005po-3g for ged-emacs-devel@m.gmane.org; Mon, 15 Aug 2011 17:12:49 +0200 Original-Received: from localhost ([::1]:42872 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QsyqO-0002Pe-Fy for ged-emacs-devel@m.gmane.org; Mon, 15 Aug 2011 11:12:48 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:58661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QsyqL-0002P5-Dm for emacs-devel@gnu.org; Mon, 15 Aug 2011 11:12:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QsyqK-0000Au-FB for emacs-devel@gnu.org; Mon, 15 Aug 2011 11:12:45 -0400 Original-Received: from vm-emlprdomr-04.its.yale.edu ([130.132.50.145]:45466) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QsyqK-0000Aq-BV for emacs-devel@gnu.org; Mon, 15 Aug 2011 11:12:44 -0400 Original-Received: from furball (dhcp-128-36-14-148.central.yale.edu [128.36.14.148]) (authenticated bits=0) by vm-emlprdomr-04.its.yale.edu (8.14.4/8.14.4) with ESMTP id p7FFCg1f022140 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Mon, 15 Aug 2011 11:12:43 -0400 In-Reply-To: (Stefan Monnier's message of "Sun, 14 Aug 2011 22:11:27 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.145 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 130.132.50.145 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:143249 Archived-At: Stefan Monnier writes: >> 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. emacs -Q C-h k k => help window pops up C-x o q => help window deleted