]> git.eshelyaron.com Git - emacs.git/commit
Suppress log module when inserting date stamps in ERC
authorF. Jason Park <jp@neverwas.me>
Tue, 11 Mar 2025 02:02:48 +0000 (19:02 -0700)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Mar 2025 19:03:43 +0000 (20:03 +0100)
commit9df331714fbb87eef26b336e931d4692ab69279e
treeb671b43437b1b30f478992c16d367f497bf0e12d
parent979b969ab51a054f7539ac4616666333f0ce78c0
Suppress log module when inserting date stamps in ERC

* lisp/erc/erc-log.el (erc-truncate-buffer-on-save): Use
`make-obsolete-variable' because `erc-truncate-buffer-on-save' is an
option, not a function.  Already mentioned in etc/ERC-NEWS.
(erc-logging-enabled): Return nil if `log' appears in the `erc--skip'
msg prop.
* lisp/erc/erc-stamp.el (erc-stamp--defer-date-insertion-on-post-modify):
Add `log' to `erc--skip' msg prop.  This tells the log module to defer
advancing the `erc-last-saved-position' marker until after stamps have
been inserted, thus ensuring they're included in logs when
`erc-log-write-after-insert' is non-nil.
* test/lisp/erc/erc-scenarios-log.el
(erc-scenarios-log--save-buffer-in-logs/truncate-on-save): Suppress
warning for `erc-truncate-buffer-on-save'.
(erc-scenarios-log--write-after-insert): New test.  (Bug#76875)

(cherry picked from commit 3db65ff5cb3d6f58b83052760b4ce04eb77db1bc)
lisp/erc/erc-log.el
lisp/erc/erc-stamp.el