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: gud mode + scilab mode problems with lambda expression Date: Wed, 05 Feb 2003 13:53:06 +0100 Organization: University of Duisburg, Germany Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <84y94uubwt.fsf@lucy.is.informatik.uni-duisburg.de> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1044449775 9167 80.91.224.249 (5 Feb 2003 12:56:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 5 Feb 2003 12:56:15 +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 18gP66-0002Nj-00 for ; Wed, 05 Feb 2003 13:56:14 +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 18gP6C-00009q-08 for gnu-help-gnu-emacs@m.gmane.org; Wed, 05 Feb 2003 07:56:20 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!fu-berlin.de!uni-berlin.de!pd951f03e.dip.t-dialin.NET!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: pd951f03e.dip.t-dialin.net (217.81.240.62) Original-X-Trace: fu-berlin.de 1044449601 39528153 217.81.240.62 (16 [73968]) User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.3.50 (i686-pc-linux-gnu) Cancel-Lock: sha1:777IriyAcvEvolLu9smK9Etwl54= Original-Xref: shelby.stanford.edu gnu.emacs.help:109819 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:6326 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6326 Eviatar Tron writes: > when I try to run gdb or dbx from emacs, I get > the following error: > gud-common-init: Wrong number of arguments: (lambda (s bag) (cond ((equal > (length s) 0) (quote (""))) ((string-match bag s) (if (= (match-beginning 0) > 0) (cons "" (split-string (substring s (match-end 0)) bag)) (cons (substring > s 0 (match-beginning 0)) (split-string (substring s (match-end 0)) bag)))) (t > (cons s nil)))), 1 Search your init files for "(lamnda (s bag)" -- do you find anything? Also try M-x toggle-debug-on-error RET, then invoke gdb or dbx, then show us the resulting backtrace. -- A turnip curses Elvis