From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: completion-list-mode-map Date: Wed, 17 Aug 2011 11:06:42 +0200 Message-ID: <4E4B84A2.1050600@gmx.at> 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> <87r54md7yt.fsf@stupidchicken.com> <4E4ABCA1.1060703@gmx.at> <4E4AD90C.4060007@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1313572018 26199 80.91.229.12 (17 Aug 2011 09:06:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 17 Aug 2011 09:06:58 +0000 (UTC) Cc: Christoph Scholtes , Chong Yidong , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 17 11:06:54 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 1Qtc5N-00072K-F0 for ged-emacs-devel@m.gmane.org; Wed, 17 Aug 2011 11:06:53 +0200 Original-Received: from localhost ([::1]:36833 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qtc5M-0006wT-Ta for ged-emacs-devel@m.gmane.org; Wed, 17 Aug 2011 05:06:52 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:46605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qtc5I-0006w0-8F for emacs-devel@gnu.org; Wed, 17 Aug 2011 05:06:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qtc5H-0008Uq-4e for emacs-devel@gnu.org; Wed, 17 Aug 2011 05:06:48 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:40510) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Qtc5G-0008Uh-N7 for emacs-devel@gnu.org; Wed, 17 Aug 2011 05:06:47 -0400 Original-Received: (qmail invoked by alias); 17 Aug 2011 09:06:45 -0000 Original-Received: from 62-47-41-127.adsl.highway.telekom.at (EHLO [62.47.41.127]) [62.47.41.127] by mail.gmx.net (mp055) with SMTP; 17 Aug 2011 11:06:45 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19jKPRSiBxjvE5xMTnc3FZXWcFEaBNXijeZXeAx/L jciwPowwjYGm3Z User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.23 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:143356 Archived-At: > Nobody talked about calling this function (it's a command and is only > rarely called as a function; maybe these calls are bad ideas, actually, > tho I haven't checked). There are some 20 calls of `quit-window' in Emacs. So it's probably better to check. martin