From: rocky <rocky@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Grand Unified Debugger Rewrite's process buffer: comint, eterm or eshell?
Date: Fri, 30 Oct 2009 07:32:15 -0700 (PDT) [thread overview]
Message-ID: <a84cc8e6-0494-4029-aae5-34900151080b@r5g2000yqb.googlegroups.com> (raw)
I have started to rewrite gud from the ground up.
For the process buffer I have 3 choices.
1. I can stick with comint.el. It seems the most creaky.
2. term.el is pretty cool, but it doesn't provide a hook to run when
output is produced and this is something I need. I use it both in
comint.el and eshell.el in "shell tracker" (think pdb-track) mode. So
this leads to the last choice ...
3. eshell.el. It also seems pretty cool too. However its focus seems
to be more as a command shell rather than a process buffer manager
interacting via elisp to a debugger front-end. This mismatch in goals
manifests itself in little things like the ability to set the name of
the buffer initially, starting the shell with a specific debugger
invocation, customizing the banner shown on entry, avoiding the myriad
of key bindings that are not applicable here. Although little things
each easly addressed, I think they are manifestations of the larger
issue may keep cropping up if I go down this path.
So right now, my take is to add a output filter hook to term.el. But
I'd be interested and grateful in thoughts and suggestions.
next reply other threads:[~2009-10-30 14:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-30 14:32 rocky [this message]
2009-11-01 21:30 ` Grand Unified Debugger Rewrite's process buffer: comint, eterm or eshell? Dave Love
2009-11-02 14:44 ` rocky
2009-11-02 14:59 ` Tom Tromey
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a84cc8e6-0494-4029-aae5-34900151080b@r5g2000yqb.googlegroups.com \
--to=rocky@gnu.org \
--cc=help-gnu-emacs@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.
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).