unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* output-filter-function or equivalent for term.el?
@ 2009-08-27  2:28 rocky
  0 siblings, 0 replies; only message in thread
From: rocky @ 2009-08-27  2:28 UTC (permalink / raw)
  To: help-gnu-emacs

Recently I have been rewriting debugger prompt tracking code. Probably
the oldest and most familiar one may be turn-on-pdbtrack from python-
mode.el. The way code like this works is to add a hook to comint-
output-filter-functions. Having done that and being pleased with the
work, I created a similar hook for eshell. All pretty simply done by
adding a hook to eshell-output-filter-functions.

But I don't see anything for eterm.el. I see a hook which will get
called before input is sent to a process, but no hook when the process
is waiting on input or has new output.

Suggestions? Thanks.


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

only message in thread, other threads:[~2009-08-27  2:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-27  2:28 output-filter-function or equivalent for term.el? rocky

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