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:29 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1194394703 1993 80.91.229.12 (7 Nov 2007 00:18:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 7 Nov 2007 00:18:23 +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:18:26 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 1IpYcg-0002Dd-Jx for ged-emacs-devel@m.gmane.org; Wed, 07 Nov 2007 01:18:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpYcV-00018H-N0 for ged-emacs-devel@m.gmane.org; Tue, 06 Nov 2007 19:18:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpYZv-0007Mc-K8 for emacs-devel@gnu.org; Tue, 06 Nov 2007 19:15:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpYZu-0007Lz-Kc for emacs-devel@gnu.org; Tue, 06 Nov 2007 19:15:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpYZu-0007Ln-AS for emacs-devel@gnu.org; Tue, 06 Nov 2007 19:15:30 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IpYZt-0002MA-J0 for emacs-devel@gnu.org; Tue, 06 Nov 2007 19:15:29 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IpYZt-0003Q1-6t; Tue, 06 Nov 2007 19:15:29 -0500 In-reply-to: (message from yzhh on Tue, 06 Nov 2007 14:29:17 +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:82694 Archived-At: Users should love this if done properly. One complication is "generate this sequence of function calls using a different method." I mean we have to design an intuitive way to indicate the user where he has choices, and better show what choices he has. Perhaps you can use `face' text properties to show the places where there is a choice of strategies. Then commands such as C-c C-c and Mouse-3 could be used to select among them.