[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
line beginning with a regexp.
From: |
G Annamalai |
Subject: |
line beginning with a regexp. |
Date: |
21 Feb 2001 17:30:54 +0530 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
Hello All,
I was wondering whether this kind of "editing" can be done in Emacs
itself using elisp rather than using a shell script or a perl script.
I have this file containing a few lines. They are all sql commands.
<snip>
call procedure_name( long list of
argument calls );
call procedure_name( another long long
list of arguments that seems
to be very long indeed);
call procedure_name( yet another long
argument list);
</snip>
Something like that. I would like to edit this file so that
each command is in its own line, like,
<snip>
call procedure_name( long ... calls );
call procedure_name( another ... indeed);
call procedure_name( yet ... list);
</snip>
Can anyone help me? Or is this not the right list? Is there a
mailing list for Elisp?
Thanks for your time and help.
Cheers,
anna
--
Vi is the God of editors.
Emacs is the editor of Gods.
- line beginning with a regexp.,
G Annamalai <=