From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52542 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: Completely removing an article from drafts? Date: Mon, 12 May 2003 08:23:21 -0400 Sender: ding-owner@lists.math.uh.edu Message-ID: References: <8665og1mu5.fsf@jochen.rijnh.nl> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1052742132 11943 80.91.224.249 (12 May 2003 12:22:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 12 May 2003 12:22:12 +0000 (UTC) Original-X-From: ding-owner+M1086@lists.math.uh.edu Mon May 12 14:22:11 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19FCJn-00036U-00 for ; Mon, 12 May 2003 14:22:11 +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 19FCLA-0001sv-00; Mon, 12 May 2003 07:23:36 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19FCL3-0001sp-00 for ding@lists.math.uh.edu; Mon, 12 May 2003 07:23:29 -0500 Original-Received: (qmail 46740 invoked by alias); 12 May 2003 12:23:28 -0000 Original-Received: (qmail 46729 invoked from network); 12 May 2003 12:23:27 -0000 Original-Received: from mesquite.slip.cs.cmu.edu (HELO mesquite.charcoal.com) (128.2.207.11) by sclp3.sclp.com with SMTP; 12 May 2003 12:23:27 -0000 Original-Received: (from k@localhost) by mesquite.charcoal.com (8.11.6/8.11.6) id h4CCNL715886; Mon, 12 May 2003 08:23:21 -0400 Original-To: ding@gnus.org X-Face: ?=p^Gj2JkX~UU_@W}[q/'Dxn19x-zfIQ](y<&ky/?1-&Nz&,!W}R.Gp+"LeGojoR =RF>?!XVs{a:`Yt(gqM<#$Zy(C@]'dR4Hy4S1.I(n3:2"R:=Uy!)K9>U!gNTyH{p +_w#F[gt).$Vyvo5=9LF^PeQ(@H#}QLAbfyYxX/8t:TDR5nA\|RmJO"EwjL8tWyvM In-Reply-To: (Lloyd Zusman's message of "Mon, 12 May 2003 08:03:49 -0400") User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Military Intelligence, linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52542 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52542 Lloyd Zusman writes: > Since `gnus-summary-delete-article' does actual expiry, I think > that it would be more clear if "expire" appeared in the function name. No, I don't agree. "Expiry" in Gnus is generally a time-based concept; an article expires after a timeout passes, causing deletion. gnus-summary-delete-article simply deletes, right now. It does not expire anything; it annihilates something on the spot. For "delete," dictionary.reference.com says "To remove by striking out or canceling", and that's what the function does. I think it is named exactly right.