gcv / julia-snail

An Emacs development environment for Julia
GNU General Public License v3.0
231 stars 21 forks source link

Multimedia buffer not being used with `julia-snail-send` commands. #114

Closed MasonProtter closed 1 year ago

MasonProtter commented 1 year ago

If I do M-x julia-snail-send-line on a line which returns a plot object, I'm not getting it displayed in the multimedia buffer. Just like in the REPL, I need to wrap it in a display call, and the README seems to contradict that.

gcv commented 1 year ago

It should be the opposite: in the REPL, you should not need the display wrapper. From Emacs (e.g. using julia-snail-send-line) you do. Can you please verify that the multimedia buffer works without display from the REPL?

gcv commented 1 year ago

Please reopen if there's more information.