diff options
| author | F. Jason Park | 2022-12-29 06:43:19 -0800 |
|---|---|---|
| committer | F. Jason Park | 2023-04-08 14:23:51 -0700 |
| commit | ba7fe88b782ad516b4cbb5e99fb108f57a9235e2 (patch) | |
| tree | e007fa2ce5bb1f6a8be089cd3713735c6556d5e3 /doc/misc | |
| parent | 3a012d1db24d613814296139c98324df1d7ef71f (diff) | |
| download | emacs-ba7fe88b782ad516b4cbb5e99fb108f57a9235e2.tar.gz emacs-ba7fe88b782ad516b4cbb5e99fb108f57a9235e2.zip | |
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.)
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/erc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/erc.texi b/doc/misc/erc.texi index b80affbc954..e92bf576e75 100644 --- a/doc/misc/erc.texi +++ b/doc/misc/erc.texi | |||
| @@ -952,7 +952,7 @@ Here, ``password'' refers to your account password, which is usually | |||
| 952 | your @samp{NickServ} password. To make this work, customize | 952 | your @samp{NickServ} password. To make this work, customize |
| 953 | @code{erc-sasl-user} and @code{erc-sasl-password} or specify the | 953 | @code{erc-sasl-user} and @code{erc-sasl-password} or specify the |
| 954 | @code{:user} and @code{:password} keyword arguments when invoking | 954 | @code{:user} and @code{:password} keyword arguments when invoking |
| 955 | @code{erc-tls}. Note that @code{:user} cannot be given interactively. | 955 | @code{erc-tls}. |
| 956 | 956 | ||
| 957 | @item @code{external} (via Client TLS Certificate) | 957 | @item @code{external} (via Client TLS Certificate) |
| 958 | This works in conjunction with the @code{:client-certificate} keyword | 958 | This works in conjunction with the @code{:client-certificate} keyword |