emacs-devel
[Top][All Lists]
Advanced

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

Re: Sentinel interfering with compile's mode line update


From: Stefan Monnier
Subject: Re: Sentinel interfering with compile's mode line update
Date: Fri, 02 Dec 2005 16:54:54 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> I wrote a function to compile the MH-E manual and to start info when the
> compilation finishes. As you all know, when (compile) runs, it adds
> "Compiling" to all of the mode lines. When the compilation finishes,
> this text is removed.

And this text is removed by ... the process sentinel.

> However, with the set-process-sentinel line in the function below, the
> "Compiling" text is never removed from the mode line.

Because you replace the process sentinel with another.


        Stefan




reply via email to

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