From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Filipp Gunbin Newsgroups: gmane.emacs.help Subject: Re: Re: efficient replacing =?utf-8?Q?=E2=80=93?= really faster compared to using the mouse? Date: Sat, 11 Aug 2012 17:13:04 +0400 Message-ID: <86vcgpmv1b.fsf@w2139spb.ru.yotateam.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1344690805 27600 80.91.229.3 (11 Aug 2012 13:13:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 11 Aug 2012 13:13:25 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Ferdinand Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 11 15:13:26 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 1T0BVN-0003o9-0L for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Aug 2012 15:13:25 +0200 Original-Received: from localhost ([::1]:58875 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0BVM-00043E-2h for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Aug 2012 09:13:24 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0BVB-0003fi-2S for help-gnu-emacs@gnu.org; Sat, 11 Aug 2012 09:13:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T0BV8-0002NK-Fq for help-gnu-emacs@gnu.org; Sat, 11 Aug 2012 09:13:12 -0400 Original-Received: from out5-smtp.messagingengine.com ([66.111.4.29]:54871) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0BV8-0002N7-7s for help-gnu-emacs@gnu.org; Sat, 11 Aug 2012 09:13:10 -0400 Original-Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 6324C20717; Sat, 11 Aug 2012 09:13:09 -0400 (EDT) Original-Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute2.internal (MEProxy); Sat, 11 Aug 2012 09:13:09 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h= from:to:cc:subject:in-reply-to:date:message-id:mime-version :content-type:content-transfer-encoding; s=mesmtp; bh=Us+2Ih55mN LadE2f7/NsUy7xKbk=; b=jh6MjYiXt+DWfqqeu4nEaEgfaXLEnxcqfUJBGDpAZf JARPVRbO+5prHSH38ayHj388Owo98VrXXgXmmJpEjVRMAeEkpYefUhxvHGnMn4G8 VK6N7A+Ik4a5FwWWLYMtyUzelT0m2WDUslQLsxgVEbqtGBpwnqNxd5LOsttwLlzm g= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:in-reply-to:date :message-id:mime-version:content-type:content-transfer-encoding; s=smtpout; bh=Us+2Ih55mNLadE2f7/NsUy7xKbk=; b=SN23NfPa8oLUECska Wuo17Lt8rcUIDfiBjgzoUst1loxT4b5u8nNySuw44aKhd4mh60Dgzd9cb64l4EOj dLkCcMq1Xg+HZs4xFgwNQbTV2zqYCe62vH61fPJP71pC4M4Dy/YuTBRHr/qo9McL cXU+YTCTfrVrWLVep82uhm/U6Y= X-Sasl-enc: IUg6E2cbRXcOz3sDAvf3wNtvAPstZq88JXUl2DKpl8ko 1344690788 Original-Received: from w2139spb.ru.yotateam.com (unknown [178.178.25.97]) by mail.messagingengine.com (Postfix) with ESMTPA id 4710C8E00BC; Sat, 11 Aug 2012 09:13:08 -0400 (EDT) In-Reply-To: (message from Ferdinand on Sat, 11 Aug 2012 13:55:16 +0200) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.29 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:86312 Archived-At: > What would be perfect in this particular case, would be a search-function= that lets me edit the replacement-string after each occurrence. > > You would search for xyz, toggle through all the occurrences and for each= occurrence you can type in an individual replacement string. > > (like M-% xyz ent 1 spc 1 spc 1 spc 2 spc 2 spc 2 spc 2 =E2=80=A6..) > > > Is there something like this? That's exactly the thing I wrote about in http://lists.gnu.org/archive/html/help-gnu-emacs/2012-08/msg00149.html. Ema= cs saves the last replacement so you only have to change it at the beginning of the section. --=20 Filipp Gunbin