From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57410 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: Re: Kill recipients in To/Cc headers Date: Mon, 17 May 2004 13:15:50 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: <86u0yfz4m1.fsf@rumba.de.uu.net> References: <87brnhdjqc.fsf@emptyhost.emptydomain.de> <87n047xzsx.fsf@enki.rimspace.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084800040 8841 80.91.224.253 (17 May 2004 13:20:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 May 2004 13:20:40 +0000 (UTC) Original-X-From: ding-owner+M5950@lists.math.uh.edu Mon May 17 15:20:30 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BPi2g-0000pn-00 for ; Mon, 17 May 2004 15:20:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BPi2T-000396-00; Mon, 17 May 2004 08:20:17 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BPg65-0002C2-00 for ding@lists.math.uh.edu; Mon, 17 May 2004 06:15:53 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BPg64-00059K-U4 for ding@lists.math.uh.edu; Mon, 17 May 2004 06:15:52 -0500 Original-Received: from quimby.gnus.org (quimby.gnus.org [80.91.224.244]) by justine.libertine.org (Postfix) with ESMTP id 319F53A01F6 for ; Mon, 17 May 2004 06:15:52 -0500 (CDT) Original-Received: from news by quimby.gnus.org with local (Exim 3.35 #1 (Debian)) id 1BPg63-000828-00 for ; Mon, 17 May 2004 13:15:51 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 22 Original-NNTP-Posting-Host: 139.4.37.213 Original-X-Trace: quimby.gnus.org 1084792551 30780 139.4.37.213 (17 May 2004 11:15:51 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Mon, 17 May 2004 11:15:51 +0000 (UTC) User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:f1bO1frEZKymPdZq2g/NK/XFW1k= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57410 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57410 Daniel Pittman writes: > On 17 May 2004, Lars Magne Ingebrigtsen wrote: >> Kai Grossjohann writes: >> >>> WIBNI M-k or somesuch command would kill a recipient, when in a To/Cc >>> header? >> >> Yes, it would. Hm; I wonder what's the correct approach to take. >> Should the command delete the address under point, or should it >> delete up till the next address? > > It should act as much like 'kill-sentence' as possible, IMO, since that > is what it does over in a text-mode or fundamental-mode buffer. I think this is not a good idea -- it would create invalid addresses. > Which is to say, it should delete the address under point. M-k deletes from point to end of sentence... Kai