Oleh Krehel
Oleh Krehel
> i'd love to see 2 functions that allow me to jump (using my own keybinding) to the previous/next match of the last avy jump. avy would be able to...
> am i missing something? Yea, `avy-goto-char-timer` is the single command (I guess) for which `avy-resume` doesn't work as for the others.
You can raise a bugreport with @PythonNut for that. The fix is very simple: wrap the commands in `avy-with`, just like all avy's commands are.
@magicdirac Would you like to contribute your code to Avy? You'd need to get an Emacs Copyright Assignment and open a Github PR.
I can reproduce the bug, but I don't yet know how to fix it. Indeed, something special happens when the point moves to the first char of composed region, and...
Don't know what I can do here. `define-word` depends only on `url-retrieve`, which is cross-platform. See if the bug happens without a firewall, and raise a bug for `url-retrieve`.
Bug? lispy-unbind-variable does not replace the unbound variable with its value as described in docs
You're right, it's related to `iedit-mode`. I noticed just now that I'm using a pretty old fork: https://github.com/abo-abo/iedit. `lispy-unbind-variable` works fine for me with that fork.
I can't reproduce the issue with the latest CIDER `master` (clojure-emacs/cider@7008a33). It looks like "com.cemerick/pomegranate" isn't on your path, although lispy does load it with: ```elisp (eval-after-load 'cider '(progn (cider-add-to-alist...
@sooheon Could you please add a description of this global deps.edn modification? I could at least add a warning to lispy about it.