From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: hitt@panix.com (Dan Hitt) Newsgroups: gmane.emacs.help Subject: rmail-summary-delete-forwards without getting rmail shown Date: 7 Nov 2003 00:33:03 -0500 Organization: PANIX -- Public Access Networks Corp. Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1068184171 13649 80.91.224.253 (7 Nov 2003 05:49:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Nov 2003 05:49:31 +0000 (UTC) Summary: how to do this? Keywords: rmail, rmail-summary-delete-forwards, rmail buffer Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 07 06:49:29 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AHzUv-0005WY-00 for ; Fri, 07 Nov 2003 06:49:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AHzUO-0003Z0-0f for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Nov 2003 00:48:56 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!panix!panix2.panix.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: panix2.panix.com Original-X-Trace: reader2.panix.com 1068183184 6500 166.84.1.2 (7 Nov 2003 05:33:04 GMT) Original-X-Complaints-To: abuse@panix.com Original-NNTP-Posting-Date: Fri, 7 Nov 2003 05:33:04 +0000 (UTC) Original-Xref: shelby.stanford.edu gnu.emacs.help:117944 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13883 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13883 When i look at the rmail summary, sometimes i delete messages by typing d (which is bound to rmail-summary-delete-forwards). This has the side effect of displaying (in another window) the next message. I would like to show only the summary window, and delete forwards without seeing the next message (because i may know just from the subject line or sender that i don't want to see the next message at all). How can i do this? That is, how can i tell rmail not to automatically display the next message when i do rmail-summary-delete-forwards? Thanks in advance for any info. dan