dylan-lang / dylan-emacs-support

Emacs mode for indenting and highlighting Dylan code
GNU General Public License v2.0
27 stars 8 forks source link

Highlighting sometimes does not work in emacs 24.3 #15

Closed promovicz closed 11 years ago

promovicz commented 11 years ago

When this happens a given file will at first not be highlighted.

After killing the affected buffer and re-finding the file, hightlighting works.

promovicz commented 11 years ago

Additional hints from hannesm: prom: and actually, dylan-mode is active in the buffer, but syntax highlighting is not there.. (but M-x dylan-mode does the higlighting then)

hannesm commented 11 years ago

and furthermore, this seem to happen for the firstly opened file of a library.. (so x.dylan is not highlighted, but y.dylan in the same library is (even if y.dylan has a different module))

hannesm commented 11 years ago

fixed by pull request 16