unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: Waleed Yousef <wyousef@fcih.net>
Cc: 59017@debbugs.gnu.org
Subject: bug#59017: 28.2; Searching using nnir stopped
Date: Sun, 06 Nov 2022 07:03:36 -0800	[thread overview]
Message-ID: <877d08t99z.fsf@ericabrahamsen.net> (raw)
In-Reply-To: <875yfu1zwc.fsf@node-1w7jr9strgjopauae3d8vyr5z.ipv6.telus.net> (Waleed Yousef's message of "Fri, 04 Nov 2022 08:51:31 -0700")

Waleed Yousef <wyousef@fcih.net> writes:

> I used to use namazu as the search engine inside gnus. All of a sudden,
> it is no longer working. Probably, this is after I started using
> spacemacs. But nothing changed. This is my configurations:
>
> (require 'nnir)
> (setq nnir-method-default-engines '((nnml . namazu)))
> (setq nnir-namazu-index-directory (expand-file-name "~/.namazu-mail"))
> (setq nnir-namazu-remove-prefix "/home/wyousef/Mail/")

nnir has been replaced by gnus-search in Emacs 28 -- this configuration
should get you obsolete variable warnings. Replacement config is pretty
direct:

(setq gnus-search-default-engines '((nnml . namazu)))
(setq gnus-search-namazu-index-directory (expand-file-name "~/.namazu-mail"))
(setq gnus-search-namazu-remove-prefix "/home/wyousef/Mail/")

Try that...





  reply	other threads:[~2022-11-06 15:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-04 15:51 bug#59017: 28.2; Searching using nnir stopped Waleed Yousef
2022-11-06 15:03 ` Eric Abrahamsen [this message]
2022-11-06 17:03   ` Waleed Yousef
2022-11-07 15:47     ` Eric Abrahamsen

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=877d08t99z.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --cc=59017@debbugs.gnu.org \
    --cc=wyousef@fcih.net \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).