Stephen J. Turnbull wrote:
Reto> If there is no hope for a quick fix in XEmacs I can try
to
Reto> fix it this way in vhdl-mode.
I think that would be a big win for vhdl-mode users. This business of
supporting 5 or 6 different comment styles and multiple string
delimiters too makes the C code very hairy. Somebody like Stefan
Monnier might be able to disentangle it, but we have nobody like that
available right now.
I implemented and released a workaround in vhdl-mode 3.32.10. (I
basically wrote my own vhdl-forward-comment, which however is very
vhdl-mode specific and thus cannot be used for other languages).
Reto