From: "Eli Zaretskii" <eliz@elta.co.il>
Cc: emacs-devel@gnu.org
Subject: Re: gdb-ui almosts works in NT
Date: Mon, 31 Mar 2003 08:45:29 +0200 [thread overview]
Message-ID: <9003-Mon31Mar2003084528+0300-eliz@elta.co.il> (raw)
In-Reply-To: <3E84A28A.2090407@umich.edu> (message from Jonathan Luntz on Fri, 28 Mar 2003 14:29:14 -0500)
[Redirected to emacs-devel.]
> Date: Fri, 28 Mar 2003 14:29:14 -0500
> From: Jonathan Luntz <jluntz@umich.edu>
>
> I'm not usre if this classifies as a bug
IMHO, it does.
> I'm trying to get gdba
> working under NT Emacs. Almost everything works. One minor issue is
> that gdb-ui.el is hardcoded at one point to use "/bin/cat", so I just
> put a copy of the msys (mingw) cat.exe there.
It's wrong for Emacs to use such code, IMHO. It should either invoke
`cat' (and let it be found along PATH), or, better, implement some
code that would eliminate the need for an external program altogether,
since `cat' is not guaranteed to be available on every platform
supported by Emacs.
It strikes me that it woyldn't be hard to eliminate the need for
`cat', since Emacs already has a means to visit files.
> The only problem is I can't
> get the program IO to run in the input/output window in emacs. It
> runs always in its own DOS window.
What compiler did you use to compile that program? Was that MinGW's
GCC?
next parent reply other threads:[~2003-03-31 6:45 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <3E84A28A.2090407@umich.edu>
2003-03-31 6:45 ` Eli Zaretskii [this message]
2003-03-31 15:29 ` gdb-ui almosts works in NT Stefan Monnier
2003-03-31 16:38 ` Jonathan Luntz
2003-03-31 19:17 ` Eli Zaretskii
2003-03-31 21:04 Nick Roberts
2003-04-01 4:28 ` Eli Zaretskii
2003-04-01 18:55 ` Edward O'Connor
2003-04-01 21:06 ` Nick Roberts
2003-04-01 21:31 ` Stefan Monnier
2003-04-02 4:12 ` Eli Zaretskii
2003-04-02 14:14 ` Stefan Monnier
2003-04-03 3:49 ` Eli Zaretskii
2003-04-03 7:55 ` Jason Rumney
2003-04-02 4:08 ` Eli Zaretskii
2003-04-02 17:28 ` Jonathan Luntz
-- strict thread matches above, loose matches on Subject: below --
2003-04-03 17:29 Nick Roberts
2003-04-03 17:52 ` Jonathan Luntz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9003-Mon31Mar2003084528+0300-eliz@elta.co.il \
--to=eliz@elta.co.il \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.