emacs-devel
[Top][All Lists]
Advanced

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

Screen update when running call-process


From: Lennart Borgman
Subject: Screen update when running call-process
Date: Mon, 04 Jul 2005 17:42:24 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

I noticed a strange thing when I was running a subprocess with screen update. I started it with

       (setq sts (call-process "sh" nil (current-buffer) t "-c" "make")))))

The t means 'update display'. That works nicely as long as I do not switch frame or switch to another app. When I get back the screen is no longer updated. This is on w32 (in case anyone would doubt;-)

I suppose this is problem in the w32 *.c files, but I would be glad if you could test on other platforms.




reply via email to

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