Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Re (4): tricky text manipulation

Received: by 10.180.73.134 with SMTP id l6mr470699wiv.1.1348464246644;
        Sun, 23 Sep 2012 22:24:06 -0700 (PDT)
MIME-Version: 1.0
Path: q11ni38619645wiw.1!nntp.google.com!feeder3.cambriumusenet.nl!82.197.223.108.MISMATCH!feeder2.cambriumusenet.nl!feeder1.cambriumusenet.nl!feed.tweaknews.nl!85.12.40.131.MISMATCH!xlned.com!feeder3.xlned.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail
From: no.top.p...@gmail.com
Newsgroups: comp.lang.lisp,comp.emacs
Subject: Re (4): tricky text manipulation
Date: Mon, 24 Sep 2012 05:24:06 +0000 (UTC)
Organization: A noiseless patient Spider
Lines: 21
Message-ID: <k3oqpl$uae$1@dont-email.me>
References: <20120923105244.6@kylheku.com>
Injection-Date: Mon, 24 Sep 2012 05:24:06 +0000 (UTC)
Injection-Info: mx04.eternal-september.org; posting-host="6e650b942b28b218bfd0406ff99bd4aa";
	logging-data="31054"; mail-complaints-to="ab...@eternal-september.org";	posting-account="U2FsdGVkX1+rGCacb607BDK++kuPPh6zJVTcaOP1Tsc="
X-Mailer: Oberon Mail (ejz) on ETH Oberon (2.4.3) for Linux x86
Cancel-Lock: sha1:Xmucxhr59b8CVOVrdOB4Q/T2sM8=

In article <2012092310524...@kylheku.com>, Kaz Kylheku <k...@kylheku.com> wrote: 

> On 2012-09-23, no.top.p...@gmail.com <no.top.p...@gmail.com> wrote:
> > In article <f9b6e923-59e3-412c-8796-c7acf6d64c6c@googlegroups.com>, kentil...@gmail.com wrote: 
> >
Of the 2 editors that I commonly use:-
*mcedit can: deleteAll [replace with blank] FORWARD. But only single line/s.
*ETHO can: ReplaceAll TEXT-stretch [forward from current position]. But the 
 search buffer is too small. That's why I thought of using a file.

mcedit is labeled <can do Regex> also, although I've never tried it.

The 2 Regex matches which I currently can think of: 
 different lengths of "\n<><>\n" and "[<digits>]",
are probably not the only ones.

So it's looking like a smart editor.
Which I why I expect emacs/lisp  to do it.

== TIA