gcv / julia-snail

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

error when evaluating code in .jl buffers #94

Closed MasonProtter closed 2 years ago

MasonProtter commented 2 years ago

On the master version currently, if I select a region and do julia-snail-send-___ (e.g. dwim or region), I get a message saying

error in process filter: No catch for tag: julia-snail--server-filter-error, (error "Keyword argument :face not one of (:point :around :width :height :min-height :max-width :truncate :margin :margin-left :margin-right :scroll-bar :parent :parent-offset :nowait :nostrip :prompt)")

I tried to debug it, but I can't get the debugger to actually catch the error.

gcv commented 2 years ago

I'll debug later today. Does the error still happen if you turn off display popups?

MasonProtter commented 2 years ago

Disabling the display popups avoids the error.

gcv commented 2 years ago

What version of popup do you have installed? You must have something from before this commit. I put version 0.5.9 as a Package-Requires dependency in julia-snail.el, but maybe the version number does nothing if the package is already installed.

gcv commented 2 years ago

Please reopen if updating the popup library does not resolve the problem.