From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/15694 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: First experimental version of nnglimpse.el, or: Buglet report Date: 21 Jul 1998 16:22:55 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <871zrguqay.fsf@slowfox.do.uunet.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035154680 23463 80.91.224.250 (20 Oct 2002 22:58:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:58:00 +0000 (UTC) Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.9.1/8.9.1) with ESMTP id HAA08186 for ; Tue, 21 Jul 1998 07:52:37 -0700 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id KAA20535 for ; Tue, 21 Jul 1998 10:48:59 -0400 Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id IAS04294; Tue, 21 Jul 1998 09:16:44 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 21 Jul 1998 09:23:24 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id JAA28635 for ; Tue, 21 Jul 1998 09:23:08 -0500 (CDT) Original-Received: from sparky.gnus.org (ppp110.uio.no [129.240.240.115]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA01678 for ; Tue, 21 Jul 1998 10:22:46 -0400 (EDT) Original-Received: (from larsi@localhost) by sparky.gnus.org (8.8.5/8.8.5) id QAA04699; Tue, 21 Jul 1998 16:25:50 +0200 Mail-Copies-To: never X-Now-Reading: Elizabeth Moon's _Phases_ Original-To: ding@gnus.org In-Reply-To: Kai Grossjohann's message of "21 Jul 1998 00:10:29 +0200" X-Mailer: Gnus v5.6.25/Emacs 20.2 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > How would I go about adding the group name the article came from to > the output of nnglimpse? To the nnglimpse summary buffer? To the > article buffer? You could alter the Subject headers, for instance, or do what nnvirtual does -- makes the first entry in the Xrefs line the group from whence the article came. > How does one go about defining a function for nnglimpse summary > buffers only? Well, you could do (add-hook 'gnus-summary-mode-hook 'nnglimpse-setup) or something, and then that function would check whether the current group is an nnglimpse group, and if so, do its thing. > How does one go about creating such a `subsidiary' summary buffer, > such that one gets back to the nnglimpse summary buffer with `q'? What you want is ephemeral groups. When exiting from these, you return to where you were when you started. `C-d' does this with digests, for instance, and you could use that command as the model. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen