hniksic / emacs-htmlize

Convert buffer text and decorations to HTML.
192 stars 45 forks source link

How to stop exporting? #20

Closed jcubic closed 6 years ago

jcubic commented 6 years ago

I have lot of errors on big file and keep showing then in message buffer and M-g doesn't do anything. How can I stop processing?

hniksic commented 6 years ago

Have you tried C-g instead of M-g?

jcubic commented 6 years ago

Yes I was using C-g it was a typo. It seems that the library is doing its processing in background so there is nothing to kill with C-g.

hniksic commented 6 years ago

Which library are you referring to? htmlize is pretty straightforward in that sense, it does no background work as far as I'm aware.

jcubic commented 6 years ago

I've downloaded htmlize.el from this repo and it didn't freezed when it processing and keep showing me tens of thousands of errors in message buffer and I need to kill emacs.

jcubic commented 6 years ago

Probably temporary glitch, don't need to kill it anymore.