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

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

Re: Easy for Some


From: Memnon Anon
Subject: Re: Easy for Some
Date: Tue, 5 Jan 2010 15:40:11 +0000 (UTC)

marioepsley <marioepsley@aol.com> writes:

> I have a file like this, could have up to a 1000 keyframes.:
[...]
> Effects   Sound Keys #1   Output 1 #22
>    Frame
>    0   0.17489
>    1   0.261281
>    2   0.361762
[...]
> and i want to be left with just the raw values like this:
>
> 0.17489
> 0.261281
> 0.361762
[...]
> I am a complete newbie, i downloaded aquamacs emacs yesterday, tried to use
> replace string as a guess...?? no joy. Dont have anyone to ask, any help is
> greatly appreciated.

I am no programmer, too; I think I would go with emacs keyboard macros.
You do not need any extra tools or special programing knowledger:
Just the basic emacs commands.

See this:
,----[ (info "(emacs)Keyboard Macros") ]
|    You define a keyboard macro by executing and recording the commands
| which are its definition.  Put differently, as you define a keyboard
| macro, the definition is being executed for the first time.  This way,
| you can see the effects of your commands, so that you don't have to
| figure them out in your head.  When you close the definition, the
| keyboard macro is defined and also has been, in effect, executed once.
| You can then do the whole thing over again by invoking the macro.
`----

hth





reply via email to

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