From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.help Subject: Re: Column replace Date: Tue, 12 Jun 2007 12:54:04 +0200 Message-ID: References: <1181638134.131187.199190@i13g2000prf.googlegroups.com> <45BFC694-17D7-47E9-BD3B-F5FDE5E15952@Web.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181645664 3784 80.91.229.12 (12 Jun 2007 10:54:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Jun 2007 10:54:24 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Enchanter To: "Peter Dyballa" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 12 12:54:22 2007 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 1Hy40z-0002zW-QU for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Jun 2007 12:54:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hy40z-0005Dc-AA for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Jun 2007 06:54:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hy40l-0005BR-Pv for help-gnu-emacs@gnu.org; Tue, 12 Jun 2007 06:54:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hy40j-000595-DJ for help-gnu-emacs@gnu.org; Tue, 12 Jun 2007 06:54:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hy40j-000592-7P for help-gnu-emacs@gnu.org; Tue, 12 Jun 2007 06:54:05 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hy40i-0004SK-Q9 for help-gnu-emacs@gnu.org; Tue, 12 Jun 2007 06:54:04 -0400 Original-Received: by wx-out-0506.google.com with SMTP id h26so1735410wxd for ; Tue, 12 Jun 2007 03:54:04 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GkcW721PJBEfe5LyKATkvX0HnyFfmYt+SVDCxoj3C6/o+Z8oEN9UrdAgMolVFFZ89p72riHuUVIrtuYgQBfDHXdeoC9St8DjLXwNvOv8+3Z81MQsKX1eONCqWabWw3Uyjx6BMk/pUhhivf6VRku49W3vTbwCwEC2apdRdV/WPcs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tIKNHWCKrbKOXA9F/QOcySGm5giIBPyYHbktFtz41gQE+qrLmbS/GWY1fS31bQTD+pqiXIww9d2Yy/E7feNP36PMc5JsEY2E5IPST3no2Wmx9cVc0EhXHlJEJpXF2/bMlD9g3nOdZFemPgaVocxO2yK4vwTzjkefvL95vzUDTTw= Original-Received: by 10.90.119.15 with SMTP id r15mr6222072agc.1181645644027; Tue, 12 Jun 2007 03:54:04 -0700 (PDT) Original-Received: by 10.90.103.8 with HTTP; Tue, 12 Jun 2007 03:54:04 -0700 (PDT) In-Reply-To: <45BFC694-17D7-47E9-BD3B-F5FDE5E15952@Web.DE> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:44916 Archived-At: On 6/12/07, Peter Dyballa wrote: > M-x replace-regexp RET ^.*$ RET \&\# RET Very cool. But what if the result shoud be text ts100 text ts101 ... ? Juanma