Remove invalid FIXME from ein:cell-append-text

HTML special escaping is needed for the browser client, but not for
EIN.
This commit is contained in:
Takafumi Arakaki 2012-08-26 13:20:51 +02:00
parent 20af5c2840
commit b4cc0dae43

View file

@ -827,8 +827,7 @@ Called from ewoc pretty printer via `ein:cell-insert-output'."
(insert-image (create-image (base64-decode-string value) key t))))))
(defun ein:cell-append-text (data &rest properties)
;; FIXME: implement HTML special escaping
;; escape ANSI & HTML specials in plaintext:
;; escape ANSI in plaintext:
(apply #'ein:insert-read-only (ansi-color-apply data) properties))
(defun ein:cell-safe-read-eval-insert (text)