diff options
| author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-12-02 11:58:35 +0100 | 
|---|---|---|
| committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-12-02 11:58:35 +0100 | 
| commit | 8db62b46a141dc862cee6e90afc935964a55b9d4 (patch) | |
| tree | f8ad9265289e63c8874956e55b99c982a1d49c58 | |
| parent | 7a70e091f64729b03ad55079b5a3a86afd178d0c (diff) | |
update comment re completion fetching
| -rw-r--r-- | lisp/mastodon-toot.el | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 8d8bfc2..a394b00 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -881,10 +881,8 @@ eg. \"feduser@fed.social\" -> \"feduser@fed.social\"."    "Search for a completion prefix from buffer positions START to END.  Return a list of candidates.  If TAGS, we search for tags, else we search for handles." -  ;; FIXME: can we save the first two-letter search then only filter the -  ;; resulting list? -  ;; (or mastodon-toot-completions -  ;; would work if we could null that var upon completion success +  ;; we can't save the first two-letter search then only filter the +  ;; resulting list, as max results returned is 40.    (setq mastodon-toot-completions          (if tags              (let ((tags-list (mastodon-search--search-tags-query | 
