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

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

output-filter-function or equivalent for term.el?


From: rocky
Subject: output-filter-function or equivalent for term.el?
Date: Wed, 26 Aug 2009 19:28:22 -0700 (PDT)
User-agent: G2/1.0

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.


reply via email to

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