[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/mastodon 63120440fa 18/27: string-trim-left on remove-docs
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/mastodon 63120440fa 18/27: string-trim-left on remove-docs |
Date: |
Fri, 23 Feb 2024 13:00:56 -0500 (EST) |
branch: elpa/mastodon
commit 63120440fa0e7c981c22d687a778b5143fc18639
Author: marty hiatt <martianhiatus@riseup.net>
Commit: marty hiatt <martianhiatus@riseup.net>
string-trim-left on remove-docs
---
lisp/mastodon-toot.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el
index 97949cdcd2..7ff3c34b07 100644
--- a/lisp/mastodon-toot.el
+++ b/lisp/mastodon-toot.el
@@ -812,7 +812,8 @@ to `emojify-user-emojis', and the emoji data is updated."
"Get the body of a toot from the current compose buffer."
(let ((header-region (mastodon-tl--find-property-range 'toot-post-header
(point-min))))
- (buffer-substring (cdr header-region) (point-max))))
+ (string-trim-left
+ (buffer-substring (cdr header-region) (point-max)))))
(defun mastodon-toot--build-poll-params ()
"Return an alist of parameters for POSTing a poll status."
- [nongnu] elpa/mastodon 96866e176e 22/27: remove stray or clauses in tl--goto-item-pos, (continued)
- [nongnu] elpa/mastodon 96866e176e 22/27: remove stray or clauses in tl--goto-item-pos, ELPA Syncer, 2024/02/23
- [nongnu] elpa/mastodon cbf084a057 24/27: actually use mastodon-toot--emojify-in-compose-buffer, ELPA Syncer, 2024/02/23
- [nongnu] elpa/mastodon a01eec0d57 07/27: message appropriately for foll req, ELPA Syncer, 2024/02/23
- [nongnu] elpa/mastodon 4a8a102b3b 01/27: Count characters directly from string, ELPA Syncer, 2024/02/23
- [nongnu] elpa/mastodon aa4e01e5cd 16/27: toot: defcustom emojify in compose, ELPA Syncer, 2024/02/23
- [nongnu] elpa/mastodon 3d558edff6 04/27: Tweak display actions to better preserve defaults, ELPA Syncer, 2024/02/23
- [nongnu] elpa/mastodon 5977495b8a 20/27: move condition case from http get-response to credential-account, ELPA Syncer, 2024/02/23
- [nongnu] elpa/mastodon 379e1edc27 12/27: read me, var index, ELPA Syncer, 2024/02/23
- [nongnu] elpa/mastodon 11be568c1e 09/27: my-profile: load by id, rather than server search, ELPA Syncer, 2024/02/23
- [nongnu] elpa/mastodon 8e48dc0d5f 26/27: readme typo, ELPA Syncer, 2024/02/23
- [nongnu] elpa/mastodon 63120440fa 18/27: string-trim-left on remove-docs,
ELPA Syncer <=
- [nongnu] elpa/mastodon af029656fa 14/27: comment re return-creds-acc, ELPA Syncer, 2024/02/23
- [nongnu] elpa/mastodon 1fa432d27c 11/27: toot.el: use all emoji for : capf, and get text annotation, ELPA Syncer, 2024/02/23
- [nongnu] elpa/mastodon 5e31b1b484 15/27: http: some hack error handling in get-response, ELPA Syncer, 2024/02/23
- [nongnu] elpa/mastodon 9caa0b58ea 10/27: docstrings, ELPA Syncer, 2024/02/23
- [nongnu] elpa/mastodon 445d176b2a 02/27: Replace 'switch-to-buffer' with 'display-buffer' or 'pop-to-buffer', ELPA Syncer, 2024/02/23
- [nongnu] elpa/mastodon 58ec54b666 17/27: update: skip scheduled-statuses view, ELPA Syncer, 2024/02/23
- [nongnu] elpa/mastodon d66e27be92 23/27: Merge branch 'develop', ELPA Syncer, 2024/02/23
- [nongnu] elpa/mastodon 2e6bcd41a9 05/27: Use pop-to-buffer so that new window is selected, ELPA Syncer, 2024/02/23
- [nongnu] elpa/mastodon 6a5152b6cb 03/27: Use 'read-buffer' to choose a buffer, ELPA Syncer, 2024/02/23
- [nongnu] elpa/mastodon 51132d0868 08/27: Merge pull request 'Use display-buffer to allow customization' (#522) from rahguzar/mastodon.el:display-buffer into develop, ELPA Syncer, 2024/02/23