From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Fassel Newsgroups: gmane.emacs.help Subject: Re: efficient replacing =?big5?B?oVY=?= really faster compared to using the mouse? Date: Fri, 10 Aug 2012 18:47:53 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1344617429 25842 80.91.229.3 (10 Aug 2012 16:50:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Aug 2012 16:50:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 10 18:50:30 2012 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 1SzsPp-00060a-91 for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Aug 2012 18:50:25 +0200 Original-Received: from localhost ([::1]:52101 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SzsPo-0000aV-Ek for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Aug 2012 12:50:24 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-X-Trace: individual.net TJSxYzLCjMJzmNid7Oc8AQTU8ABoGOwiz5qtqkD9Puz1nPI+nS1jRHnxybbSfcoOQ= Cancel-Lock: sha1:qnPynXbAUueQDmtR1xIrTYVuCKk= sha1:SSw6BdwaXYwYHZttqRK2b4knhaU= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) Original-Xref: usenet.stanford.edu gnu.emacs.help:193932 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:86300 Archived-At: * Ferdinand | [change "name='xyz23'" to "name='xyz1'" in multiple lines] | In emacs I just have no idea how to do this in a reasonable amount of time. See replace-rectangle for the direct equivalent, though the optical feedback might be different. (I don't know whether emacs supports marking a rectangular block different than the region in the meantime). 'replace-regexp-region' also does the trick if the replacements are constant like in your case. R'