Michael-David Fiszer
Michael-David Fiszer
Thanks a lot! I'm trying a couple of things out. I tried connecting to localhost, but got `jupyter-api-url-request: Symbol’s value as variable is void: url-http-end-of-headers` as an error. I also...
Is this possible?
Thanks. I actually updated right after experiencing the issue. A silly question - for some reason when I install from MELPA lispy-python.py does not appear in the folder (even though...
Correction, the file (lispy-python.py) is actually in the right folder yet the error persists.
Here is what I had to do to make this work again - added in my python shell startup script: lispy_dir = '/full-path-to-home/.emacs.d/.cache/quelpa/build/lispy/lispy-python.py' import imp lp = imp.load_source('lispy_python', lispy_dir)
In addition, I had to *remove* the following line that were run as part of python-hook: In addition, I had to remove this from my python-hooks (implementing a suggestion from...
I tried `(advice-add 'mu4e-headers-mark-threads :after 'mu4e-headers-fold-all)` and got the appropriate behavior, but it seems hacky. I would also perhaps expect setting the default mode to `'folded` to apply after any...
Actually the previous solution presented problems. This worked: ` (setq mu4e-headers-found-hook '(mu4e-headers-mark-threads mu4e-headers-fold-all))` essentially ensuring that hooks are executed in the right order. It looks like `mu4e-headers-mark-threads` unfolds all threads....
What I mean is - say I unfold a thread, move to the second message, and then refold the thread. I would expect the point to be back to the...
I have reached more or less the same state where I am shown `EXTERNAL` and now other plugins. That's as far as I got.