From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/35273 Path: main.gmane.org!not-for-mail From: Colin Marquardt Newsgroups: gmane.emacs.gnus.general Subject: Re: Small Gnus UI patch Date: 09 Mar 2001 11:21:53 -0800 Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035171042 2075 80.91.224.250 (21 Oct 2002 03:30:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:30:42 +0000 (UTC) Keywords: message Return-Path: Original-Received: (qmail 3176 invoked by alias); 9 Mar 2001 19:22:19 -0000 Original-Received: (qmail 3171 invoked from network); 9 Mar 2001 19:22:14 -0000 Original-Received: from netmail.alcatel.com (128.251.168.50) by gnus.org with SMTP; 9 Mar 2001 19:22:14 -0000 Original-Received: from auds952.usa.alcatel.com (auds952.usa.alcatel.com [143.209.238.7]) by netmail.alcatel.com (8.9.1/8.9.1) with ESMTP id NAA09515 for ; Fri, 9 Mar 2001 13:21:55 -0600 (CST) Original-Received: from lwmail01.pet.usa.alcatel.com (localhost [127.0.0.1]) by auds952.usa.alcatel.com (8.10.2/8.10.2) with ESMTP id f29JLrb20735 for ; Fri, 9 Mar 2001 13:21:53 -0600 (CST) Original-Received: from optilink.pet.usa.alcatel.com ([10.11.2.49]) by lwmail01.pet.usa.alcatel.com (Netscape Messaging Server 4.15 lwmail01 Aug 8 2000 13:22:32) with ESMTP id G9Y36400.VK8 for ; Fri, 9 Mar 2001 11:22:52 -0800 Original-Received: from sol-cmarquar.pet.usa.alcatel.com (sol-cmarquar [143.209.122.168]) by optilink.pet.usa.alcatel.com (8.8.8+Sun/8.8.8) with ESMTP id LAA16556 for ; Fri, 9 Mar 2001 11:21:52 -0800 (PST) Original-Received: (from cmarquar@localhost) by sol-cmarquar.pet.usa.alcatel.com (8.9.3+Sun/8.9.1) id LAA19187; Fri, 9 Mar 2001 11:21:53 -0800 (PST) X-Authentication-Warning: sol-cmarquar.pet.usa.alcatel.com: cmarquar set sender to colin.marquardt@usa.alcatel.com using -f Original-To: ding@gnus.org In-Reply-To: X-Disclaimer: Opinions expressed are not those of Alcatel USA. User-Agent: Gnus/5.090001 (Oort Gnus v0.01) XEmacs/21.1 (Canyonlands) Original-Lines: 17 Xref: main.gmane.org gmane.emacs.gnus.general:35273 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:35273 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > On 08 Mar 2001, Colin Marquardt wrote: > > > Ideally, you would have the choice between three options here: > > * send message in parts, > > * send in one big message, > > * cancel. > > I don't know enough about Emacs LISP to do that though... > > `C-g' is your friend for cancelling. No Lisp required. That's true, and I do this. However, I wonder if it cleans up things nicely that might have happened to the message buffer (things like inserting headers etc.)? Colin