emacs-devel
[Top][All Lists]
Advanced

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

Re: called by a process filter?


From: Richard Stallman
Subject: Re: called by a process filter?
Date: Thu, 12 May 2005 07:16:03 -0400

    Is there a way to tell whether a function was called via process filter?

Not currently.

We could envision making the code that calls process filters
bind this-command to the process that sent the output.
That is an incompatible change, but your arguments show
that probably the code that runs in filters would not want
to test this-command, so it probably won't break anything.

We could also create a new variable, perhaps this-process,
and bind that instead.  I think the former is more elegant.





reply via email to

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