From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: Re: please implement query-exchange Date: 20 Nov 2002 09:03:05 +0800 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <877kf9aw8m.fsf@jidanni.org> References: <87isyynuk3.fsf@jidanni.org> <1438-Sat16Nov2002211425+0200-eliz@is.elta.co.il> <3405-Tue19Nov2002205907+0200-eliz@is.elta.co.il> <87r8dhgqhg.fsf@pot.cnuce.cnr.it> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1037781768 4182 80.91.224.249 (20 Nov 2002 08:42:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 20 Nov 2002 08:42:48 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18EQRa-00015I-00 for ; Wed, 20 Nov 2002 09:42:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18EQSz-0002L6-00; Wed, 20 Nov 2002 03:44:13 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18EQRt-0008Bx-00 for bug-gnu-emacs@gnu.org; Wed, 20 Nov 2002 03:43:05 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18EQRr-0008Az-00 for bug-gnu-emacs@gnu.org; Wed, 20 Nov 2002 03:43:04 -0500 Original-Received: from main.gmane.org ([80.91.224.249]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18EQRq-0008Ac-00 for bug-gnu-emacs@gnu.org; Wed, 20 Nov 2002 03:43:03 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18EQPX-0000yR-00 for ; Wed, 20 Nov 2002 09:40:39 +0100 Original-To: bug-gnu-emacs@gnu.org X-Injected-Via-Gmane: http://gmane.org/ Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18EQOx-0000wZ-00 for ; Wed, 20 Nov 2002 09:40:03 +0100 Original-Path: 127.0.0.1!nobody Original-Lines: 10 Original-NNTP-Posting-Host: tc218-187-82-144.2-7.pl.apol.com.tw Original-X-Trace: main.gmane.org 1037781602 3570 218.187.82.144 (20 Nov 2002 08:40:02 GMT) Original-X-Complaints-To: usenet@main.gmane.org Original-NNTP-Posting-Date: Wed, 20 Nov 2002 08:40:02 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3916 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3916 Um fellas, where's the 'query' action of your functions? You are supposed to ask at each occurrence. Otherwise call it exchange-string, and go on to write an additional query-exchange. With no region defined it should still do something, as query-replace does. And in the docstring expand "fstr" to English... And make sure the final product gets into Emacs.