in reply to Multi-line comments in perl code?
Hello mrguy123,
With emacs you can do
# A long comment which I would rather have on multiple lines
and then do
M-x fill-paragraph
(which is often bound to M-q) to automagically get
# A long comment which I would rather # have on multiple lines
the position of the line break depending on the setting of the variable fill-column.
So spend a few days (months, years, ...) getting your head round emacs and (then) have fun.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Multi-line comments in perl code?
by BrowserUk (Patriarch) on Jul 14, 2006 at 08:34 UTC | |
by loris (Hermit) on Jul 14, 2006 at 08:54 UTC | |
by BrowserUk (Patriarch) on Jul 24, 2006 at 12:17 UTC | |
|
Re^2: Multi-line comments in perl code?
by mrguy123 (Hermit) on Jul 16, 2006 at 11:05 UTC | |
|
Re^2: Multi-line comments in perl code?
by doom (Deacon) on Jul 17, 2006 at 23:05 UTC |