[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/mastodon 373d19b6cc 15/45: display poll deets in help-echo
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/mastodon 373d19b6cc 15/45: display poll deets in help-echo for display fields flag. |
Date: |
Mon, 24 Jun 2024 10:01:52 -0400 (EDT) |
branch: elpa/mastodon
commit 373d19b6cc6cc604cc34227103d95e8652016bdd
Author: marty hiatt <martianhiatus@riseup.net>
Commit: marty hiatt <martianhiatus@riseup.net>
display poll deets in help-echo for display fields flag.
---
lisp/mastodon-toot.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index d38b66faef..f9642149f5 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -1437,6 +1437,7 @@ Sets `mastodon-toot-poll' to nil."
(user-error "No poll?")
(setq mastodon-toot-poll nil)
(mastodon-toot--update-status-fields)))
+
;;; SCHEDULE
@@ -1751,7 +1752,8 @@ REPLY-REGION is a string to be injected into the buffer."
'face 'mastodon-cw-face))
(add-text-properties (car poll-region) (cdr poll-region)
(list 'display (if mastodon-toot-poll "POLL" "")
- 'face 'mastodon-cw-face))
+ 'face 'mastodon-cw-face
+ 'help-echo (prin1-to-string
mastodon-toot-poll)))
(add-text-properties (car cw-region) (cdr cw-region)
(list 'display (if mastodon-toot--content-warning
"CW"
- [nongnu] elpa/mastodon updated (40971e1f1f -> c148911513), ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon 2b426fb913 02/45: working max-id arg for hometimeline/reload, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon 9239f65226 07/45: set max-id in buffer spec also after reloading, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon de2937d9fa 12/45: poll not toot arg for format-poll, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon 4aad54dcdf 10/45: get-poll > format-poll, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon ddcaf0e1b2 01/45: add max-id to buffer-spec, and set when calling tl--more, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon 373d19b6cc 15/45: display poll deets in help-echo for display fields flag.,
ELPA Syncer <=
- [nongnu] elpa/mastodon a1667687e3 18/45: index, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon 3303e85db9 11/45: display a POLL flag in compose buffer., ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon 06627d5d3d 04/45: max-id arg for other -tl.el timelines, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon 13162773b6 06/45: max-id arg/params for (so far only plain) profile view, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon 638045a2b2 29/45: add remove-overlays to with-mastodon-buffer macro, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon 073ef68683 05/45: max-id arg/param for notifs-get, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon 06cbc031c7 03/45: index, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon f4a4d31f29 09/45: Merge branch 'reload-paginate' into develop, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon b4fc0f52b8 19/45: refactor apply status fields props, ELPA Syncer, 2024/06/24
- [nongnu] elpa/mastodon 4d49c35380 24/45: fix sensitive prop test: json-false or t!, ELPA Syncer, 2024/06/24