From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/7332 Path: main.gmane.org!not-for-mail From: Hallvard B Furuseth Newsgroups: gmane.emacs.gnus.general Subject: Re: Li'l Feature Wish Date: Wed, 24 Jul 1996 19:02:26 +0200 (MET DST) Message-ID: <199607241702.TAA12622@bombur2.uio.no> References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035147659 6851 80.91.224.250 (20 Oct 2002 21:00:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:00:59 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id KAA01408 for ; Wed, 24 Jul 1996 10:32:16 -0700 Original-Received: from goggins.uio.no (6089@goggins.uio.no [129.240.201.2]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id ; Wed, 24 Jul 1996 19:02:29 +0200 Original-Received: from ulrik.uio.no by goggins.uio.no with local-SMTP (PP) id <15719-0@goggins.uio.no>; Wed, 24 Jul 1996 19:02:28 +0200 Original-Received: by bombur2.uio.no ; Wed, 24 Jul 1996 19:02:26 +0200 (MET DST) Original-To: Lars Magne Ingebrigtsen In-reply-to: Xref: main.gmane.org gmane.emacs.gnus.general:7332 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:7332 > Generating and unthreaded summary buffer isn't really that much faster > than generating a threaded display (I think), Oh well. Other ways I can think of: a) You didn't like a key to set threading from the *group* buffer -- is that because you'd have to duplicate a lot of *summar* things in the *group* buffer? If so, generalize: "K S keys" will execute "keys" on behalf of the next summary buffer to be entered (or it will be saved and executed *when* the next summary buffer is entered). K A -- for the next *article* buffer. K G -- for the "next" *group* buffer:-) b) A key (and possibly a per-group flag) to enter a group without threading, scoring and filling the summmary buffer. Maybe it'd just show a single "article" named "get summary". Then we could set threading/scoring flags from the summary buffer and *then* push SPC to generate the summary. (BTW, the key could be ^G: Let ^G while entering a group take us to the *summary* buffer instead of back to the *group* buffer.) c) The same, but you don't enter the summary - you get the *article* buffer *without* summary. Then you can read news without a summary buffer, or you can do stuff on behalf of the group, and enter (thus generating) a summary. Hope I'm not totally off target; I don't quite remember how this thread started. Hallvard