diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-08-18 18:58:22 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-08-18 18:58:22 +0200 |
commit | d17192806a814733e184af23b8f7f9c9fd1a2357 (patch) | |
tree | 1e2cc2da4d292ee8059e43ae72fa929ba61daf5f | |
parent | 0007f7daf8c6acf8611e3203e125c4785f58f4cd (diff) |
index and info
-rw-r--r-- | dir | 3 | ||||
-rw-r--r-- | mastodon-index.org | 12 | ||||
-rw-r--r-- | mastodon.info | 71 | ||||
-rw-r--r-- | mastodon.texi | 4 |
4 files changed, 47 insertions, 43 deletions
@@ -15,4 +15,5 @@ File: dir, Node: Top This is the top of the INFO tree * Menu: Emacs -* Mastodon: (mastodon). Client for Mastodon on ActivityPub networks. +* Mastodon: (mastodon). Client for fediverse services using the + Mastodon API. diff --git a/mastodon-index.org b/mastodon-index.org index f295a8c..6350bc7 100644 --- a/mastodon-index.org +++ b/mastodon-index.org @@ -108,7 +108,7 @@ | | mastodon-tl--disable-notify-user-posts | Query for USER-HANDLE and disable notifications when they post. | | m | mastodon-tl--dm-user | Query for USER-HANDLE from current status and compose a message to that user. | | | mastodon-tl--do-link-action | Do the action of the link at point. | -| | mastodon-tl--do-link-action-at-point | Do the action of the link at POSITION. | +| | mastodon-tl--do-link-action-at-point | Do the action of the link at POS. | | | mastodon-tl--enable-notify-user-posts | Query for USER-HANDLE and enable notifications when they post. | | | mastodon-tl--filter-user-user-posts-by-language | Query for USER-HANDLE and filter display of their posts by language. | | | mastodon-tl--fold-post | Fold post at point, if it is too long. | @@ -146,7 +146,7 @@ | | mastodon-tl--unfold-post | Unfold the toot at point if it is folded (read-more). | | | mastodon-tl--unfollow-tag | Prompt for a followed tag, and unfollow it. | | C-S-w | mastodon-tl--unfollow-user | Query for USER-HANDLE from current status and unfollow that user. | -| | mastodon-tl--unmute-thread | Mute the thread displayed in the current buffer. | +| | mastodon-tl--unmute-thread | Unmute the thread displayed in the current buffer. | | S-RET | mastodon-tl--unmute-user | Query for USER-HANDLE from list of muted users and unmute that user. | | u, g | mastodon-tl--update | Update timeline with new toots. | | | mastodon-tl--view-full-image | Browse full-sized version of image at point in a new window. | @@ -171,8 +171,8 @@ | e | mastodon-toot--edit-toot-at-point | Edit the user's toot at point. | | | mastodon-toot--enable-custom-emoji | Add `mastodon-instance-url's custom emoji to `emojify'. | | C-c C-e | mastodon-toot--insert-emoji | Prompt to insert an emoji. | -| . | mastodon-toot--list-boosters | List the boosters of toot at point. | -| , | mastodon-toot--list-favouriters | List the favouriters of toot at point. | +| . | mastodon-toot--list-toot-boosters | List the boosters of toot at point. | +| , | mastodon-toot--list-toot-favouriters | List the favouriters of toot at point. | | | mastodon-toot--open-draft-toot | Prompt for a draft and compose a toot with it. | | o | mastodon-toot--open-toot-url | Open URL of toot at point. | | i | mastodon-toot--pin-toot-toggle | Pin or unpin user's toot at point. | @@ -195,6 +195,7 @@ | | mastodon-url-lookup-force | Call `mastodon-url-lookup' without checking if URL is fedi-like. | | | mastodon-views--add-account-to-list | Prompt for a list and for an account, add account to list. | | | mastodon-views--add-account-to-list-at-point | Prompt for account and add to list at point. | +| | mastodon-views--add-filter-kw | Add a keyword to filter at point. | | | mastodon-views--add-toot-account-at-point-to-list | Prompt for a list, and add the account of the toot at point to it. | | | mastodon-views--cancel-scheduled-toot | Cancel the scheduled toot at point. | | | mastodon-views--copy-scheduled-toot-text | Copy the text of the scheduled toot at point. | @@ -209,7 +210,10 @@ | | mastodon-views--instance-desc-misskey | Show instance description for a misskey/firefish server. | | | mastodon-views--remove-account-from-list | Prompt for a list, select an account and remove from list. | | | mastodon-views--remove-account-from-list-at-point | Prompt for account and remove from list at point. | +| | mastodon-views--remove-filter-kw | Remove keyword from filter at point. | | | mastodon-views--reschedule-toot | Reschedule the scheduled toot at point. | +| | mastodon-views--update-filter | Update filter at point. | +| | mastodon-views--update-filter-kw | Update filter keyword. | | I | mastodon-views--view-filters | View the user's filters in a new buffer. | | R | mastodon-views--view-follow-requests | Open a new buffer displaying the user's follow requests. | | G | mastodon-views--view-follow-suggestions | Display a buffer of suggested accounts to follow. | diff --git a/mastodon.info b/mastodon.info index 887dc62..ee4d673 100644 --- a/mastodon.info +++ b/mastodon.info @@ -3,7 +3,7 @@ mastodon.texi. INFO-DIR-SECTION Emacs START-INFO-DIR-ENTRY -* Mastodon: (mastodon). Client for Mastodon on ActivityPub networks. +* Mastodon: (mastodon). Client for fediverse services using the Mastodon API. END-INFO-DIR-ENTRY @@ -597,8 +597,7 @@ File: mastodon.info, Node: Dependencies, Next: Network compatibility, Prev: U Hard dependencies (should all install with ‘mastodon.el’): • ‘request’ (for uploading attachments), emacs-request (https://github.com/tkf/emacs-request) - • ‘persist’ for storing some settings across sessions (we now use - ‘multisession.el’ for this) + • ‘persist’ for storing some settings across sessions Optional dependencies (install yourself, ‘mastodon.el’ can use them): • ‘emojify’ to use custom emoji (else we use builtin ‘emoji.el’) @@ -744,39 +743,39 @@ Here’s a (federated) timeline: Tag Table: -Node: Top210 -Node: README978 -Node: Installation1628 -Node: ELPA1917 -Node: MELPA2145 -Node: Repo2525 -Node: Emoji3018 -Node: Discover3612 -Node: Usage4164 -Node: Logging in to your instance4607 -Node: Timelines5604 -Ref: Keybindings6079 -Ref: Toot byline legend10919 -Node: Composing toots11228 -Ref: Keybindings (1)12780 -Ref: Autocompletion of mentions tags and emoji13315 -Ref: Draft toots14240 -Node: Other commands and account settings14711 -Node: Customization17878 -Node: Commands and variables index18756 -Node: Alternative timeline layout19272 -Node: Live-updating timelines mastodon-async-mode19677 -Node: Translating toots20529 -Node: Bookmarks and mastodonel21711 -Node: Dependencies22253 -Node: Network compatibility22936 -Node: Contributing23818 -Node: Bug reports24314 -Node: Fixes and features25225 -Node: Coding style25726 -Node: Supporting mastodonel26350 -Node: Contributors26917 -Node: screenshots27352 +Node: Top219 +Node: README987 +Node: Installation1637 +Node: ELPA1926 +Node: MELPA2154 +Node: Repo2534 +Node: Emoji3027 +Node: Discover3621 +Node: Usage4173 +Node: Logging in to your instance4616 +Node: Timelines5613 +Ref: Keybindings6088 +Ref: Toot byline legend10928 +Node: Composing toots11237 +Ref: Keybindings (1)12789 +Ref: Autocompletion of mentions tags and emoji13324 +Ref: Draft toots14249 +Node: Other commands and account settings14720 +Node: Customization17887 +Node: Commands and variables index18765 +Node: Alternative timeline layout19281 +Node: Live-updating timelines mastodon-async-mode19686 +Node: Translating toots20538 +Node: Bookmarks and mastodonel21720 +Node: Dependencies22262 +Node: Network compatibility22896 +Node: Contributing23778 +Node: Bug reports24274 +Node: Fixes and features25185 +Node: Coding style25686 +Node: Supporting mastodonel26310 +Node: Contributors26877 +Node: screenshots27312 End Tag Table diff --git a/mastodon.texi b/mastodon.texi index c31caf1..ed52f29 100644 --- a/mastodon.texi +++ b/mastodon.texi @@ -8,7 +8,7 @@ @dircategory Emacs @direntry -* Mastodon: (mastodon). Client for Mastodon on ActivityPub networks. +* Mastodon: (mastodon). Client for fediverse services using the Mastodon API. @end direntry @finalout @@ -703,7 +703,7 @@ Hard dependencies (should all install with @samp{mastodon.el}): @item @samp{request} (for uploading attachments), @uref{https://github.com/tkf/emacs-request, emacs-request} @item -@samp{persist} for storing some settings across sessions (we now use @samp{multisession.el} for this) +@samp{persist} for storing some settings across sessions @end itemize Optional dependencies (install yourself, @samp{mastodon.el} can use them): |