bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#37926: [PATCH] Unify Gnus select methods


From: Eric Abrahamsen
Subject: bug#37926: [PATCH] Unify Gnus select methods
Date: Sun, 27 Oct 2019 11:21:40 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> dick.r.chiang@gmail.com writes:
>
>> Subject: [PATCH] Unify gnus select methods into one defcustom
>
> That was a long patch, and I'm not sure I understand what it's doing.
> Won't this basically break everybody's .newsrc.eld files?

Basically it's introducing a new customization option,
`gnus-select-methods' to obsolete `gnus-select-method' and
`gnus-secondary-select-methods'. The latter two options are retained,
and obsoleted only for 'set, not 'get. Then the defcustoms are jimmied
so that customizing any of the options also sets the other two, so that:

gnus-select-methods = (cons gnus-select-method gnus-secondary-select-methods)

`gnus-select-method' is still used, `gnus-secondary-select-methods' not
anymore.

It only works if you customize those options though, not setq, so I
don't see this being practically usable...

Eric





reply via email to

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