From fab38c451da40db17d021009ffbc53199b5e2237 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sun, 28 Aug 2016 19:25:17 +0200 Subject: [PATCH] with-editor-export-editor: don't suppress output during setup Fixes #10. --- with-editor.el | 1 - 1 file changed, 1 deletion(-) diff --git a/with-editor.el b/with-editor.el index cd137e3..372169b 100644 --- a/with-editor.el +++ b/with-editor.el @@ -545,7 +545,6 @@ This works in `shell-mode', `term-mode' and `eshell-mode'." ((derived-mode-p 'comint-mode 'term-mode) (let* ((process (get-buffer-process (current-buffer))) (filter (process-filter process))) - (set-process-filter process 'ignore) (goto-char (process-mark process)) (process-send-string process (format "export %s=%s\n" envvar