Lisp HUG Maillist Archive

Re: Getting contents of capi:rich-text-pane without a file

Hello lispworkers,

FWIW, the following method is missing in LWW 4.4.6:

(defmethod io:file-stream-file-handle ((stream STREAM::EF-FILE-STREAM))
  (io:file-stream-file-handle (STREAM::EF-STREAM-UNDERLYING-STREAM stream)))

Without it, capi:rich-text-pane can hardly load or save the files encoded in
external-format other than Latin-1.
--
Sincerely,
Dmitry Ivanov
lisp.ystok.ru

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Updated at: 2020-12-10 08:31 UTC