From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: kai.grossjohann@uni-duisburg.de (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.help Subject: Re: Adding languages to gud Date: Thu, 19 Dec 2002 08:45:55 +0100 Organization: University of Dortmund, Germany Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <8465tq4fkc.fsf@lucy.cs.uni-dortmund.de> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1040291312 16187 80.91.224.249 (19 Dec 2002 09:48:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 19 Dec 2002 09:48:32 +0000 (UTC) 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 18OxI7-0004Cx-00 for ; Thu, 19 Dec 2002 10:48:31 +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 18OxFq-0000fK-08 for gnu-help-gnu-emacs@m.gmane.org; Thu, 19 Dec 2002 04:46:10 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!lucy.is.informatik.uni-duisburg.DE!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: lucy.is.informatik.uni-duisburg.de (134.91.35.216) Original-X-Trace: fu-berlin.de 1040291059 2270200 134.91.35.216 (16 [73968]) User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2.93 (i686-pc-linux-gnu) Cancel-Lock: sha1:MfrRr3CjYuUgahwFF3nTHeEMau4= Original-Xref: shelby.stanford.edu gnu.emacs.help:108288 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:4818 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4818 Jay Belanger writes: > (A new debugger needs a massage-args function to massage arguments, > but what arguments, and how/why do they need to be massaged?) IMHO it's best not to massage the arguments. To find out which arguments are passed to the function, it might be easiest to write a little function which invokes debug: (defun jay-massage-args (&rest args) (debug)) Then you can do `e args RET' from the debugger, then you know. -- ~/.signature is: umop ap!sdn (Frank Nobis)