Tommy Jolly
Tommy Jolly
Had the same problem just now. And I did recreate the API, which was silly. But the fix is actually very simple: rm ~/.gcalcli_cache
No reauth, just runs as normal but fetching a fresh list of calendars etc. :)
Bug? lispy-unbind-variable does not replace the unbound variable with its value as described in docs
`xu` works fine for me - Emacs 28, current lispy 0.27.0 (from git or melpa).
It affects anything where point begins after a space. So another example: (((:x))) | gives (((:x The problem is the "else" section of: (if (lispy-looking-back "\\_
It gets weirder if you use `mt` to mark the sexp first. (bla (foo bar) mmo) It splits blammo after 3 characters because that's the length of `foo'. I suspect...
So, turns out `avy-process`, which takes a list of candidates and displays that "choose a char" interface, skips the interface if there's only one candidate (since I guess it doesn't...
A simple approach might be for the app to just keep its database somewhere accessible, perhaps something like `/storage/emulated/0/Android/data/com.prangesoftwaresolutions.audioanchor/audioanchor.db` Then users can just sync that file with Nextcloud/ Syncthing etc....
Having seen #116 I realise the behaviour is already implemented, so I'm respectfully requesting: 1. A change of defaults, or 2. A user configurable setting.
(Thanks for responding! I appreciate this probably isn't the biggest priority in your life) Is that XML file editable on my phone somehow, or does it require some kind of...
Untested, but here's some code. I had to modify `set-default-line-length-to` to work without an argument. I think that makes sense though. (defun sensible-defaults/set-default-line-length-to (&optional line-length) "Set the default line length...