[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/ement c9183c0028 2/2: Comment: Add FIXME
From: |
ELPA Syncer |
Subject: |
[elpa] externals/ement c9183c0028 2/2: Comment: Add FIXME |
Date: |
Fri, 8 Sep 2023 21:57:49 -0400 (EDT) |
branch: externals/ement
commit c9183c002890714b8609464ee0b27ca5da7ab8ff
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>
Comment: Add FIXME
---
ement-room.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/ement-room.el b/ement-room.el
index 8592679f20..aa76eb26af 100644
--- a/ement-room.el
+++ b/ement-room.el
@@ -818,6 +818,10 @@ spec) without requiring all events to use the same margin
width."
(setf ement-room--format-message-wrap-prefix t)
(propertize " " 'wrap-prefix-end t))
+;; FIXME(v0.12): The quote-end may be detected in the wrong position when,
e.g. a link is
+;; in the middle of the quoted part. We need to search backward from the end
to find
+;; where the quote face finally ends.
+
(ement-room-define-event-formatter ?b
"Plain-text body content."
;; NOTE: `save-match-data' is required around calls to
`ement-room--format-message-body'.