From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: recording-elisp.el - try recording commands as elisp code Date: Tue, 06 Nov 2007 19:15:27 -0500 Message-ID: References: <87k5p05qsy.fsf@jurta.org> <87ve8g5kws.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1194394630 1800 80.91.229.12 (7 Nov 2007 00:17:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 Nov 2007 00:17:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: yzhh Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 07 01:17:13 2007 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 1IpYbU-0001uB-8e for ged-emacs-devel@m.gmane.org; Wed, 07 Nov 2007 01:17:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpYbJ-0008Og-FA for ged-emacs-devel@m.gmane.org; Tue, 06 Nov 2007 19:16:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpYZu-0007Lm-8R for emacs-devel@gnu.org; Tue, 06 Nov 2007 19:15:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpYZt-0007LE-C0 for emacs-devel@gnu.org; Tue, 06 Nov 2007 19:15:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpYZt-0007L6-1l for emacs-devel@gnu.org; Tue, 06 Nov 2007 19:15:29 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IpYZs-0002LJ-Co for emacs-devel@gnu.org; Tue, 06 Nov 2007 19:15:28 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IpYZr-0003Pj-Se; Tue, 06 Nov 2007 19:15:27 -0500 In-reply-to: (message from yzhh on Tue, 06 Nov 2007 14:12:08 +0800) X-detected-kernel: by monty-python.gnu.org: 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:82692 Archived-At: Thanks for this. I haven't get to query-replace yet. What I have in mind is to record also the y/n/a/q choices of the user. That approach is valid, but I suspect users will not want it very often. Meanwhile, the best way to implement that approach would be to generate a series of search function calls and replacements, with no loop.