From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Martin aus Chemnitz Newsgroups: gmane.emacs.bugs Subject: Edit a buffer and exit Date: Wed, 21 May 2003 20:24:45 +0100 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3ECBD27D.74CCFE1A@gmx.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1053601386 7959 80.91.224.249 (22 May 2003 11:03:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 22 May 2003 11:03:06 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Thu May 22 13:03:05 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19Inpm-0001xN-00 for ; Thu, 22 May 2003 13:02:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Imr6-0003ID-Ec for gnu-bug-gnu-emacs@m.gmane.org; Thu, 22 May 2003 05:59:24 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Imm5-0001sS-Oy for bug-gnu-emacs@gnu.org; Thu, 22 May 2003 05:54:13 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19ImQm-0005dO-8V for bug-gnu-emacs@gnu.org; Thu, 22 May 2003 05:32:43 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.186]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19ImKz-00043n-Dj for bug-gnu-emacs@gnu.org; Thu, 22 May 2003 05:26:13 -0400 Original-Received: from [212.227.126.160] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 19ImKx-0006Vn-00 for bug-gnu-emacs@gnu.org; Thu, 22 May 2003 11:26:11 +0200 Original-Received: from [212.159.32.155] (helo=MartinHensel.de) by mrelayng.kundenserver.de with asmtp (SSLv3:RC4-MD5:128) (Exim 3.35 #1) id 19ImKw-0007T6-00 for bug-gnu-emacs@gnu.org; Thu, 22 May 2003 11:26:11 +0200 X-Mailer: Mozilla 4.75 [de] (Win98; U) X-Accept-Language: de,en Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5135 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5135 In GNU Emacs 21.3.1 (i386-msvc-windows98.2222) of 2003-03-28 on buffy Editing a buffer and trying to quit (C-x C-c) prompts if I want to save the changes. C-h lists the following options. * Type SPC or `y' to save the current buffer; * DEL or `n' to skip the current buffer; * RET or `q' to exit (skip all remaining buffers); * ! to save all remaining buffers; * ESC or `q' to exit; * ^R to display the current buffer; * or . (period) to save the current buffer and exit. As you can see, `q' is listed twice which cannot be correct. Furthermore, the word "exit" in the description for ESC may be confusing (maybe "cancel and return to the current buffer"). HTH Martin