[erlang-questions] Emacs Erlang-mode peculiarity

Bill Clementson billclem@REDACTED
Sun Nov 4 00:17:35 CET 2007


"Kirill Zaborski" <qrilka@REDACTED> writes:

> Probably you've got this snippet from Bill Clementson's blogpost, that was discussed in the maillist some months before, you should escape emacs
> metacharacters and so e.g.:
> ("M-?"    erl-complete)
> becomes:
> ("\M-?"    erl-complete)

Yes, in my original blog post, I forgot to "escape" the backslash
characters in the code (which meant that they didn't appear in the
html). I have since corrected the post:
http://bc.tech.coop/blog/070528.html

Sorry for any hassles this has caused.

--
Bill Clementson




More information about the erlang-questions mailing list