From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ramestica Newsgroups: gmane.emacs.help Subject: close emacs with mouse Date: 20 Apr 2007 20:25:02 -0700 Organization: http://groups.google.com Message-ID: <1177125902.734785.104140@n76g2000hsh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1177126523 32248 80.91.229.12 (21 Apr 2007 03:35:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Apr 2007 03:35:23 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 21 05:35:15 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hf6NW-0002t6-Cw for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Apr 2007 05:35:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hf6Se-00069q-72 for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Apr 2007 23:40:32 -0400 Original-Path: shelby.stanford.edu!newshub.stanford.edu!postnews.google.com!n76g2000hsh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 67.76.90.245 Original-X-Trace: posting.google.com 1177125903 13734 127.0.0.1 (21 Apr 2007 03:25:03 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 21 Apr 2007 03:25:03 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070221 Red Hat/1.5.0.10-0.1.el4 Firefox/1.5.0.10,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: n76g2000hsh.googlegroups.com; posting-host=67.76.90.245; posting-account=sGABMQwAAAD_XpY3Sf0VIz4KQm2FFOCS Original-Xref: shelby.stanford.edu gnu.emacs.help:147339 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:42943 Archived-At: C-x C-c is bound to save-buffers-kill-emacs which is nice because it warns about unsaved buffers and closes all subrrogate minibuffer frames. On the other hand, when I close emacs using the mouse on the button at the title window (xwindows) it will still warn about unsaved buffers but it will not get rid automatically of subrrogate minibuffer frames. I'm not sure which exact function is bound to the title button, and I could not find information about how to default it to something else, like save-buffers-kill-emacs. Any hint? many thanks,