unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* GUD + WINDOWS + CRLF
@ 2003-03-04 15:22 Marcelo Rezende Módolo
  0 siblings, 0 replies; only message in thread
From: Marcelo Rezende Módolo @ 2003-03-04 15:22 UTC (permalink / raw)


Hi Eric S. Raymond
I am using Emacs on Windows (2000) and I use MingW gdb. When I start gdb 
without speedbar every thing work but with speedbar Emacs freeze... I do 
not know Lisp (I do not speek english to) but I found that  "(while 
(string-match "\n" string)" in line 606  of gud.el and I replace with 
(while (string-match "\n|^M" string) (windows CRLF). Now the speedbar do 
not freeze Emacs but it do not show the stack frame, its show the 
message "No Stack" what can I do to make the speedbar work....

thanks a lot
Marcelo Modolo

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

only message in thread, other threads:[~2003-03-04 15:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-04 15:22 GUD + WINDOWS + CRLF Marcelo Rezende Módolo

Code repositories for project(s) associated with this public inbox

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

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).