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

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

gud mode + scilab mode problems with lambda expression


From: Eviatar Tron
Subject: gud mode + scilab mode problems with lambda expression
Date: Wed, 5 Feb 2003 11:16:51 +0200
User-agent: KMail/1.4.1


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

the same happens when I run scilab:

scilab-find-recent-variable-list: 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

thanks
        Eviatar

-------------------------------------------------------





reply via email to

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