From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12962 Path: main.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.gnus.general Subject: Re: patch: gnus-art,sum -- No save, if Edit didn't modify buffer Date: 25 Nov 1997 21:11:17 +0200 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035152411 6660 80.91.224.250 (20 Oct 2002 22:20:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:20:11 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id MAA13471 for ; Tue, 25 Nov 1997 12:35:56 -0800 Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with ESMTP id OAA05179 for ; Tue, 25 Nov 1997 14:35:44 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with SMTP id UAA03826 for ; Tue, 25 Nov 1997 20:11:22 +0100 (MET) Original-Received: (qmail 13684 invoked by uid 504); 25 Nov 1997 19:11:22 -0000 Original-Received: (qmail 13681 invoked from network); 25 Nov 1997 19:11:21 -0000 Original-Received: from axl01it.ntc.nokia.com (131.228.118.232) by claymore.vcinet.com with SMTP; 25 Nov 1997 19:11:21 -0000 Original-Received: from zeus.tele.nokia.fi (zeus.tele.nokia.fi [131.228.134.50]) by axl01it.ntc.nokia.com (8.8.5/8.6.9) with SMTP id VAA20134 for ; Tue, 25 Nov 1997 21:10:50 +0200 (EET) Original-Received: from pegasus.tele.nokia.fi (pegasus.ntc.nokia.com [131.228.169.148]) by zeus.tele.nokia.fi (8.6.4/8.6.4) with ESMTP id VAA03819 for ; Tue, 25 Nov 1997 21:12:24 +0200 Original-Received: (from jaalto@localhost) by pegasus.tele.nokia.fi (8.7.5/8.7.1) id VAA23353; Tue, 25 Nov 1997 21:11:17 +0200 (EET) X-My-Info: http://www.netforward.com/poboxes/?jari.aalto http://www.geocities.com/SiliconValley/Bay/2349 Send me subject "send help" to get my mailserver info. Original-To: Ding mailing list In-Reply-To: Hrvoje Niksic's message of "25 Nov 1997 17:06:17 +0100" Original-Lines: 27 X-Mailer: Quassia Gnus v0.13/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:12962 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12962 | 97-11-25 Hrvoje Niksic list.ding | | > - Whwn I edit buffer and I decide that was a mistake, I press | > C-c C-c to end the edit. | > - Gnus however writes the buffer back whether the buffer was | > modified or not. | | Why don't you use `C-c C-k' when you decide you don't want to edit | stuff? Just curious. For me the obvious selection was first to press C-c C-c t quit the edit mode as in any other MUA (Like my old RMAIL). The Edit mode was usually a key "mishit"(is that the word?): I really didn't want to edit message, but press "E" to mark article expired. I have swapped the keys now, but caps lock still suprises me from time to time. When C-c C-c always saved a message; even unmodified one, I decided, that it would be more logical if it did nothing when user pressed C-c C-c while visiting unmodified message. Actually after the patch, the code does update Gnus internal states, but there is no save any more. I left the Gnus internal structure update untounched, because I wasn't sure If that could be bypassed safely too. jari