[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/mastodon aa0a2c08f0 06/45: add msg about loss of attachmen
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/mastodon aa0a2c08f0 06/45: add msg about loss of attachments on editing toot |
Date: |
Thu, 1 Feb 2024 10:00:37 -0500 (EST) |
branch: elpa/mastodon
commit aa0a2c08f062331b914999e6b04282ccdc8c5a11
Author: marty hiatt <martianhiatus@riseup.net>
Commit: marty hiatt <martianhiatus@riseup.net>
add msg about loss of attachments on editing toot
---
lisp/mastodon-toot.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index b2f860fe6a..0891c510df 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -889,7 +889,7 @@ instance to edit a toot."
(toot-visibility (alist-get 'visibility toot))
(toot-language (alist-get 'language toot))
(reply-id (alist-get 'in_reply_to_id toot)))
- (when (y-or-n-p "Edit this toot? ")
+ (when (y-or-n-p "Edit this toot? (NB: attachments will be lost!) ")
(mastodon-toot--compose-buffer nil reply-id nil content :edit)
(goto-char (point-max))
;; adopt reply-to-id, visibility, CW, and language:
- [nongnu] elpa/mastodon 3b3f5228ac 35/45: profile: Use v2 search when looking for users, (continued)
- [nongnu] elpa/mastodon 3b3f5228ac 35/45: profile: Use v2 search when looking for users, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 6fc44fe225 34/45: fix signature of make-capf so we call it right!, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 844a97ca89 39/45: fix typo in fun name, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 9ffe93009c 38/45: edit attachments description fun, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 792e18037d 27/45: Use `equal' to access alist entries by `mastodon-instance-url', ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 07b9052501 40/45: Merge pull request 'profile: Use v2 search when looking for users' (#524) from dme/mastodon.el:develop into develop, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 9a8d24f9fa 02/45: call remove-overlays in --thread (fix bug display of play if we reload a thread), ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon fda3e5963d 44/45: Merge pull request 'Add a couple of key bindings that I have found useful' (#525) from dme/mastodon.el:devel/suspend into develop, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon f994ae1b71 03/45: add role badge to profiles. FIX #504., ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon f1af40e2c0 08/45: edit toots adopt attachments. FIX #506, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon aa0a2c08f0 06/45: add msg about loss of attachments on editing toot,
ELPA Syncer <=
- [nongnu] elpa/mastodon c9c9487968 21/45: docstring, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 6a306afeed 23/45: FIX #515. completion-ignore-case t buffer-local for compose, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 65821b2f24 17/45: update help-echo for new profile cycle cmds, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 8e576fc297 09/45: implement exclude_replies on profile view, inc. cycle, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon ff4d7a5ae4 15/45: docstrings/comments for quote-reply issues, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 693244adec 16/45: add (no replies) to statuses no replies profile view, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 589868c98d 19/45: add image-description text property, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 1a4c9545ec 12/45: when active region on reply, insert quoted str in reply buffer, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 9451238519 18/45: start on emoji-capf for compose buffer, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 1385416479 30/45: add RET binding for tl--thread, ELPA Syncer, 2024/02/01