all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

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.