all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* gud mode problem
@ 2003-02-03  8:45 Eviatar Tron
  0 siblings, 0 replies; only message in thread
From: Eviatar Tron @ 2003-02-03  8:45 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

I havent changed anything regarding gud in my .emacs, but I did
install some new modes.
thanks
	Eviatar

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-03  8:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-03  8:45 gud mode problem Eviatar Tron

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.