From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: Re: undo in loaddefs.el buffer Date: Mon, 27 Dec 2004 12:05:22 +0100 Message-ID: <41CFEC72.30902@swipnet.se> References: <200412211414.iBLEEZ903426@raven.dms.auburn.edu> <200412211541.iBLFfBc03861@raven.dms.auburn.edu> <87llbonyup.fsf@jurta.org> <200412260206.iBQ26wG17970@raven.dms.auburn.edu> <41CEE3B8.9090600@swipnet.se> <200412270231.iBR2VDE19709@raven.dms.auburn.edu> <41CFE247.8090409@swipnet.se> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1104145709 7898 80.91.229.6 (27 Dec 2004 11:08:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Dec 2004 11:08:29 +0000 (UTC) Cc: juri@jurta.org, yamaoka@jpl.org, Luc Teirlinck , rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 27 12:08:21 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cisjd-0002ya-00 for ; Mon, 27 Dec 2004 12:08:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CisuQ-0005x4-Gu for ged-emacs-devel@m.gmane.org; Mon, 27 Dec 2004 06:19:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CistY-0005wn-72 for emacs-devel@gnu.org; Mon, 27 Dec 2004 06:18:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CistX-0005wN-BQ for emacs-devel@gnu.org; Mon, 27 Dec 2004 06:18:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CistX-0005wK-2B for emacs-devel@gnu.org; Mon, 27 Dec 2004 06:18:35 -0500 Original-Received: from [195.54.107.70] (helo=mxfep01.bredband.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CishO-0004vM-Ve; Mon, 27 Dec 2004 06:06:04 -0500 Original-Received: from coolsville.localdomain ([83.226.180.210] [83.226.180.210]) by mxfep01.bredband.com with ESMTP id <20041227110553.ISQL18879.mxfep01.bredband.com@coolsville.localdomain>; Mon, 27 Dec 2004 12:05:53 +0100 User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) X-Accept-Language: en-us, en Original-To: "Jan D." In-Reply-To: <41CFE247.8090409@swipnet.se> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:31454 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31454 > To have ESC or Ctrl-g (basically any close without using dialog > buttons, for example clicking on a window manager close button in the > title) do a real quit for a dialog box sounds like a very good idea. > I think it is easy to do, because for lucid and lesstif/motif you can > already quit dialogs with Ctrl-g (i.e. a real quit), but only if the > focus is on the frame, not the dialog. We should make this consistent. Especially since the file save/dialog already has this behaviour (i.e. a real quit when popped down without pressing OK). Jan D.