From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88857 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Wrong default NNIR search method. Date: Thu, 14 Nov 2019 10:51:13 -0800 Message-ID: <87v9rmuw9q.fsf@ericabrahamsen.net> References: <875zkeyd5f.fsf@dick> <877e4t7g8q.fsf@ericabrahamsen.net> <87imodbmtd.fsf@dick> <87y2x95xl3.fsf@ericabrahamsen.net> <874kzp82ba.fsf@gnus.org> <87pnhvnp5c.fsf_-_@spensertruex.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="58493"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+M37061@lists.math.uh.edu Thu Nov 14 19:52:00 2019 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iVKDn-000Ez4-2F for ding-account@gmane.org; Thu, 14 Nov 2019 19:51:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92.3) (envelope-from ) id 1iVKDT-00010T-4H; Thu, 14 Nov 2019 12:51:39 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1iVKDP-0000xg-VF for ding@lists.math.uh.edu; Thu, 14 Nov 2019 12:51:36 -0600 Original-Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1iVKDO-0001JU-DZ for ding@lists.math.uh.edu; Thu, 14 Nov 2019 12:51:35 -0600 Original-Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226] helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iVKDG-0006GR-Sw for ding@gnus.org; Thu, 14 Nov 2019 19:51:30 +0100 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iVKDC-000EMy-3n for ding@gnus.org; Thu, 14 Nov 2019 19:51:22 +0100 X-Injected-Via-Gmane: http://gmane.org/ Cancel-Lock: sha1:QL11fZ5l3nGlOHwAc6O5L7+bR5w= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88857 Archived-At: Spenser Truex writes: > In the manual: >>8.1.3.9 Customizations >>nnir-method-default-engines >> Alist of pairs of server backends and search engines. The default >> associations are >> (nnimap . imap) >> (nntp . gmane) >> > but in the file nnir.el > (defcustom nnir-method-default-engines '((nnimap . imap)) ...) > So I suggest this diff to the file: > > 581c581,582 > < (defcustom nnir-method-default-engines '((nnimap . imap)) >> (defcustom nnir-method-default-engines '((nnimap . imap) >> (nntp . gmane)) Unfortunately it is the manual that should be updated to reflect the file, not the other way around -- gmane no longer has search functionality :(