tropf

Results 3 comments of tropf

Thank you for the patch. The errors disappeared, but now the captcha verification does not work anymore. On over ten tries I always received an error for an incorrect captcha...

I did some further digging, evil `:e!` calls the following code section ([upstream here](https://github.com/emacs-evil/evil/blob/c4f95fd9ec284a8284405f84102bfdb74f0ee22f/evil-commands.el#L3325C1-L3332C65)): ```elisp (evil-define-command evil-edit (file &optional bang) "Open FILE. If no FILE is specified, reload the current...

Hi, thanks for the suggestion. Unfortunately, `(add-hook 'after-revert-hook 'code-cells-convert-ipynb nil 'local)` does not seem to be sufficient. (Executed with a jupyter notebook opened in Emacs using `M-:`) The first `:e!`...