help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gud mode + scilab mode problems with lambda expression


From: Kai Großjohann
Subject: Re: gud mode + scilab mode problems with lambda expression
Date: Wed, 05 Feb 2003 13:53:06 +0100
User-agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.3.50 (i686-pc-linux-gnu)

Eviatar Tron <etron@shefayim.org.il> 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]