diff options
author | F. Jason Park <jp@neverwas.me> | 2022-06-16 01:20:49 -0700 |
---|---|---|
committer | F. Jason Park <jp@neverwas.me> | 2023-04-08 14:23:51 -0700 |
commit | 8793874616f1020f7af5149643a75d551887ea5c (patch) | |
tree | 3abc455c19e2e0abb31238172e58bf2d1dfb3de0 /lisp/emacs-lisp | |
parent | d5435a0d822e95bfb18f3cdf4fac83611ec17972 (diff) | |
download | emacs-8793874616f1020f7af5149643a75d551887ea5c.tar.gz emacs-8793874616f1020f7af5149643a75d551887ea5c.tar.bz2 emacs-8793874616f1020f7af5149643a75d551887ea5c.zip |
Adjust some old text properties in ERC buffers
* lisp/erc/erc.el (erc-display-message): Replace `rear-sticky' text
property, which has been around since 2002, with a more useful
`erc-command' property. It records the current IRC command as a
symbol or a number, in the case of numerics.
(erc--own-property-names, erc--remove-text-properties) Add variable
and internal helper function for filtering values returned by
`filter-buffer-substring-function'.
(erc-display-prompt): Make the `field' text property more meaningful
to aid in searching, although this makes the `erc-prompt' property
somewhat redundant.
(erc-put-text-property, erc-list): Alias these to subr functions.
(erc-restore-text-properties): Don't forget tags when restoring.
(erc--get-eq-comparable-cmd): New function to extract commands for use
as more easily searchable text-property values. (Bug#60936.)
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions