[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/mastodon 328a18f5b2 46/76: full image display: message bin
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/mastodon 328a18f5b2 46/76: full image display: message bindings if multiple images. #666 |
Date: |
Sun, 30 Mar 2025 13:01:53 -0400 (EDT) |
branch: elpa/mastodon
commit 328a18f5b2bf104a1e0df8b7ecf5b3ffc1e1bd21
Author: marty hiatt <martianhiatus@disroot.org>
Commit: marty hiatt <martianhiatus@disroot.org>
full image display: message bindings if multiple images. #666
---
lisp/mastodon-media.el | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/lisp/mastodon-media.el b/lisp/mastodon-media.el
index 85e341c5a1..87b58b8b38 100644
--- a/lisp/mastodon-media.el
+++ b/lisp/mastodon-media.el
@@ -366,7 +366,11 @@ STATUS-PLIST is a plist of status events as per
`url-retrieve'."
(setq-local mastodon-media--attachments (cons url attachments))))
;; switch to buf if not already viewing it:
(unless (equal buf prev-buf)
- (switch-to-buffer-other-window buf)))))
+ (switch-to-buffer-other-window buf))
+ ;; display bindings if multiple images:
+ (when (< 1 (length (cdr mastodon-media--attachments)))
+ (message (substitute-command-keys
+ "\\`.'/\\`>'/\\`<right>' to cycle images"))))))
(defun mastodon-media--image-or-cached (url process-fun args)
"Fetch URL from cache or fro host.
- [nongnu] elpa/mastodon 36d56b7050 23/76: adjust return value of mastodon-client--store. #671, (continued)
- [nongnu] elpa/mastodon 36d56b7050 23/76: adjust return value of mastodon-client--store. #671, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 26b0368544 24/76: adjust error message re access token in two places, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 3743eb6299 32/76: http: use built-in url.el status function., ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon ab42aaf4c4 33/76: return val for --make-user-active, copy-seq for cl-remf, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon b92395439a 36/76: client: fetch -- handle instance response error, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 308e70c4e6 10/76: auth: user-error not error in get-token, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 7f3516e9d8 14/76: client: store token, revert to using full handle for plstore key., ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon a4f39adc80 16/76: auth: note re updates to auth-source file, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 2e3d9d97b1 19/76: autoload forget-all-logins, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 79104659e6 27/76: update user notice string for unset vars., ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 328a18f5b2 46/76: full image display: message bindings if multiple images. #666,
ELPA Syncer <=
- [nongnu] elpa/mastodon f368ce2919 13/76: refactor stray plstore token check., ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon c4b024c2a7 18/76: readme re auth source tokens, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 8e3cb0fe2f 22/76: fix keyword typo. #671., ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 7988d26e29 28/76: client: add check to client--fetch., ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon e5be6639c1 30/76: client: reimplement badly written functions, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon e8a8b15b0e 34/76: client-tests: some hack fixes WIP, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon d859c5d9ed 35/76: indent client-tests, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon a1e525dacc 39/76: refactor mastodon-auth--plstore-access-token-member + test it. #671, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon 9a2bee2424 40/76: Merge branch 'token-encrypt' into develop, ELPA Syncer, 2025/03/30
- [nongnu] elpa/mastodon a8baf9bbcb 45/76: implement full sized image cycling. #666., ELPA Syncer, 2025/03/30