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.
This commit is contained in:
Nathaniel Nicandro 2018-12-19 21:01:35 -06:00
parent ac2b5ccfbe
commit b31c23861e
No known key found for this signature in database
GPG key ID: C34814B309DD06B8

View file

@ -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)