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

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

Re: emacs for beginners (copy and paste)


From: Peter Dyballa
Subject: Re: emacs for beginners (copy and paste)
Date: Sat, 13 Apr 2013 10:31:46 +0200

Am 12.04.2013 um 11:47 schrieb piconese.as@gmail.com:

> I want to copy and paste the values of alpha_eff delta_eff gamma_eff.

(shell-command-on-region (region-beginning) (region-end) "egrep '^[adg]' | awk 
'{print $NF}'" nil nil "*stderr*" t)

Results can be found in *Shell Command Output*.

Deleting the unnecessary stuff in the buffer or substituting ": " with ":<TAB>" 
to copy the values as rectangle (with blank lines) seem less efficient.

--
Greetings

  Pete

To most people solutions mean finding the answers. But to chemists solutions
are things that are still all mixed up.




reply via email to

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