GNU bug report logs - #36286
26.2.90; auth-source-creation-prompts has not effect?

Previous Next

Package: emacs;

Reported by: Xu Chunyang <mail <at> xuchunyang.me>

Date: Wed, 19 Jun 2019 06:53:01 UTC

Severity: minor

Tags: fixed

Found in version 26.2.90

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Noam Postavsky <npostavs <at> gmail.com>
To: Xu Chunyang <mail <at> xuchunyang.me>
Cc: 36286 <at> debbugs.gnu.org
Subject: bug#36286: 26.2.90; auth-source-creation-prompts has not effect?
Date: Thu, 20 Jun 2019 11:08:59 -0400
Xu Chunyang <mail <at> xuchunyang.me> writes:

> C-h f auth-source-search provides this example:
>
>   (let ((auth-source-creation-defaults '((user . "defaultUser")
>                                           (A    . "default A")))
>          (auth-source-creation-prompts
>           '((password . "Enter IMAP password for %h:%p: "))))
>     (auth-source-search :host '("nonesuch" "twosuch") :type 'netrc :max 1
>                         :P "pppp" :Q "qqqq"
>                         :create '(A B Q)))
>
> however I don't see any "Enter IMAP password ..." when I run the
> example

Seems to works if I replace `password' with `secret'.

> with C-x C-e, instead I see these prompts:
>
>   [any port] user name for nonesuch [defaultUser]:
>   [any port] password for defaultUser <at> nonesuch:
>   Enter A (defaultUser <at> nonesuch:[any port]) [default A]: 
>
> What format auth-source-creation-prompts should be? Its docstring
> doesn't say.

It does actually mention secret in the paragraph above that example:

     If the user, host, or port are missing, the alist
    ‘auth-source-creation-prompts’ will be used to look up the
    prompts IN THAT ORDER (so the ‘user’ prompt will be queried first,
    then ‘host’, then ‘port’, and finally ‘secret’).

But having a broken example doesn't help.




This bug report was last modified 4 years and 117 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.