Gnus development mailing list
 help / color / mirror / Atom feed
From: Norman Walsh <ndw@nwalsh.com>
Subject: Re: gnus-glimpse.el -- search a newsgroup using glimpse
Date: 09 Nov 2000 11:34:41 -0500	[thread overview]
Message-ID: <8766lxqf32.fsf@nwalsh.com> (raw)
In-Reply-To: Kai Grossjohann's message of "20 May 1997 19:39:29 +0200"

/ Kai Grossjohann <grossjohann@charly.cs.uni-dortmund.de> 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 <ndw@nwalsh.com> | We dance around in a ring and suppose,
http://nwalsh.com/            | but the Secret sits in the middle and
                              | knows.--Robert Frost



  parent reply	other threads:[~2000-11-09 16:34 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-05-20 17:39 Kai Grossjohann
1997-05-22 23:14 ` Mark Eichin
1997-05-23  7:56   ` Kai Grossjohann
1997-05-23 17:09   ` Greg Stark
1997-05-24  4:09     ` Lars Magne Ingebrigtsen
1997-05-25  0:13       ` Kai Grossjohann
1997-05-25  0:18       ` Kai Grossjohann
1997-05-25  0:03     ` Kai Grossjohann
1997-05-23 19:08   ` Mark Eichin
2000-11-09 16:34 ` Norman Walsh [this message]
2000-11-09 18:09   ` Kai Großjohann
2000-11-09 18:47     ` Norman Walsh
2000-11-09 19:23       ` Francisco Solsona
2000-11-10 16:23     ` Norman Walsh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8766lxqf32.fsf@nwalsh.com \
    --to=ndw@nwalsh.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).