From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33284 Path: main.gmane.org!not-for-mail From: Norman Walsh Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-glimpse.el -- search a newsgroup using glimpse Date: 09 Nov 2000 11:34:41 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <8766lxqf32.fsf@nwalsh.com> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035169421 24350 80.91.224.250 (21 Oct 2002 03:03:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:03:41 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 359CFD049A for ; Thu, 9 Nov 2000 11:39:00 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id KAB13542; Thu, 9 Nov 2000 10:38:32 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 09 Nov 2000 10:37:57 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id KAA08884 for ; Thu, 9 Nov 2000 10:37:46 -0600 (CST) Original-Received: from nexus.berkshire.net (nexus.berkshire.net [206.72.196.10]) by mailhost.sclp.com (Postfix) with ESMTP id 33259D049A for ; Thu, 9 Nov 2000 11:38:10 -0500 (EST) Original-Received: from hermes (hermes.nwalsh.com [140.186.114.234]) by nexus.berkshire.net (8.9.2/8.9.2) with ESMTP id LAA06045 for ; Thu, 9 Nov 2000 11:38:07 -0500 (EST) Original-Received: from ndw by hermes with local (Exim 3.12 #1 (Debian)) id 13tuev-0000ub-00 for ; Thu, 09 Nov 2000 11:34:41 -0500 Original-To: ding@gnus.org X-URL: http://nwalsh.com/ X-Millennium: T-minus 7 weeks, 3 days, 12 hours, 28 minutes, 26 seconds In-Reply-To: Kai Grossjohann's message of "20 May 1997 19:39:29 +0200" Original-Lines: 56 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33284 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33284 / Kai Grossjohann was heard to say: | I hacked up the following to search the current newsgroup using | glimpse. Beware: it only works with nnml groups! Ok, so I finally got around to installing glimpse and giving this a try. I like the concept, but I'm a little confused by the display. Is there any way to tell, in the list, which ones matched? Looking through the list archives, I gather part of the problem is that other messages in the group are not suppressed. Has anyone done any more work on this? BTW, here's a crude hack to suppress bbdb auto notification: *** gnus-glimpse.el~ Thu Nov 9 08:11:49 2000 --- gnus-glimpse.el Thu Nov 9 11:04:51 2000 *************** *** 41,45 **** (gnus-glimpse-articles nil) (num-articles nil) ! (cur-article 1)) (save-excursion (set-buffer (get-buffer-create " *glimpse output*")) --- 41,49 ---- (gnus-glimpse-articles nil) (num-articles nil) ! (cur-article 1) ! (save-bbdb-notice-hook ! (if (boundp 'bbdb-notice-hook) ! (symbol-value 'bbdb-notice-hook) ! nil))) (save-excursion (set-buffer (get-buffer-create " *glimpse output*")) *************** *** 65,69 **** (while gnus-glimpse-articles (setq cur-article (1+ cur-article)) ! (gnus-summary-goto-article (pop gnus-glimpse-articles) nil t)))) (define-key gnus-summary-goto-map "G" 'gnus-summary-glimpse) --- 69,75 ---- (while gnus-glimpse-articles (setq cur-article (1+ cur-article)) ! (gnus-summary-goto-article (pop gnus-glimpse-articles) nil t)) ! (if (boundp 'bbdb-notice-hook) ! (setq bbdb-notice-hook save-bbdb-notice-hook)))) (define-key gnus-summary-goto-map "G" 'gnus-summary-glimpse) Be seeing you, norm -- Norman Walsh | We dance around in a ring and suppose, http://nwalsh.com/ | but the Secret sits in the middle and | knows.--Robert Frost