]> git.eshelyaron.com Git - emacs.git/commit
Respect some spaces in auth-source-pass--match-regexp
authorF. Jason Park <jp@neverwas.me>
Fri, 25 Nov 2022 05:03:03 +0000 (21:03 -0800)
committerF. Jason Park <jp@neverwas.me>
Fri, 9 Dec 2022 14:35:36 +0000 (06:35 -0800)
commitdcf69a1da4a41c27cc3c8782c40df24678847f3e
tree05ecdf59775fd996aa81882467ba827359e8082b
parentacd462b0306ead1b47278e810e11a3d66e4dd2cc
Respect some spaces in auth-source-pass--match-regexp

* lisp/auth-source-pass.el (auth-source-pass--match-regexp): Allow an
entry's host and user fields to contain spaces, just like other
backends do.
* lisp/erc/erc-compat.el
(erc-compat--29-auth-source-pass--retrieve-parsed): Change regexp to
allow spaces in host and user components of file names.
* test/lisp/auth-source-pass-tests.el (auth-source-pass-any-host):
Silence warning message re wildcards emitted by
`auth-source-pass-search'.
(auth-source-pass-extra-query-keywords--suffixed-user): Add spaces
to users and hosts of some example entries.  (Bug#58985.)
lisp/auth-source-pass.el
lisp/erc/erc-compat.el
test/lisp/auth-source-pass-tests.el