From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bruce Stephens Newsgroups: gmane.emacs.devel Subject: Re: Wrong keys binding to exit Emacs? Date: Fri, 25 Jul 2008 17:18:46 +0100 Message-ID: <80ej5iey3d.fsf@tiny.isode.net> References: <48891036.3000103@alice.it> <4889E6F9.9010400@alice.it> <4889E99F.5030808@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1217002745 16776 80.91.229.12 (25 Jul 2008 16:19:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Jul 2008 16:19:05 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 25 18:19:53 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KMQ1J-0006A5-3o for ged-emacs-devel@m.gmane.org; Fri, 25 Jul 2008 18:19:53 +0200 Original-Received: from localhost ([127.0.0.1]:54900 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMQ0P-0005MW-Bo for ged-emacs-devel@m.gmane.org; Fri, 25 Jul 2008 12:18:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KMQ0K-0005M1-NX for emacs-devel@gnu.org; Fri, 25 Jul 2008 12:18:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KMQ0K-0005Lh-5a for emacs-devel@gnu.org; Fri, 25 Jul 2008 12:18:52 -0400 Original-Received: from [199.232.76.173] (port=49592 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMQ0K-0005Le-13 for emacs-devel@gnu.org; Fri, 25 Jul 2008 12:18:52 -0400 Original-Received: from rufus.isode.com ([62.3.217.251]:40001) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KMQ0J-0008Vl-Fx for emacs-devel@gnu.org; Fri, 25 Jul 2008 12:18:52 -0400 Original-Received: from tiny.isode.net (shiny.isode.com [62.3.217.250]) by rufus.isode.com (smtp internal) via TCP with SMTP id for ; Fri, 25 Jul 2008 17:18:46 +0100 Original-Received: by tiny.isode.net (sSMTP sendmail emulation); Fri, 25 Jul 2008 17:18:46 +0100 X-Hashcash: 1:20:080725:emacs-devel@gnu.org::W4quQOPu80RNCmqr:0000000000000000000000000000000000000000004J3N In-Reply-To: <4889E99F.5030808@gmail.com> (Lennart Borgman's message of "Fri\, 25 Jul 2008 16\:56\:31 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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: news.gmane.org gmane.emacs.devel:101474 Archived-At: "Lennart Borgman (gmail)" writes: > Angelo Graziosi ha scritto: >> In the current trunk, the menu File contains >> >> Exit Emacs C-x C-q >> >> But C-x C-q changes the current buffer to be 'read only' and that >> key sequence does not exit Emacs. >> >> Shouldn't it be C-x C-c? > > Hm, I wonder if this could be a problem in my patched version of > Emacs+EmacsW32. Are you running that? > > I see the problem in my patched version from today, but not in the > latest unpatched version I have here (from 2008-07-16). That's too old. The typo is in this change (from the git mirror): Author: Dan Nicolaescu Date: Wed Jul 23 05:58:21 2008 +0000 * dired.el (dired-mode-map): Show the key binding for wdired. * menu-bar.el (menu-bar-file-menu): Show the key binding for exiting emacs.