From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88856 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Spenser Truex Newsgroups: gmane.emacs.gnus.general Subject: Wrong default NNIR search method. Date: Wed, 13 Nov 2019 18:54:39 -0800 Message-ID: <87pnhvnp5c.fsf_-_@spensertruex.com> References: <875zkeyd5f.fsf@dick> <877e4t7g8q.fsf@ericabrahamsen.net> <87imodbmtd.fsf@dick> <87y2x95xl3.fsf@ericabrahamsen.net> <874kzp82ba.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="192535"; 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+M37060@lists.math.uh.edu Thu Nov 14 19:21: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 1iVJjn-000nnr-Of for ding-account@gmane.org; Thu, 14 Nov 2019 19:20: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 1iVJj0-0000ho-66; Thu, 14 Nov 2019 12:20:10 -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 1iV5RX-0002Cc-GR for ding@lists.math.uh.edu; Wed, 13 Nov 2019 21:05:11 -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 1iV5RW-0005qR-0V for ding@lists.math.uh.edu; Wed, 13 Nov 2019 21:05:11 -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 1iV5RO-0007qJ-Vj for ding@gnus.org; Thu, 14 Nov 2019 04:05:05 +0100 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iV5RO-0012Ts-Gu for ding@gnus.org; Thu, 14 Nov 2019 04:05:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Cancel-Lock: sha1:zQEL+nD+oah6mv9N4uY7gCPppho= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88856 Archived-At: 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)) -- Spenser Truex usenet@spensertruex.com https://spensertruex.com/ San Francisco, USA