From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lute Kamstra Newsgroups: gmane.emacs.devel Subject: Re: debug-on-entry question Date: Wed, 22 Jun 2005 10:32:16 +0200 Message-ID: <871x6u7pwv.fsf@xs4all.nl> References: <873breo37h.fsf@jurta.org> <87psuhncy2.fsf@xs4all.nl> <87r7evzmry.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1119431729 8945 80.91.229.2 (22 Jun 2005 09:15:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Jun 2005 09:15:29 +0000 (UTC) Cc: Juri Linkov , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 22 11:15:18 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dl1K1-0006X3-CP for ged-emacs-devel@m.gmane.org; Wed, 22 Jun 2005 11:15:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dl1Qc-0007M8-9y for ged-emacs-devel@m.gmane.org; Wed, 22 Jun 2005 05:21:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dl0gJ-0006J9-Ij for emacs-devel@gnu.org; Wed, 22 Jun 2005 04:34:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dl0gC-0006I2-Hl for emacs-devel@gnu.org; Wed, 22 Jun 2005 04:33:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dl0gA-0006Hh-E8 for emacs-devel@gnu.org; Wed, 22 Jun 2005 04:33:50 -0400 Original-Received: from [194.109.24.28] (helo=smtp-vbr8.xs4all.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dl0hm-0003nt-4O; Wed, 22 Jun 2005 04:35:30 -0400 Original-Received: from pijl (a80-127-67-124.adsl.xs4all.nl [80.127.67.124]) by smtp-vbr8.xs4all.nl (8.13.3/8.13.3) with ESMTP id j5M8WI9g070261; Wed, 22 Jun 2005 10:32:18 +0200 (CEST) (envelope-from Lute.Kamstra@xs4all.nl) Original-Received: from lute by pijl with local (Exim 3.36 #1 (Debian)) id 1Dl0ef-0005GY-00; Wed, 22 Jun 2005 10:32:17 +0200 Original-To: rms@gnu.org In-Reply-To: (Richard M. Stallman's message of "Tue, 21 Jun 2005 23:40:24 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Original-Lines: 16 X-Virus-Scanned: by XS4ALL Virus Scanner 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:39285 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39285 "Richard M. Stallman" writes: > There are other commands using `a' letter to read function names (like > `elp-instrument-function', etc.) where getting the default function name > from the current buffer would be useful too. So maybe it's better to > implement this in `call-interactively' for all commands using `a'? > > That seems like a good idea. Ok, I'll work on that. But I still like to apply the patch for debug-on-entry as is. Besides using function-called-at-point, it also filters out special forms (which can't be set to break on entry). Is that Ok? Lute.