[erlang-questions] block comments

Mike Oxford moxford@REDACTED
Fri Jul 18 22:26:57 CEST 2014


In emacs, mark the region (<ctrl>-space, move to the other end) and then
C-c-C-c (Ctrl-C twice) to comment out and then C-c-C-u to uncomment.

I dislike /* */ because you cannot nest them.  I like per-line, though I
will admit to abusing ifdefs in C/C++ in a past life.

-mox



On Thu, Jul 17, 2014 at 5:11 PM, <lloyd@REDACTED> wrote:

> Hello,
>
>
>
> Since it hasn't been done I'd guess a compiler constraint.
>
>
>
> But why doesn't Erlang have a method for commenting out a block of lines
> in a module without
>
> having to tag every line with %?
>
>
>
> Or did I miss that page?
>
>
>
> It would be so convenient  at times.
>
>
>
> Thanks,
>
>
>
> LRP
>
>
>
>
>
>
>
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140718/93301e52/attachment.htm>


More information about the erlang-questions mailing list