From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87494 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: [RFC] Gnus generalized search, part II Date: Wed, 26 Apr 2017 09:37:05 -0700 Message-ID: <87h91b3z2m.fsf@ericabrahamsen.net> References: <87zif930mt.fsf@ericabrahamsen.net> <87shkx5z17.fsf@ericabrahamsen.net> <87zif3fupv.fsf@hanan> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1493224668 31881 195.159.176.226 (26 Apr 2017 16:37:48 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 26 Apr 2017 16:37:48 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+m35709@lists.math.uh.edu Wed Apr 26 18:37:45 2017 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from mxfilter-048034.atla03.us.yomura.com ([107.189.48.34]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d3Pwk-00088U-J2 for ding-account@gmane.org; Wed, 26 Apr 2017 18:37:42 +0200 X-Yomura-MXScrub: 1.0 Original-Received: from lists1.math.uh.edu (unknown [129.7.128.208]) by mxfilter-048034.atla03.us.yomura.com (Halon) with ESMTPS id ad81660f-2a9e-11e7-8ed1-b499baa2b07a; Wed, 26 Apr 2017 16:37:46 +0000 (UTC) Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.87) (envelope-from ) id 1d3PwP-0001Bj-Tn; Wed, 26 Apr 2017 11:37:21 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1d3PwN-0001B0-8o for ding@lists.math.uh.edu; Wed, 26 Apr 2017 11:37:19 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.87) (envelope-from ) id 1d3PwL-0007Po-OJ for ding@lists.math.uh.edu; Wed, 26 Apr 2017 11:37:19 -0500 Original-Received: from [195.159.176.226] (helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1d3PwK-0004x5-CR for ding@gnus.org; Wed, 26 Apr 2017 18:37:16 +0200 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1d3PwB-0007Re-NG for ding@gnus.org; Wed, 26 Apr 2017 18:37:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:ZVs8X1TIizuakalLpjCRWgmFLhA= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87494 Archived-At: Andrew Cohen writes: > I found a few minutes to try the generalized search but couldn't get the > file to load :( I suspect just some simple typos, but I haven't had the > time to track them down (and they all seem to be in search backends that > aren't functional anyway). Bah, it looks like I pushed a slightly older version from the wrong machine. Sorry about that. Those changes look correct, but there might be a few more, I'll check in a second. Actually, I decided it was silly to try to maintain two versions of the same code, so I'm just going to rebase the whole thing on top of features/gnus-select. I'll try to get that done today, and that will include fixing these blunders. Frankly I'm skeptical anyone's using the swish or hyrex backends. The software doesn't even seem installable -- I wonder if we need to keep them. Eric