niku / markdown-preview-eww

Realtime markdown preview by eww
MIT License
119 stars 14 forks source link

does not work after `[M-x realtime-preview]` #9

Open stardiviner opened 9 years ago

stardiviner commented 9 years ago

Emacs version: "25.0.50.1" Nothing happened after execute command realtime-preview. No eww buffer, and no message in echo-area. weird.

I tried to debug this issue:

  1. insert (message "start realtime-preview") in function realtime-preview before (start-process). And check out have this messaged printed.
  2. then I check out the process list with helm-list-emacs-process. got many started realtime-preview processes. Here is the screenshot realtime-preview issue process list
  3. maybe the issue is on Redcarpet side. I need to do more work on debugging.
niku commented 9 years ago

Thank you for your feedback. I'll try to fix it.