unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Eviatar Tron <etron@shefayim.org.il>
Subject: gud mode + scilab mode problems with lambda expression
Date: Wed, 5 Feb 2003 11:16:51 +0200	[thread overview]
Message-ID: <200302051116.51025.etron@shefayim.org.il> (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

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

             reply	other threads:[~2003-02-05  9:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-05  9:16 Eviatar Tron [this message]
     [not found] <mailman.1424.1044436967.21513.help-gnu-emacs@gnu.org>
2003-02-05 12:53 ` gud mode + scilab mode problems with lambda expression Kai Großjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200302051116.51025.etron@shefayim.org.il \
    --to=etron@shefayim.org.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).