From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Davin Pearson Newsgroups: gmane.emacs.help Subject: How to rebind the QUIT button on the GUI. Date: Sat, 29 Dec 2018 19:40:20 -0800 (PST) Message-ID: <6ac7f323-193e-4ac6-9584-e208c234fc2e@googlegroups.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: blaine.gmane.org 1546141405 8914 195.159.176.226 (30 Dec 2018 03:43:25 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 30 Dec 2018 03:43:25 +0000 (UTC) Injection-Date: Sun, 30 Dec 2018 03:40:20 +0000 User-Agent: G2/1.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 30 04:43:21 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gdS0X-0002D8-33 for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Dec 2018 04:43:21 +0100 Original-Received: from localhost ([127.0.0.1]:42622 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gdS2d-0001Mt-JY for geh-help-gnu-emacs@m.gmane.org; Sat, 29 Dec 2018 22:45:31 -0500 X-Received: by 2002:a0c:b650:: with SMTP id q16mr23743062qvf.22.1546141220860; Sat, 29 Dec 2018 19:40:20 -0800 (PST) X-Received: by 2002:a37:77c5:: with SMTP id s188mr481031qkc.0.1546141220742; Sat, 29 Dec 2018 19:40:20 -0800 (PST) Original-Path: usenet.stanford.edu!v55no4563187qtk.0!news-out.google.com!h3ni8438qtk.1!nntp.google.com!v55no4563179qtk.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Original-Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=202.124.123.171; posting-account=SVVH0AoAAABplEQzMkIR3gU7a0gK8IuF Original-NNTP-Posting-Host: 202.124.123.171 Original-Xref: usenet.stanford.edu gnu.emacs.help:224929 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:119058 Archived-At: My current quit button on the Emacs GUI asks for a directory using the mouse. It asks me for a directory to save the *Message* buffer and another buffer such as *Compile-Log* etc. This is not ideal behavior since buffers whose buffer name starts and ends with a * should be killed and not saved. The ideal behavior would not ask for a directory to save the *Message* buffer. I also prefer the modeline for asking such questions.