From a4917a750df08c5250b0eece0b62e37eb14e445e Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Tue, 25 Apr 2023 09:38:23 +0200 Subject: readme fix links for codeberg. --- README.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index c168401..dccfa5f 100644 --- a/README.org +++ b/README.org @@ -9,7 +9,7 @@ * README =mastodon.el= is an Emacs client for the AcitivityPub social networks that -implement the Mastodon API. For info see https://joinmastodon.org/. +implement the Mastodon API. For info see [[https://joinmastodon.org/][joinmastodon.org]]. ** Installation @@ -328,11 +328,11 @@ See =M-x customize-group RET mastodon= to view all customize options. The incomparable Nicholas Rougier has written an alternative timeline layout for =mastodon.el=. -The repo is at https://github.com/rougier/mastodon-alt. +The repo is at [[https://github.com/rougier/mastodon-alt][mastodon-alt]]. *** Live-updating timelines: =mastodon-async-mode= -(code taken from https://github.com/alexjgriffith/mastodon-future.el.) +(code taken from [[https://github.com/alexjgriffith/mastodon-future.el][mastodon-future]].) Works for federated, local, and home timelines and for notifications. It's a little touchy, one thing to avoid is trying to load a timeline more than once @@ -346,7 +346,7 @@ view a timeline with one of the commands that begin with *** Translating toots You can translate toots with =mastodon-toot--translate-toot-text= (=a= in a timeline). At the moment -this requires [[https://codeberg.org/martianh/lingva.el][lingva.el]], a little interface I wrote to https://lingva.ml, to +this requires [[https://codeberg.org/martianh/lingva.el][lingva.el]], a little interface I wrote to [[https://lingva.ml][lingva.ml]], to be installed to work. You could easily modify the simple function to use your Emacs translator of @@ -372,7 +372,7 @@ to your translator function as its text argument. Here's what ** Dependencies Hard dependencies (should all install with =mastodon.el=): -- =request= (for uploading attachments), https://github.com/tkf/emacs-request +- =request= (for uploading attachments), [[https://github.com/tkf/emacs-request][emacs-request]] - =persist= for storing some settings across sessions - =ts= for poll relative expiry times @@ -422,7 +422,7 @@ PRs, issues, feature requests, and general feedback are very welcome! ** Supporting =mastodon.el= If you'd like to support continued development of =mastodon.el=, I accept -donations via paypal: [[https://paypal.me/martianh][https://paypal.me/martianh]]. If you would +donations via paypal: [[https://paypal.me/martianh][paypal.me/martianh]]. If you would prefer a different payment method, write to me at that address and I can provide IBAN or other details. -- cgit v1.2.3 From b67ce61e9a847ee1c19990c1359c66d3a285dff9 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sun, 30 Apr 2023 12:14:51 +0200 Subject: readme and tiny cleanups --- README.org | 1 + lisp/mastodon-tl.el | 2 +- lisp/mastodon-toot.el | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index dccfa5f..ffed894 100644 --- a/README.org +++ b/README.org @@ -140,6 +140,7 @@ not contain =:client_id= and =:client_secret=. | =,= | view favouriters of toot at point | | =.= | view boosters of toot at point | | =/= | switch between mastodon buffers | +| =Z= | report user/toot at point to instances moderators | |----------------+---------------------------------------------------------------------------------| | | *Other views* | | =s= | search (posts, users, tags) (NB: only posts you have interacted with) | diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index a567544..b2b7d27 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1745,7 +1745,7 @@ view all branches of a thread." ;; print re-fetched toot: (mastodon-tl--toot toot :detailed-p) (mastodon-tl--timeline (alist-get 'descendants context)) - ;; put point at the toot: + ;; put point at the toot: (goto-char (marker-position marker)) (mastodon-tl--goto-next-toot)))) ;; else just print the lone toot: diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 2508a21..474337b 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -839,7 +839,6 @@ instance to edit a toot." (mastodon-http--triage response (lambda () - (setq masto-poll-toot-response response) (mastodon-toot--kill) (if scheduled (message "Toot scheduled!") -- cgit v1.2.3