help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Keep-only-column


From: weber
Subject: Re: Keep-only-column
Date: 8 Feb 2007 11:23:35 -0800
User-agent: G2/1.0

On 8 fev, 16:15, "weber" <hug...@gmail.com> wrote:
> hello again!
> Quite frequently I paste stuff which is space-separated.
> I would really like a function that would let me select a region and
> keep only a column, deleting all the rest.
> Anyone knows how I could implement something like this?
> I can do it with regexps, but then I have to come up with a new one
> every time...
> TIA
> HS

I think the format of "stuff" can't be understood from above :) Here
it is:

variable BLABLA  =     438438
variable LABLAC  =     312
variable DAUSH  =     43538

Apply to that region: keep-only-column 2 makes it:
BLABLA
LABLAC
DAUSHD

Thanks again
HS



reply via email to

[Prev in Thread] Current Thread [Next in Thread]