bug#81649: 30.2; auth-source-pass-enable should be user option aware
Zhengyi Fu <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <[email protected]> |
Sean Whitton <[email protected]> writes: > David Bremner [18/Aug 7:19am -03] wrote: >> If >> >> 1) auth-sources is customized, >> 2) the user calls #'auth-source-pass-enabled >> 3) The user switches themes, e.g. with M-x customize-themes >> >> then as part of the theme switch (enable-theme 'user) is called, >> which overwrites auth-sources with the customize value. This is >> inconvenient because it means auth-source-pass stops working and various >> asynchronous things fail in mysterious ways. >> >> It seems to be an error for auth-source-pass-enabled to modify >> auth-sources without using something like setopt to coordinate with >> customize. > > I can't find auth-source-pass-enabled in the Emacs sources. Is it third > party package? It is a typo. auth-source-pass-enable is the correct name.