From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21695 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Movement commands Date: 02 Mar 1999 16:02:33 +0100 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 1035159752 24282 80.91.224.250 (21 Oct 2002 00:22:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:22:32 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA01377 for ; Tue, 2 Mar 1999 10:38:40 -0500 (EST) Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB20781; Tue, 2 Mar 1999 09:36:49 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 02 Mar 1999 09:37:42 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id JAA00966 for ; Tue, 2 Mar 1999 09:37:23 -0600 (CST) Original-Received: from quimbies.gnus.org (larsi@ppp046.uio.no [129.240.240.47]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA01317 for ; Tue, 2 Mar 1999 10:37:12 -0500 (EST) Original-Received: (from larsi@localhost) by quimbies.gnus.org (8.8.7/8.8.7) id QAA12605; Tue, 2 Mar 1999 16:36:42 +0100 Mail-Copies-To: never X-Now-Reading: Kjartan =?iso-8859-1?q?Fl=F8gstads?= _Dalen Portland_ X-Now-Playing: Flux's _Uncarved Block_ Original-To: ding@gnus.org In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "01 Mar 1999 16:20:49 +0100" User-Agent: Gnus/5.07008 (Pterodactyl Gnus v0.80) XEmacs/21.2(beta3) (Aglaia) X-Face: &w!^oO~dS|}-P0~ge{$c!h\ (By orthogonality I mean that it should be possible to specify the > following movement behaviors for *all* marking commands: don't move, > move to the next/previous message, move to the next/previous unread > message. Currently, different commands behave in different ways.) Well, that's doable. For instance: '(("d" next-unread) ("D" prev) ("E" no-move) ... ) (Or something.) But what should `45 E' do, then? Since `E' doesn't move, should `45 E' mark the same article as expirable 45 times? And if we cover the marking commands this way, shouldn't the selection commands also be covered? `((" " select-next-unread) ("\r" no-move) ... ) I want SPC to go to the next group if I tap `SPC' on the last bit of the last article in a group, but not otherwise, and how does one specify that? -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen