From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Re: be able to replace during isearch Date: Sun, 1 Jul 2007 15:37:17 +0200 Message-ID: <7dbe73ed0707010637h7fdb580bgeb7a43e8cf807175@mail.gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1183376128 15127 80.91.229.12 (2 Jul 2007 11:35:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 2 Jul 2007 11:35:28 +0000 (UTC) Cc: Emacs-Devel To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 02 13:35:27 2007 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I5KBf-00060U-Nt for ged-emacs-devel@m.gmane.org; Mon, 02 Jul 2007 13:35:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5KBf-0000b6-2h for ged-emacs-devel@m.gmane.org; Mon, 02 Jul 2007 07:35:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I5K7t-0006Ta-BN for emacs-devel@gnu.org; Mon, 02 Jul 2007 07:31:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I5K7q-0006Q0-Bk for emacs-devel@gnu.org; Mon, 02 Jul 2007 07:31:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I5K7q-0006Pi-3Q for emacs-devel@gnu.org; Mon, 02 Jul 2007 07:31:26 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1I5K7n-0001DE-QC for emacs-devel@gnu.org; Mon, 02 Jul 2007 07:31:25 -0400 Original-Received: from mu-out-0910.google.com ([209.85.134.187]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I4zc8-0007OC-Jz for emacs-devel@gnu.org; Sun, 01 Jul 2007 09:37:20 -0400 Original-Received: by mu-out-0910.google.com with SMTP id g7so1564034muf for ; Sun, 01 Jul 2007 06:37:18 -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=Dtgrym3rj9ztLLIzsc0lSHIp8Pp+b6e8cIOb/+OhyofynSfi8F6wsjzMQGeMPxe4MB+Ph5LePNi/hgTvhsYlahpQyUk2B50qpW1nlp/QqlbUvH+2ZEPSPK1d8aoC1C/VKFVHKj4UXR3/xfLD5/1XG385HDOWLXn64NPN95TPRU0= 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=l/B8MKJXRGLTzBIZrfM+J3MC2kKMEAM+KXUZLOpHEhuNExF699Kg20/MuYNzCas6GkHFv/P0iFQhhd7Qz/mSpou5GylMtdXSKVV2u5KA5D+tiTt++JHFfuwBg2Hlq/RHMCQwrsBLErgSCf5zjoyKP0ZkTczQ3e5+MHu4n1lh9ZI= Original-Received: by 10.82.136.4 with SMTP id j4mr10717725bud.1183297037980; Sun, 01 Jul 2007 06:37:17 -0700 (PDT) Original-Received: by 10.82.119.11 with HTTP; Sun, 1 Jul 2007 06:37:17 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.6 (newer, 2) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:74178 Archived-At: > The idea is that you would not need to leave isearch to perform > replacements. Whenever you wanted to replace the current search occurrence, > you would hit a certain key. The first time you do this, you would be asked > for the replacement string. I would like this, I remember thinking about this while iseaching some time back. Would it also be possible to have a key that asks for another replacement to be used for later replacements if I am not happy with the previous one I entered? I might want to replace X with Y in one place and with Z in another.