----- Original Message ----- 
From: "Guillaume Marcais" <guslist / free.fr>
To: "ruby-talk ML" <ruby-talk / ruby-lang.org>
Sent: Monday, June 16, 2003 12:04 PM
Subject: Re: Multiline comments?


> I guess the need of multi-line comment could be to comment out quickly a
> chunk of code. And Emacs doesn't have a "comment out region" like in
> c-mode. Does anybody know how to add that feature? What about other
> editors?

I typically use vim. When I comment a line, 
it usually wants to comment the next one
and all following until I backspace over
the # sign. I find this mostly acceptable.

Hal