[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: commenting
Phillip David wrote:
> I have a macro in KEdit (my favorite Windows editor) that allows me to
> do what I call a "Column cursor"
<snip>
> So, for example, I can have it search
> column 73 on, find all lines that contain anything, insert a carriage
> return, 5 blanks, and a continuation character in FORTRAN codes with
> just a few keystrokes. <snip> it's kept me from converting to emacs
You mean like:
[M-C-%]^\([C-u 73 .]\)\(.+\)[Ret]\1$[C-q C-j] \2[Ret]
JD