Tom Dalziel
Tom Dalziel
@mohkale when you say you think you are encountering this with tempel, what makes you think that? Does hitting the esc key fix the issue?
Nice, ok. So you've tried advising some tempel fns. Why advising not hooking like others in this thread e.g. (untested): ``` (add-hook 'tempel-abbrev-mode-hook 'evil-normalize-keymaps) ``` or even using `evil-define-minor-mode-key`: ```...
Ah sorry - no I'm not familiar with tempel. Can you share the code you're using to define the keybindings then? I will try to repro the problem and find...
Hi @mcp292 - just following from the evil issue. Can you expand your `Problem` section? What does "doesn't work" mean? `Expected` and `Actual` would be useful. fwiw I installed evil-unimpaired...
@mcp292 it does for me 🤷 If I type this at the terminal: ``` emacs -Q -L "path/to/evil" -l "path/to/evil.el" -l "path/to/evil-unimpaired.el" --eval "(evil-mode 1)" --eval "(evil-unimpaired-mode)" ``` (with the...
I guess I'd replace the dots at the beginning of those paths with tilde `~` because dot means current dir and that may not be your home dir?
Ok yes worth a shot. I'm away from a pc for a couple of weeks but will take a look on my return
Hey @Fuco1 thanks for your reply. I'm not sure I understand it entirely. - I agree that the code wrapped with `-when-let` or `when ok` shouldn't give any errors because...
Thanks for the bug report. I tried replicating this in emacs without evil, and got the same behaviour. I also rolled evil back 2yrs and tried replicating and got the...
Btw I do acknowledge it's works as you describe in vim. I'd just like to make sure it's not a regression as you claim, as that would make it more...