On Wed, 2004-01-14 at 11:07, Paul Kraus wrote: > Is there a way to easily have emacs comment out xnumber of lines.
M-x comment-region will comment out a marked region. C-x ( starts defining a macro. Type the keys you'd normally type to comment out a line, i.e. C-a # SPC Now hit C-x ). The macro can be executed by C-x e. Hit ESC n C-x e to execute the macro n times. THere are a million other cool tricks. E-mail me privately if you want me to continue. -Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>