From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#336: Replace all matches only the first met string when you paste the replace string Date: Fri, 25 Jul 2008 13:24:42 -0400 Message-ID: <87iqutx4f9.fsf@stupidchicken.com> Reply-To: Chong Yidong , 336@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1217008071 2668 80.91.229.12 (25 Jul 2008 17:47:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 25 Jul 2008 17:47:51 +0000 (UTC) Cc: 336@emacsbugs.donarmstrong.com To: Stefan Stoyanov Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jul 25 19:48:40 2008 Return-path: Envelope-to: geb-bug-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 1KMRP3-0002NB-Tx for geb-bug-gnu-emacs@m.gmane.org; Fri, 25 Jul 2008 19:48:30 +0200 Original-Received: from localhost ([127.0.0.1]:51578 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMRO9-0000CU-Px for geb-bug-gnu-emacs@m.gmane.org; Fri, 25 Jul 2008 13:47:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KMRO2-0000AM-Uz for bug-gnu-emacs@gnu.org; Fri, 25 Jul 2008 13:47:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KMRO0-00007H-12 for bug-gnu-emacs@gnu.org; Fri, 25 Jul 2008 13:47:26 -0400 Original-Received: from [199.232.76.173] (port=55639 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMRNz-00006y-RX for bug-gnu-emacs@gnu.org; Fri, 25 Jul 2008 13:47:23 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:56643) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KMRNy-0002qo-TM for bug-gnu-emacs@gnu.org; Fri, 25 Jul 2008 13:47:23 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m6PHlJI1029924; Fri, 25 Jul 2008 10:47:20 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m6PHU445025349; Fri, 25 Jul 2008 10:30:04 -0700 X-Loop: don@donarmstrong.com Resent-From: Chong Yidong Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Fri, 25 Jul 2008 17:30:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 336 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 336-submit@emacsbugs.donarmstrong.com id=B336.121700659224012 (code B ref 336); Fri, 25 Jul 2008 17:30:04 +0000 Original-Received: (at 336) by emacsbugs.donarmstrong.com; 25 Jul 2008 17:23:12 +0000 Original-Received: from cyd (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m6PHN9ha024006 for <336@emacsbugs.donarmstrong.com>; Fri, 25 Jul 2008 10:23:10 -0700 Original-Received: by cyd (Postfix, from userid 1000) id D60A457E311; Fri, 25 Jul 2008 13:24:42 -0400 (EDT) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Resent-Date: Fri, 25 Jul 2008 13:47:26 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:18853 Archived-At: > When you try to replace a string and paste the replace string with the > mouse middle button emacs stops searching/replacing after the first > matched string. If "!" is used to replace all matched strings again > emacs stops with replacing just the first match. I can't reproduce this. Please provide the Emacs version you are using, as well as a detailed recipe for how to reproduce this problem, beginning with `emacs -Q'.