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: Sun, 14 Aug 2011 13:34:02 -0400 Message-ID: <87ty9jganp.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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1313343253 4583 80.91.229.12 (14 Aug 2011 17:34:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 14 Aug 2011 17:34:13 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Christoph Scholtes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 14 19:34:09 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 1QseZc-000747-0l for ged-emacs-devel@m.gmane.org; Sun, 14 Aug 2011 19:34:08 +0200 Original-Received: from localhost ([::1]:36528 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QseZb-0006id-Kx for ged-emacs-devel@m.gmane.org; Sun, 14 Aug 2011 13:34:07 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:48062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QseZZ-0006iK-70 for emacs-devel@gnu.org; Sun, 14 Aug 2011 13:34:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QseZY-0000Af-Do for emacs-devel@gnu.org; Sun, 14 Aug 2011 13:34:05 -0400 Original-Received: from vm-emlprdomr-04.its.yale.edu ([130.132.50.145]:54993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QseZY-0000AW-Bz for emacs-devel@gnu.org; Sun, 14 Aug 2011 13:34:04 -0400 Original-Received: from furball ([64.134.68.235]) (authenticated bits=0) by vm-emlprdomr-04.its.yale.edu (8.14.4/8.14.4) with ESMTP id p7EHY2NH018356 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Sun, 14 Aug 2011 13:34:03 -0400 In-Reply-To: <4E375A1C.6020108@gmail.com> (Christoph Scholtes's message of "Mon, 01 Aug 2011 19:59:56 -0600") 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:143214 Archived-At: Christoph Scholtes writes: > 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'm not a big fan of View mode in general, but the View-quit behavior seems a bit more convenient in the context of help mode.