From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57173 Path: main.gmane.org!not-for-mail From: TSUCHIYA Masatoshi Newsgroups: gmane.emacs.gnus.general Subject: gnus-namazu.el in gnus/contrib? Date: Sat, 01 May 2004 11:43:01 +0900 Sender: ding-owner@lists.math.uh.edu Message-ID: <87ekq4c1fu.fsf_-_@namazu.org> References: <841xvbb03m.fsf@slowfox.is.informatik.uni-duisburg.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1083379500 4009 80.91.224.253 (1 May 2004 02:45:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 1 May 2004 02:45:00 +0000 (UTC) Original-X-From: ding-owner+M5713@lists.math.uh.edu Sat May 01 04:44:53 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BJkUm-0008N9-00 for ; Sat, 01 May 2004 04:44:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BJkTJ-0006fy-00; Fri, 30 Apr 2004 21:43:21 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BJkTB-0006fq-00 for ding@lists.math.uh.edu; Fri, 30 Apr 2004 21:43:13 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BJkT8-0004XJ-FR for ding@lists.math.uh.edu; Fri, 30 Apr 2004 21:43:10 -0500 Original-Received: from karin.namazu.org (karin.namazu.org [210.157.158.28]) by justine.libertine.org (Postfix) with ESMTP id 22FB93A0026 for ; Fri, 30 Apr 2004 21:43:08 -0500 (CDT) Original-Received: from cvs.namazu.org (karin.namazu.org [210.157.158.28]) by karin.namazu.org (Postfix) with ESMTP id A5B66FF25 for ; Sat, 1 May 2004 11:43:04 +0900 (JST) Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org In-Reply-To: (TSUCHIYA Masatoshi's message of "Mon, 25 Aug 2003 10:33:24 +0900") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (gnu/linux) X-Dispatcher: imput version 20031028(IM146) Original-Lines: 31 Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57173 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57173 Hi, I developed gnus-namazu.el, which is a search interface using Namazu, like nnir.el. It has some advantages and some disadvantages than nnir.el. Advantages are: (1) Persistent articles and agentized articles: gnus-namazu can handle them. (2) Virtual group: gnus-namazu generate a virtual group that consists of all groups including all discovered articles. Therefore, gnus-summary-refer-parent-article() is available in the summary buffer of the virtual group, even if a parent article is not included in discovered articles. (3) Simple configuration: gnus-namazu is simplified for Namazu, and only four steps are required to start using gnus-namazu. The biggest disadvantage is that gnus-namazu.el supports only Namazu, but does not support other search engines. gnus-namazu.el was originally developed for T-gnus, which is a localized version of Gnus, and became quite popular among T-gnus users. I ported it for Oort Gnus, and posted it to this group eight month ago. And now, I'd like to contribute to Gnus CVS. Can I put it in gnus/contrib? -- TSUCHIYA Masatoshi