emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnus-group-read-ephemeral-search-group -- Something Changed?


From: Eric Abrahamsen
Subject: Re: gnus-group-read-ephemeral-search-group -- Something Changed?
Date: Sat, 07 Nov 2020 20:35:17 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

"T.V Raman" <raman@google.com> writes:

> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>
> It contains:
> ((nnimap . imap))
> and I've never touched or changed that var.> "T.V Raman"
> <raman@google.com> writes:
> The above is the result of hitting C-x C-e over the variable name in
> your message.

That's the value of `nnir-method-default-engines'; the new
`gnus-search-default-engines' has never had that value.

Could this be the result of interaction between
`define-obsolete-variable-alias' and `defcustom'? If you've customized
`nnir-method-default-engines', and gnus-search.el contains:

(define-obsolete-variable-alias 'nnir-method-default-engines
  'gnus-search-default-engines "28.1")

(defcustom gnus-search-default-engines '((nnimap . gnus-search-imap)))

Could the customized value of `nnir-method-default-engines' be copied to
`gnus-search-default-engines'?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]