[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/mastodon 6d80f5b2d2 12/52: minor-view fixme
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/mastodon 6d80f5b2d2 12/52: minor-view fixme |
Date: |
Mon, 30 Oct 2023 16:01:24 -0400 (EDT) |
branch: elpa/mastodon
commit 6d80f5b2d2dd71a0e28a7bcb700e8fb1757ac8d6
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>
minor-view fixme
---
lisp/mastodon-views.el | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/lisp/mastodon-views.el b/lisp/mastodon-views.el
index 20734ae413..d7fedb6a8e 100644
--- a/lisp/mastodon-views.el
+++ b/lisp/mastodon-views.el
@@ -164,9 +164,12 @@ request.
This function is used as the update-function to
`mastodon-tl--init-sync', which initializes a buffer for us and
provides the JSON data."
- ;; FIXME: this breaks pagination, duh!
- (erase-buffer)
- (mastodon-search--insert-heading view-name) ; this cd go in init-sync
+ ;; FIXME: this is not an update function as it inserts a heading and
+ ;; possible bindings string
+ ;; either it should go in init-sync, or possibly in each view function
+ ;; but either way, this function does almost nothing for us.
+ ;; could we call init-sync in here pehaps?
+ (mastodon-search--insert-heading view-name)
(when bindings-string
(insert (mastodon-tl--set-face (concat "[" bindings-string "]\n\n")
'font-lock-comment-face)))
- [nongnu] elpa/mastodon c18aee5421 44/52: request-auth-code: select-enable-clipboard., (continued)
- [nongnu] elpa/mastodon c18aee5421 44/52: request-auth-code: select-enable-clipboard., ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 8404082b69 02/52: move scroll up cmd, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon d710763757 05/52: add .elpaignore file, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon f5094f4cb0 09/52: add params arg to init-sync, use limit param for foll_reqs/sugests, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 574c17c4bd 21/52: toot-id>item-id, toot-json>item-json, item-type for nav, byline still needed, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 48d362c6d9 37/52: no pagination for lists, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 1bfcb22043 42/52: note re tags timeline limit number of tags, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 312573f7ef 10/52: cond for more* pagination woes, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon f8ab918cf2 08/52: partly refactor views function., ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon a169646f8c 28/52: mastodon-toot--own-toot-p: call toot-or-base: we can edit our boosted toots, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 6d80f5b2d2 12/52: minor-view fixme,
ELPA Syncer <=
- [nongnu] elpa/mastodon 9aac053495 20/52: masto views map: use prev/next-toot, not item for n/p, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon b86d546cbe 25/52: fix do-if-item comment: doesn't inc. tags, corrent for our use, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon d8bd51da80 46/52: readme contributing, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon ca0b443a79 13/52: fix init-sync for notifs-get compat with link-header/get-response, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon b8d0c9b967 41/52: triage: call cb on response. do-user-action-fun: check response data, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 0fc64df90d 14/52: fix minor-view disaster disastrously: put it all init-sync, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 1e40c8d19f 17/52: docstrings, autoloads, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 0bd2bea47d 27/52: override shr-linkmap 'u' binding, to update. 'w' is copy-url already, ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 78ff4a75ea 36/52: item-type list for list, not user (stray value), ELPA Syncer, 2023/10/30
- [nongnu] elpa/mastodon 826c228d09 34/52: edit list: exclusive proper true/false strings, ELPA Syncer, 2023/10/30