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

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

Re: axiom mode


From: Tom Tromey
Subject: Re: axiom mode
Date: Sat, 09 Jun 2007 15:50:57 -0600
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux)

>>>>> "Martin" == Martin Rubey <axiomize@yahoo.de> writes:

Martin> * after loading axiom.el, using shell mode is a pain.  This is
Martin> most annoying.  It seems that all the hooks are still there,
Martin> but I do not know the necessary magic to remove them.  I
Martin> suppose, there are also some style guidelines?

I'm just guessing, based on what you wrote & a quick glance at the
code, but I think you want to set local hooks.

Martin>   (add-hook 'comint-output-filter-functions 'axiom-output-filter)

So here you would want:

  (add-hook 'comint-output-filter-functions 'axiom-output-filter nil t)

I don't know the answers to your other questions, sorry.

Tom





reply via email to

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