astoff / comint-mime

Display graphics and other MIME attachments in Emacs shells
66 stars 7 forks source link

how to debug? #16

Open cremacs1 opened 1 year ago

cremacs1 commented 1 year ago

Hi,

I'm trying to use your package with spacemacs, but installing the package and activating it via comint-mime-setup in the REPL doesn't seem to have any effect. I also tried adding hooks as in your readme. It does work perfectly in emacs -q (after installing the package).

Do you have any suggestions about how to debug this? So far I've tried to debug by checking that comint-mime-setup has the desired effect; I checked that comint-osc-handlers contains ("5151" . comint-mime-osc-handler) and that comint-output-filter-functions contains comint-osc-process-output. These look fine. But I'm not sure what to look at next.

Thanks!