senny / cabbage

get the maximum out of emacs
http://senny.github.com/cabbage/
156 stars 21 forks source link

flymake in xml modes buggy #95

Closed jone closed 12 years ago

jone commented 12 years ago

Flymake is configured by default to use the executable xml (from xmlstarlet) for validating XML buffers. When the xml executable is missing and flymake was enabled by visiting another buffer with active flymake (e.g. python), and then opening a new XML buffer, the flymake error popup shows up. Opening another new XML buffer will crash emacs.

We need to solve this problem in e-max.

(cc @ninfaj)