From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Wrong keys binding to exit Emacs? Date: Fri, 25 Jul 2008 17:19:59 +0200 Message-ID: <4889EF1F.3000304@alice.it> 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=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1216999251 4169 80.91.229.12 (25 Jul 2008 15:20:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Jul 2008 15:20:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 25 17:21:40 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 1KMP6p-0005WM-Sz for ged-emacs-devel@m.gmane.org; Fri, 25 Jul 2008 17:21:32 +0200 Original-Received: from localhost ([127.0.0.1]:42884 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMP5w-0004MX-6n for ged-emacs-devel@m.gmane.org; Fri, 25 Jul 2008 11:20:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KMP5s-0004MO-RR for emacs-devel@gnu.org; Fri, 25 Jul 2008 11:20:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KMP5s-0004M4-4L for emacs-devel@gnu.org; Fri, 25 Jul 2008 11:20:32 -0400 Original-Received: from [199.232.76.173] (port=53801 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMP5r-0004M1-Ty for emacs-devel@gnu.org; Fri, 25 Jul 2008 11:20:31 -0400 Original-Received: from smtp-out114.alice.it ([85.37.17.114]:4411) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KMP5r-0004zG-Ik for emacs-devel@gnu.org; Fri, 25 Jul 2008 11:20:31 -0400 Original-Received: from FBCMMO03.fbc.local ([192.168.68.197]) by smtp-out114.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Fri, 25 Jul 2008 17:20:28 +0200 Original-Received: from FBCMCL01B04.fbc.local ([192.168.69.85]) by FBCMMO03.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Fri, 25 Jul 2008 17:20:28 +0200 Original-Received: from [87.3.219.104] ([87.3.219.104]) by FBCMCL01B04.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Fri, 25 Jul 2008 17:20:28 +0200 User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) In-Reply-To: <4889E99F.5030808@gmail.com> X-OriginalArrivalTime: 25 Jul 2008 15:20:28.0422 (UTC) FILETIME=[F843AA60:01C8EE69] X-detected-kernel: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:101466 Archived-At: Lennart Borgman (gmail) ha scritto: > Angelo Graziosi wrote: >> Since the previous post seems to be lost, I re-try: >> >> >> 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? No. I see that both on Windows (Cygwin build) and on GNU/Linux Kubuntu 8.04. I think it is a typo: instead of typing 'c', Dann has typed 'q' and C-x C-q does not exit but add %% to the current buffer, i.e. it cannot be modified and C-x C-q toogle the %%. Angelo > > I see the problem in my patched version from today, but not in the > latest unpatched version I have here (from 2008-07-16).