]> git.eshelyaron.com Git - emacs.git/commit
Inhibit slash commands in erc--input-review-functions
authorF. Jason Park <jp@neverwas.me>
Sat, 10 Jun 2023 04:00:03 +0000 (21:00 -0700)
committerF. Jason Park <jp@neverwas.me>
Tue, 3 Oct 2023 00:31:29 +0000 (17:31 -0700)
commit3979f83cd60f2d0168690883423b63ae434da929
tree024f519bd6d318df7570bd90514c27cd9b0a389f
parenta3c6ed0e36488ae21938409d8bce08d7eda6e5c1
Inhibit slash commands in erc--input-review-functions

* lisp/erc/erc.el (erc--input-review-functions): Add new review
function `erc--inhibit-slash-cmd-insertion'.
(erc--check-prompt-input-functions): Move
`erc--check-prompt-input-for-multiline-command' above
`erc--check-prompt-input-for-multiline-blanks'.
(erc--inhibit-slash-cmd-insertion): New "review" function to suppress
insertion of prompt input for slash commands.  Doesn't affect "meta"
slash commands like /SAY.
(erc--send-input-lines): Don't bother checking whether message is a
command.  Instead, trust verdict handed down by message-prep and
review functions.  This opens the door to optional insertion for
debugging purposes or when echoing command lines in a shell-like
fashion.
* test/lisp/erc/erc-tests.el (erc-send-whitespace-lines): clean up
portion dealing with trimming slash commands.  (Bug#66073)
lisp/erc/erc.el
test/lisp/erc/erc-tests.el