[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What causes redisplay?
From: |
Eli Zaretskii |
Subject: |
Re: What causes redisplay? |
Date: |
Mon, 01 Feb 2010 21:44:35 +0200 |
> From: Lennart Borgman <address@hidden>
> Date: Mon, 1 Feb 2010 11:45:27 +0100
>
> The redisplay happens if I add this
>
> (add-hook 'python-mode-hook 'turn-on-eldoc-mode)
>
> This runs a subprocess with python and I guess it has something to do with
> this.
I see no surprises here: AFAIK, running a subprocess always triggers
redisplay.