emacs-devel
[Top][All Lists]
Advanced

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

Re: eshell and after-change-functions


From: Jan Moringen
Subject: Re: eshell and after-change-functions
Date: Wed, 21 Jul 2010 19:31:46 +0200

Hi Stefan.

> > The feature in question is sharing interactive buffers like comint,
> > slime and, well, eshell with other users. The problem is that Rudel
> > relies on `after-change-functions' to monitor buffer changes and
> > propagate them to peers, but eshell let-binds this variable to nil in
> > `eshell-send-input' and `eshell-output-filter'. This prevents buffer
> > changes performed in these functions from being propagated and
> > de-synchronizes the session. I cannot find a specific reason for
> > disabling all after-change functions in the ehsell code and was
> > wondering if somebody knows why this is necessary. If it is not
> > necessary, could this maybe be changed?
> 
> Have you tried to remove the offending let-binding and see what effect
> it has on Eshell's behavior?

Removing the let-binding solves the problem for Rudel. A brief test did
not reveal any problems with eshell either, but a more experienced
developer should be the judge of that.

> The commit logs don't give any help about the reason for these bindings,
> and looking at the code I can't figure it out myself either, so unless
> John remembers why they were added, we'll be forced to just "try and
> pray".

Thanks. This would be very hard or even impossible to work around by
sensible means.

Jan




reply via email to

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