]> 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)
committerEshel Yaron <me@eshelyaron.com>
Sun, 24 Dec 2023 16:07:42 +0000 (17:07 +0100)
commitce066b5d6539c31ccd363b77140914c6d2581390
treeb4ff632c37ba0cd49e03abbf26651c524989aeed
parentba4b360b569e9eed7a75a7b837f83d7e9a33202d
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)

(cherry picked from commit 5fb9d6c5e72e8a21b8426a3fd5ec5c8f4679d8b6)
doc/misc/erc.texi
lisp/erc/erc.el