aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-21 11:56:52 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-03-21 11:56:52 +0100
commitd654ab86bde598072d6b8e6a4ca398198bfb9882 (patch)
treed648e261108f3063987d87fe498917fb6acffdf6
parent5e2eaa095226df7ce8c05d1d77e3ec1671a768cf (diff)
update info after readme
-rw-r--r--mastodon.info70
-rw-r--r--mastodon.texi9
2 files changed, 52 insertions, 27 deletions
diff --git a/mastodon.info b/mastodon.info
index f7302de..3744169 100644
--- a/mastodon.info
+++ b/mastodon.info
@@ -41,6 +41,7 @@ Usage
* Alternative timeline layout::
* Live-updating timelines mastodon-async-mode::
* Translating toots::
+* bookmarks and ‘mastodon.el’: bookmarks and mastodonel.
Contributing
@@ -163,6 +164,7 @@ File: mastodon.info, Node: Usage, Next: Dependencies, Prev: Installation, Up
* Alternative timeline layout::
* Live-updating timelines mastodon-async-mode::
* Translating toots::
+* bookmarks and ‘mastodon.el’: bookmarks and mastodonel.

File: mastodon.info, Node: Logging in to your instance, Next: Timelines, Up: Usage
@@ -420,6 +422,7 @@ See ‘M-x customize-group RET mastodon’ to view all customize options.
• Avatar image height
• Enable image caching
• Hide replies in timelines
+ • Show toot stats in byline
• Compose options:
• Completion style for mentions and tags
@@ -457,7 +460,7 @@ Then you can view a timeline with one of the commands that begin with
‘mastodon-async--stream-’.

-File: mastodon.info, Node: Translating toots, Prev: Live-updating timelines mastodon-async-mode, Up: Usage
+File: mastodon.info, Node: Translating toots, Next: bookmarks and mastodonel, Prev: Live-updating timelines mastodon-async-mode, Up: Usage
1.2.8 Translating toots
-----------------------
@@ -484,6 +487,18 @@ looks like:
(message "No toot to translate?"))))

+File: mastodon.info, Node: bookmarks and mastodonel, Prev: Translating toots, Up: Usage
+
+1.2.9 bookmarks and ‘mastodon.el’
+---------------------------------
+
+‘mastodon.el’ doesn’t currently implement its own bookmark record and
+handler, which means that emacs bookmarks will not work as is. Until we
+implement them, you can get bookmarks going immediately by using
+bookmark+.el
+(https://github.com/emacsmirror/emacswiki.org/blob/master/bookmark%2b.el).
+
+
File: mastodon.info, Node: Dependencies, Next: Network compatibility, Prev: Usage, Up: README
1.3 Dependencies
@@ -610,32 +625,33 @@ File: mastodon.info, Node: Contributors, Prev: Supporting mastodonel, Up: REA

Tag Table:
Node: Top210
-Node: README850
-Node: Installation1249
-Node: MELPA1785
-Node: Emoji2153
-Node: Discover2485
-Node: Usage3037
-Node: Logging in to your instance3386
-Node: Timelines4383
-Ref: Keybindings4858
-Ref: Toot byline legend8976
-Node: Composing toots9248
-Ref: Keybindings (1)10825
-Ref: Draft toots11343
-Node: Other commands and account settings11814
-Node: Customization14637
-Node: Alternative timeline layout15385
-Node: Live-updating timelines mastodon-async-mode15762
-Node: Translating toots16598
-Node: Dependencies17737
-Node: Network compatibility18329
-Node: Contributing18815
-Node: Bug reports19104
-Node: Fixes and features20010
-Node: Coding style20493
-Node: Supporting mastodonel21117
-Node: Contributors21639
+Node: README911
+Node: Installation1310
+Node: MELPA1846
+Node: Emoji2214
+Node: Discover2546
+Node: Usage3098
+Node: Logging in to your instance3508
+Node: Timelines4505
+Ref: Keybindings4980
+Ref: Toot byline legend9098
+Node: Composing toots9370
+Ref: Keybindings (1)10947
+Ref: Draft toots11465
+Node: Other commands and account settings11936
+Node: Customization14759
+Node: Alternative timeline layout15545
+Node: Live-updating timelines mastodon-async-mode15922
+Node: Translating toots16758
+Node: bookmarks and mastodonel17930
+Node: Dependencies18400
+Node: Network compatibility18992
+Node: Contributing19478
+Node: Bug reports19767
+Node: Fixes and features20673
+Node: Coding style21156
+Node: Supporting mastodonel21780
+Node: Contributors22302

End Tag Table
diff --git a/mastodon.texi b/mastodon.texi
index eb303b2..0ede329 100644
--- a/mastodon.texi
+++ b/mastodon.texi
@@ -55,6 +55,7 @@ Usage
* Alternative timeline layout::
* Live-updating timelines @samp{mastodon-async-mode}::
* Translating toots::
+* bookmarks and @samp{mastodon.el}: bookmarks and @samp{mastodonel}.
Contributing
@@ -165,6 +166,7 @@ Or, with @samp{use-package}:
* Alternative timeline layout::
* Live-updating timelines @samp{mastodon-async-mode}::
* Translating toots::
+* bookmarks and @samp{mastodon.el}: bookmarks and @samp{mastodonel}.
@end menu
@node Logging in to your instance
@@ -547,6 +549,8 @@ Avatar image height
Enable image caching
@item
Hide replies in timelines
+@item
+Show toot stats in byline
@end itemize
@item
@@ -608,6 +612,11 @@ to your translator function as its text argument. Here's what
(message "No toot to translate?"))))
@end lisp
+@node bookmarks and @samp{mastodonel}
+@subsection bookmarks and @samp{mastodon.el}
+
+@samp{mastodon.el} doesn’t currently implement its own bookmark record and handler, which means that emacs bookmarks will not work as is. Until we implement them, you can get bookmarks going immediately by using @uref{https://github.com/emacsmirror/emacswiki.org/blob/master/bookmark%2b.el, bookmark+.el}.
+
@node Dependencies
@section Dependencies