with-editor icon indicating copy to clipboard operation
with-editor copied to clipboard

Use the Emacsclient as the $EDITOR of child processes

Results 3 with-editor issues
Sort by recently updated
recently updated
newest added

I tried editing an agenix secret from `M-x shell`. I noticed the `Successfully exported EDITOR` message from `with-editor`. Then I tried editing my secret and this happened: ``` agenix -e...

The `with-editor-async-shell-command` and `with-editor-shell-command` commands seem to work great with Tramp for remote buffers. However, enabling `shell-command-with-editor-mode` and running `(async-)shell-command` does not work this well: the running Emacs instance still...

If I understand correctly, now `with-editor-export-editor` tries to read everything as the shell starts up for `0.1`s. https://github.com/magit/with-editor/blob/322ee26d3a7d3d67840293041837b7e70cffa8d1/lisp/with-editor.el#L746 My shell takes a little long to start up (sometimes), so the...