From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23472 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE Newsgroups: gmane.emacs.gnus.general Subject: Re: some mail annoyances [deleting mail] Date: 23 Jun 1999 08:58:58 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035161198 2167 80.91.224.250 (21 Oct 2002 00:46:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:46:38 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id DAA29340 for ; Wed, 23 Jun 1999 03:00:24 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id BAB12804; Wed, 23 Jun 1999 01:59:56 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 23 Jun 1999 02:00:40 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id CAA21775 for ; Wed, 23 Jun 1999 02:00:31 -0500 (CDT) Original-Received: from waldorf.cs.uni-dortmund.de (waldorf.cs.uni-dortmund.de [129.217.4.42]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id CAA29331 for ; Wed, 23 Jun 1999 02:59:31 -0400 (EDT) Original-Received: from petty.cs.uni-dortmund.de (petty.cs.uni-dortmund.de [129.217.20.161]) by waldorf.cs.uni-dortmund.de with SMTP id IAA01641 for ; Wed, 23 Jun 1999 08:59:00 +0200 (MES) Original-Received: (grossjoh@localhost) by petty.cs.uni-dortmund.de id IAA28727; Wed, 23 Jun 1999 08:58:59 +0200 Original-To: ding@gnus.org In-Reply-To: Per Bothner's message of "22 Jun 1999 11:33:29 -0700" Original-Lines: 45 User-Agent: Gnus/5.070088 (Pterodactyl Gnus v0.88) Emacs/20.3.10 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:23472 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:23472 Per Bothner writes: > Per Abrahamsen writes: > > > Per Bothner writes: > > > * In general, the Gnus defaults for mail are quite clumsy. > > > For example, there should be a single command to delete (make > > > expirable) messages and move to the next. I ended up doing: > > > > Use `E' for that. > > 'E' does not move to the next message. It also requires a shift. `E' moves to the next message or to the next unread message, depending on the value of gnus-summary-goto-unread. > The most common command when reading mail is "delete this message > and go to the next one". This *has* to be a single-key command, > not requiring any key modifiers. You're right. I have the following in ~/.gnus: (define-key gnus-summary-mode-map (kbd "d") 'gnus-summary-mark-as-expirable) Maybe it is necessary to put (require 'gnus-sum) before this. Marking as read is still available as `M r', but marking as expirable also works in news groups. FWIW, I also have: (define-key gnus-summary-mode-map (kbd "C-d") (function (lambda () (interactive) (gnus-summary-mark-as-read)))) which clobbers C-d, so I put that somewhere else: (define-key gnus-summary-article-map "D" 'gnus-summary-enter-digest-group) Entering a digest now works with `A D'. Just my EUR 0.02. kai -- Life is hard and then you die.