]> git.eshelyaron.com Git - emacs.git/commit
Optionally prompt for more ERC entry-point params
authorF. Jason Park <jp@neverwas.me>
Thu, 29 Dec 2022 14:43:19 +0000 (06:43 -0800)
committerF. Jason Park <jp@neverwas.me>
Sat, 8 Apr 2023 21:23:51 +0000 (14:23 -0700)
commitba7fe88b782ad516b4cbb5e99fb108f57a9235e2
treee007fa2ce5bb1f6a8be089cd3713735c6556d5e3
parent3a012d1db24d613814296139c98324df1d7ef71f
Optionally prompt for more ERC entry-point params

* doc/misc/erc.texi: Update statement about availability of `:user'
keyword param when entry points called interactively.
* lisp/erc/erc/compat.el: Don't require `url-parse' when compiling.
Add forward declaration for `url-type'.
* lisp/erc/erc.el: Don't require `url-parse' when compiling.  Add
forward declarations for accessors of `url' struct from `url-parse'
library.
(erc-select-read-args): Allow optionally calling entry points with a
prefix arg to access params `user' and `:full-name'.
(erc-tls): Update doc string.
* test/lisp/erc/erc-tests.el (erc-select-read-args): Add test for
extra args.  (Bug#60428.)
doc/misc/erc.texi
lisp/erc/erc-compat.el
lisp/erc/erc.el
test/lisp/erc/erc-tests.el