]> git.eshelyaron.com Git - emacs.git/commitdiff
Restore predicate for detecting date stamps in ERC
authorF. Jason Park <jp@neverwas.me>
Sun, 31 Dec 2023 00:39:18 +0000 (16:39 -0800)
committerF. Jason Park <jp@neverwas.me>
Sun, 31 Dec 2023 14:56:32 +0000 (06:56 -0800)
* etc/ERC-NEWS: Mention function `erc-stamp-inserting-date-stamp-p'.
* lisp/erc/erc-stamp.el (erc-stamp-inserting-date-stamp-p): New
function for third parties to detect whether the message being
inserted is a date stamp.  Date stamps as independent messages were
originally introduced as part of bug#60936.

etc/ERC-NEWS
lisp/erc/erc-stamp.el

index 6dc8af3c5143e9c5f179d16506f95cf0d159bfca..f19255f8d75b4ff560d3b5f2e708b8ec68723e8f 100644 (file)
@@ -474,7 +474,9 @@ also not appreciate that 'erc-timestamp-last-inserted-left' no longer
 records the final trailing newline in 'erc-timestamp-format-left'.  If
 these inconveniences prove too encumbering to deal with right away,
 see the escape hatch 'erc-stamp-prepend-date-stamps-p', which should
-help ease the transition.
+help ease the transition.  As for detecting these new stamp-only
+messages from members of 'erc-insert-modify-hook' and friends, see the
+function 'erc-stamp-inserting-date-stamp-p'.
 
 *** The role of a module's Custom group is now more clearly defined.
 Associating built-in modules with Custom groups and "provided" library
index a65b564ba6cd391dd89923a0259a8ca519eadda0..cfd756ce6257ab80b64c985e9fcef27df6bff094 100644 (file)
@@ -678,6 +678,13 @@ value of t means the option's value doesn't require trimming.")
                                             0 erc-stamp--date-format-end)
                                erc-timestamp-format-left))))
 
+(defun erc-stamp-inserting-date-stamp-p ()
+  "Return non-nil if the narrowed buffer contains a date stamp.
+Expect to be called by members of `erc-insert-modify-hook' and
+`erc-insert-post-hook' to detect whether the message being
+inserted is a date stamp."
+  (erc--check-msg-prop 'erc--msg 'datestamp))
+
 ;; Calling `erc-display-message' from within a hook it's currently
 ;; running is roundabout, but it's a definite means of ensuring hooks
 ;; can act on the date stamp as a standalone message to do things like