]> git.eshelyaron.com Git - emacs.git/commit
Optionally continue on error in erc-auth-source-search
authorF. Jason Park <jp@neverwas.me>
Sat, 23 Dec 2023 02:18:20 +0000 (18:18 -0800)
committerF. Jason Park <jp@neverwas.me>
Sat, 23 Dec 2023 14:46:33 +0000 (06:46 -0800)
commit5fb9d6c5e72e8a21b8426a3fd5ec5c8f4679d8b6
tree69d2a8aacf8d89ca58ee75576fd3c3e6d15478ca
parent9cd47017c705fe0efe8f42c143807a489ed69016
Optionally continue on error in erc-auth-source-search

* doc/misc/erc.texi (auth-source): Add new "Troubleshooting"
subsection.
* lisp/erc/erc.el (erc-open): Initialize markers before determining
session parameters.  Otherwise, functions that rely on
`erc-inset-marker' being non-nil, like `erc-check-text-conversion',
may fail during auth-source lookups.
(erc-auth-source-search): When non-interactive, ask the user whether
to continue connecting anyway.  (Bug#67978)
doc/misc/erc.texi
lisp/erc/erc.el