erlang-mode; $-bug

Mats Cronqvist mats.cronqvist@REDACTED
Thu Feb 10 12:33:51 CET 2005


   hello,

   erlang-mode doesn't do paren-matching correctly if there is a $-paren in a 
string);

"{x=${abc}}"  %% these parens don't match, according to erlang-mode

   problem is that ${ is seen as a char (which is right for erlang code);

{${}          %% these parens do match

   i think that behavior is wrong inside a string.

   anyone have a fix?

   mats



More information about the erlang-questions mailing list