mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-04 16:51:38 -05:00
missed a spot
This commit is contained in:
parent
4403b65a04
commit
3f30422f0a
1 changed files with 2 additions and 3 deletions
|
@ -841,9 +841,8 @@ Called from ewoc pretty printer `ein:worksheet-pp'."
|
|||
;; that I don't need to distinguish stdout/stderr because it looks
|
||||
;; like normal terminal does not.
|
||||
(setq ansi-color-context nil))
|
||||
(let ((start (point)))
|
||||
(ein:cell-append-stream-text-fontified (or (plist-get json :text) "") json)
|
||||
(comint-carriage-motion start (point)))
|
||||
(ein:cell-append-stream-text-fontified (or (plist-get json :text) "") json)
|
||||
|
||||
;; NOTE: newlines for stream is handled in `ein:cell-insert-output'.
|
||||
;; So do not insert newline here.
|
||||
(setq ein:%cell-append-stream-last-cell% cell))
|
||||
|
|
Loading…
Add table
Reference in a new issue