From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: completion-list-mode-map Date: Mon, 22 Aug 2011 12:00:18 +0300 Organization: JURTA Message-ID: <87aab1izx9.fsf@mail.jurta.org> References: <4DEA3F21.2020302@gmail.com> <4E191159.1080501@gmail.com> <4E375A1C.6020108@gmail.com> <87ty9jganp.fsf@stupidchicken.com> <87r54md7yt.fsf@stupidchicken.com> <4E4ABCA1.1060703@gmx.at> <4E4AD90C.4060007@gmx.at> <87hb5h6mg4.fsf@stupidchicken.com> <4E4B848D.1040007@gmx.at> <87fwkzrcvz.fsf@stupidchicken.com> <4E4CB7E0.6060901@gmx.at> <87r54iz6b5.fsf@stupidchicken.com> <4E4E0D33.6060908@gmx.at> <87zkj3hout.fsf@stupidchicken.com> <4E50C59F.3040408@gmx.at> <87r54epl2p.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1314003717 14548 80.91.229.12 (22 Aug 2011 09:01:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 22 Aug 2011 09:01:57 +0000 (UTC) Cc: Christoph Scholtes , martin rudalics , Stefan Monnier , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 22 11:01:52 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 1QvQOG-0002qJ-C2 for ged-emacs-devel@m.gmane.org; Mon, 22 Aug 2011 11:01:52 +0200 Original-Received: from localhost ([::1]:43620 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvQOF-0002KT-Hi for ged-emacs-devel@m.gmane.org; Mon, 22 Aug 2011 05:01:51 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvQOD-0002KO-3G for emacs-devel@gnu.org; Mon, 22 Aug 2011 05:01:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvQOC-0008Nj-08 for emacs-devel@gnu.org; Mon, 22 Aug 2011 05:01:49 -0400 Original-Received: from smarty.dreamhost.com ([208.113.175.8]:52499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvQOB-0008IU-S3 for emacs-devel@gnu.org; Mon, 22 Aug 2011 05:01:47 -0400 Original-Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id D93D46E8067; Mon, 22 Aug 2011 02:01:45 -0700 (PDT) Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 4376C451C34D; Mon, 22 Aug 2011 02:01:43 -0700 (PDT) In-Reply-To: <87r54epl2p.fsf@stupidchicken.com> (Chong Yidong's message of "Sun, 21 Aug 2011 16:26:54 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.113.175.8 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:143499 Archived-At: > This is going round in circles. We know that quit-window and > quit-restore-window have different behaviors. The statement we are > considering is whether all the users of quit-window would prefer the > behavior of quit-restore-window, in which case we should replace > quit-window with quit-restore-window. > > If no one provides a good example, I'll go ahead and make the change. I agree that one function `quit-window' should be enough, but I also think that "undisplaying" a buffer should be customizable like displaying a buffer, so users could customize a variable like `quit-window-alist' to restore the old behavior of `quit-window' and to modify the new behavior of `quit-restore-window' (renamed to `quit-window'). This also requires to change its function signature to `(quit-window &optional WINDOW SPECIFIERS)'.