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: debug-on-entry question Date: Sun, 19 Jun 2005 23:50:12 -0400 Message-ID: References: <873breo37h.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1119239818 3984 80.91.229.2 (20 Jun 2005 03:56:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Jun 2005 03:56:58 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 20 05:56:58 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DkDOv-0008SO-8Z for ged-emacs-devel@m.gmane.org; Mon, 20 Jun 2005 05:56:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkDV4-0005YF-B9 for ged-emacs-devel@m.gmane.org; Mon, 20 Jun 2005 00:03:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DkDRh-00043c-9V for emacs-devel@gnu.org; Sun, 19 Jun 2005 23:59:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DkDRY-0003wq-19 for emacs-devel@gnu.org; Sun, 19 Jun 2005 23:59:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkDRX-0003th-Tj for emacs-devel@gnu.org; Sun, 19 Jun 2005 23:59:27 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DkDLh-00006B-VD for emacs-devel@gnu.org; Sun, 19 Jun 2005 23:53:26 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DkDIa-0004Jx-AO; Sun, 19 Jun 2005 23:50:12 -0400 Original-To: Juri Linkov In-reply-to: <873breo37h.fsf@jurta.org> (message from Juri Linkov on Sun, 19 Jun 2005 17:03:38 +0300) 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:39147 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39147 For post-release: it would be good to rewrite the function `call-interactively' in Lisp which will allow easy modification of reading arguments according to code letters (e.g. in this particular case adding a call to `function-called-at-point' for the code letter `a'). I think that would be messy and unnecessary. I would rather keep the present scheme: code letters for doing something standard, and pure Lisp code for everything else.