* gud mode + scilab mode problems with lambda expression
@ 2003-02-05 9:16 Eviatar Tron
0 siblings, 0 replies; 2+ messages in thread
From: Eviatar Tron @ 2003-02-05 9:16 UTC (permalink / raw)
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
-------------------------------------------------------
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: gud mode + scilab mode problems with lambda expression
[not found] <mailman.1424.1044436967.21513.help-gnu-emacs@gnu.org>
@ 2003-02-05 12:53 ` Kai Großjohann
0 siblings, 0 replies; 2+ messages in thread
From: Kai Großjohann @ 2003-02-05 12:53 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-02-05 12:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-05 9:16 gud mode + scilab mode problems with lambda expression Eviatar Tron
[not found] <mailman.1424.1044436967.21513.help-gnu-emacs@gnu.org>
2003-02-05 12:53 ` Kai Großjohann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).