From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: emacs for beginners (copy and paste) Date: Sat, 13 Apr 2013 10:31:46 +0200 Message-ID: <2BDD27B7-07ED-45CC-9333-DA159FA86FA2@Web.DE> References: <8e85c07f-e123-489d-9575-7de4e6063a86@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1365841917 26743 80.91.229.3 (13 Apr 2013 08:31:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 13 Apr 2013 08:31:57 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: piconese.as@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 13 10:32:01 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UQvsP-0000VL-Co for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Apr 2013 10:32:01 +0200 Original-Received: from localhost ([::1]:45302 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQvsO-0002pn-Tv for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Apr 2013 04:32:00 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:44178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQvsF-0002ph-5h for help-gnu-emacs@gnu.org; Sat, 13 Apr 2013 04:31:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UQvsE-00089k-CB for help-gnu-emacs@gnu.org; Sat, 13 Apr 2013 04:31:51 -0400 Original-Received: from mout.web.de ([212.227.15.4]:58051) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UQvsE-00089V-3R for help-gnu-emacs@gnu.org; Sat, 13 Apr 2013 04:31:50 -0400 Original-Received: from sumac.fritz.box ([88.153.243.36]) by smtp.web.de (mrweb102) with ESMTPA (Nemesis) id 0MNLS1-1USqc72eIj-006q0i; Sat, 13 Apr 2013 10:31:46 +0200 In-Reply-To: <8e85c07f-e123-489d-9575-7de4e6063a86@googlegroups.com> X-Mailer: Apple Mail (2.1085) X-Provags-ID: V02:K0:kYnAY1sRS5ASxzD8tw3OhdluCdpjBTWh+qRfMdZlM1Z VKIVPADoyOMdVXqgsjAX2N6N9S9vLNKvXCBoiT2prmhAObxiSg iMsNxRBiAdFYa3GRJeDJettMnPXr3U/pZFnM22vmZ22LJqPe3m +u+l+XUSbaD20SwtI+GmLCW6/C682t4nEvLGpUqfeex6ETW5Sc 0agUxcF2oKeENIqIs9Yfw== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.4 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90144 Archived-At: 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 = ":" 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.