magit / with-editor

Use the Emacsclient as the $EDITOR of child processes
http://magit.vc/manual/with-editor
GNU General Public License v3.0
188 stars 44 forks source link

make-process--with-editor-process-filter advice breaks lsp-python-ms-update-server #79

Closed betaprior closed 4 years ago

betaprior commented 4 years ago

When run in Doom emacs, a number of users are observing that lsp-python-ms-update-server and possibly other functionality is broken due to this advice getting invoked. It seems that this advice should not run outside magit. Please see https://github.com/hlissner/doom-emacs/issues/3384 for further information.