From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: marioepsley Newsgroups: gmane.emacs.help Subject: Easy for Some Date: Mon, 4 Jan 2010 02:25:41 -0800 (PST) Message-ID: <27011067.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1262616490 2678 80.91.229.12 (4 Jan 2010 14:48:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Jan 2010 14:48:10 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 04 15:48:01 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NRoCT-00016b-Am for geh-help-gnu-emacs@m.gmane.org; Mon, 04 Jan 2010 15:46:29 +0100 Original-Received: from localhost ([127.0.0.1]:48012 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NRoCU-0001Ec-0C for geh-help-gnu-emacs@m.gmane.org; Mon, 04 Jan 2010 09:46:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NRk8E-0004mL-Ot for help-gnu-emacs@gnu.org; Mon, 04 Jan 2010 05:25:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NRk88-0004ig-If for Help-gnu-emacs@gnu.org; Mon, 04 Jan 2010 05:25:48 -0500 Original-Received: from [199.232.76.173] (port=40170 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NRk88-0004iT-9z for Help-gnu-emacs@gnu.org; Mon, 04 Jan 2010 05:25:44 -0500 Original-Received: from kuber.nabble.com ([216.139.236.158]:38970) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NRk88-00065B-4C for Help-gnu-emacs@gnu.org; Mon, 04 Jan 2010 05:25:44 -0500 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1NRk85-0006qk-UY for Help-gnu-emacs@gnu.org; Mon, 04 Jan 2010 02:25:41 -0800 X-Nabble-From: marioepsley@aol.com X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-Mailman-Approved-At: Mon, 04 Jan 2010 09:45:00 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:71046 Archived-At: I'm not coder but i needed to extract some information from a text file and some one pointed me in this direction. 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 3 0.400085 4 0.411538 5 0.434799 6 0.41712 7 0.422151 8 0.43181 9 0.411811 Just to clarify the spacings: ( 0 0.17489 ) Just to clarify the spacings: (tab0tab 0.17489 tab) and i want to be left with just the raw values like this: 0.17489 0.261281 0.361762 0.400085 0.411538 0.434799 0.41712 0.422151 0.43181 0.411811 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. -- View this message in context: http://old.nabble.com/Easy-for-Some-tp27011067p27011067.html Sent from the Emacs - Help mailing list archive at Nabble.com.