bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GUD + WINDOWS + CRLF


From: Marcelo Rezende Módolo
Subject: GUD + WINDOWS + CRLF
Date: Tue, 04 Mar 2003 12:22:45 -0300
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021212

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]