This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: problem with gdb inside xemacs shell on a DEC
- From: Ben Elliston <bje at redhat dot com>
- To: gdb at sources dot redhat dot com
- Date: 28 Jan 2003 10:03:06 +1100
- Subject: Re: problem with gdb inside xemacs shell on a DEC
- Organization: Red Hat Asia-Pacific Pty Ltd
- References: <3E35F920@webmail.bcpl.net>
>>>>> "Hillel" == Hillel Markowitz <Hillel> writes:
Hillel> When using xemacs on a DEC, and calling gdb from inside
Hillel> xemacs, all commands put on the command line for gdb are
Hillel> doubled.
I gather you're trying to run GDB from a shell within XEmacs. Since
GDB uses terminal control, it's unlikely to work properly within
XEmacs' shell. You should instead use M-x gdb if you want to run GDB
under Emacs/XEmacs.
Ben