[erlang-questions] What is the best software development platform to use when working with Erlang?

Dale Harvey harveyd@REDACTED
Thu Jul 2 22:54:00 CEST 2009


I believe thats been fixed in the erlware-mode
which is erlang mode but often a bit more up to
date

http://code.google.com/p/erlware-mode/

the other way is to put a comment after the
line that terminates the escape, its usually
for when people use $' though, I cant see
how yours goes funny, but some combination
of " and \ after the comment will probably fix it

re:run(MyString, "(\\d+)"), % "

2009/7/2 Praveen Ray <praveen.ray@REDACTED>

> Maybe some Emacs gurus can help me out with my annoying Emacs string issue.
> I use stock erlang-mode on Ubuntu. Whenever I type a string  with double
> slashes, emacs goes crazy and refuses to recognize the ending double quote
> as the end of the string and all following lines are now colored as if I'm
> still inside that string! Tab completions, indentations don't work and it
> looks ugly!
>
> re:run(MyString, "(\\d+)"),
> All lines here and after are thought to be inside that regex(by emacs)!
>
> I'm sure others have solved this problem!
>
> Thanks
> -Praveen
>
> On Thu, Jul 2, 2009 at 11:11 AM, Thomas Lindgren
> <thomasl_erlang@REDACTED>wrote:
>
> >
> >
> >
> >
> >
> > ----- Original Message ----
> > > From: paweł kamiński <kamiseq@REDACTED>
> > >
> > > hehe if erlang is a way to get to coders haven then maybe emacs is it's
> > > purgatory :)
> >
> >
> > Emacs is the gnostic secret of programming ...
> >
> > Best,
> > Thomas
> >
> > PS. Devoted emacs user since 1984 (pre-gnu emacs! :-)
> >
> >
> >
> >
> >
> > ________________________________________________________________
> > erlang-questions mailing list. See http://www.erlang.org/faq.html
> > erlang-questions (at) erlang.org
> >
> >
>
>
> --
> Yellowfish Technologies Inc
> http://www.yellowfish.biz
> praveen.ray@REDACTED
> (888) 817 2969 x 233
> gtalk/skype: praveenray
>


More information about the erlang-questions mailing list