]> git.eshelyaron.com Git - emacs.git/commit
Properly set text conversion style within ERC buffers
authorPo Lu <luangruo@yahoo.com>
Mon, 11 Sep 2023 01:32:44 +0000 (09:32 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 11 Sep 2023 01:33:42 +0000 (09:33 +0800)
commit8d13ad2318f1e4b677d569e6232d6dde6bec4819
tree3440ec27c0d7c28ff6c9885b122659414920407b
parent617ddb808999a71c925b68f5369d77aebfcd9254
Properly set text conversion style within ERC buffers

* lisp/erc/erc.el (erc-mode): Register
`erc-check-text-conversion' as a local post command hook.
(set-text-conversion-style): New function.  Detect if point is
within the input prompt, then enable or disable text conversion
correspondingly.
lisp/erc/erc.el