From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eviatar Tron Newsgroups: gmane.emacs.help Subject: gud mode + scilab mode problems with lambda expression Date: Wed, 5 Feb 2003 11:16:51 +0200 Organization: Kibbutz Shefayim Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <200302051116.51025.etron@shefayim.org.il> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1255" Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1044436949 25175 80.91.224.249 (5 Feb 2003 09:22:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 5 Feb 2003 09:22:29 +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 18gLlB-0006Xd-00 for ; Wed, 05 Feb 2003 10:22:25 +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 18gLlm-0003wk-06 for gnu-help-gnu-emacs@m.gmane.org; Wed, 05 Feb 2003 04:23:02 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18gLlL-0003PA-00 for help-gnu-emacs@gnu.org; Wed, 05 Feb 2003 04:22:35 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18gLl6-0002qk-00 for help-gnu-emacs@gnu.org; Wed, 05 Feb 2003 04:22:24 -0500 Original-Received: from fep1.goldenlines.net.il ([212.117.129.200] helo=fep1.012.net.il) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gLl4-00029A-00 for help-gnu-emacs@gnu.org; Wed, 05 Feb 2003 04:22:19 -0500 Original-Received: from hex ([212.199.218.50]) by fep1.012.net.il with ESMTP id <20030205092246.EUBU21210.fep1@hex> for ; Wed, 5 Feb 2003 11:22:46 +0200 User-Agent: KMail/1.4.1 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:6315 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6315 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 (=3D (match-beginni= ng 0) 0) (cons "" (split-string (substring s (match-end 0)) bag)) (cons (substr= ing 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 b= ag)=20 (cond ((equal (length s) 0) (quote (""))) ((string-match bag s) (if (=3D=20 (match-beginning 0) 0) (cons "" (split-string (substring s (match-end 0))= =20 bag)) (cons (substring s 0 (match-beginning 0)) (split-string (substring = s=20 (match-end 0)) bag)))) (t (cons s nil)))), 1 thanks =09Eviatar -------------------------------------------------------