mirror of
https://github.com/vale981/ement.el
synced 2025-03-05 09:21:37 -05:00
Comment: Add FIXME
This commit is contained in:
parent
95dcf9d56e
commit
4fef240e85
1 changed files with 5 additions and 0 deletions
|
@ -3419,6 +3419,11 @@ a copy of the local keymap, and sets `header-line-format'."
|
|||
(define-widget 'ement-room-membership 'item
|
||||
"Widget for membership events."
|
||||
;; FIXME: This makes it hard to add a timestamp according to the buffer's message format spec.
|
||||
|
||||
;; FIXME: The widget value inserts an extra space before the wrap prefix. There seems
|
||||
;; to be no way to fix this while still using a widget for this, so maybe we shouldn't
|
||||
;; use a widget after all. But it might be good to keep digging for a solution so that
|
||||
;; widgets could be used for other things later...
|
||||
:format "%{ %v %}"
|
||||
:sample-face 'ement-room-membership
|
||||
:value-create (lambda (widget)
|
||||
|
|
Loading…
Add table
Reference in a new issue