From b31c23861e1d6d02e96bda9a202e2baa1fa0b744 Mon Sep 17 00:00:00 2001 From: Nathaniel Nicandro Date: Wed, 19 Dec 2018 21:01:35 -0600 Subject: [PATCH] jupyter-handle-error (:after, python): Inherit text properties This ensures that the `jupyter-repl-traceback` face is used for the face of the inserted spaces. --- jupyter-python.el | 1 + 1 file changed, 1 insertion(+) diff --git a/jupyter-python.el b/jupyter-python.el index 88bece9..fb92d01 100644 --- a/jupyter-python.el +++ b/jupyter-python.el @@ -53,6 +53,7 @@ buffer." (- (point) (line-beginning-position)) (- (line-end-position) (point))))) (jupyter-repl-insert + :inherit t (make-string (if (> len 4) len 4) ? )))))))) (cl-defmethod jupyter-insert :around ((msg cons)