From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: debug-on-call Date: Tue, 04 Feb 2003 10:42:31 -0500 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <3E3E9E3B.5040000@ihs.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1044374830 24734 80.91.224.249 (4 Feb 2003 16:07:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 4 Feb 2003 16:07:10 +0000 (UTC) Cc: gnu-emacs-bug@moderators.isc.org 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 18g5bI-0006Qm-00 for ; Tue, 04 Feb 2003 17:07:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18g5d2-0003c7-03 for gnu-bug-gnu-emacs@m.gmane.org; Tue, 04 Feb 2003 11:08:56 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18g5cO-0003Kz-00 for bug-gnu-emacs@prep.ai.mit.edu; Tue, 04 Feb 2003 11:08:16 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18g5Ml-0004eZ-00 for bug-gnu-emacs@prep.ai.mit.edu; Tue, 04 Feb 2003 10:52:09 -0500 Original-Received: from trinity.ranger.supernews.net ([216.168.1.22] helo=trinity.supernews.net) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18g5DV-0000n5-00 for bug-gnu-emacs@prep.ai.mit.edu; Tue, 04 Feb 2003 10:42:33 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by trinity.supernews.net with esmtp (Exim 4.12) id 18g5DV-0007n0-00 for gnu-emacs-bug@moderators.isc.org; Tue, 04 Feb 2003 15:42:33 +0000 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18g5DT-0007qi-00; Tue, 04 Feb 2003 10:42:31 -0500 Original-To: Kevin Rodgers In-reply-to: <3E3E9E3B.5040000@ihs.com> (message from Kevin Rodgers on Mon, 03 Feb 2003 09:52:11 -0700) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4388 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4388 > I wanted to have emacs stop if it ever called a function, but no: > debug-on-entry: Function base64-encode-region is a primitive It worked for me when I tried it.