From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Vincent Barichard Newsgroups: gmane.emacs.help Subject: Processus delay Date: Fri, 30 Apr 2004 11:55:28 +0200 Organization: =?ISO-8859-1?Q?Universit=E9?= d'Angers Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20040430115528.306ea49d.vincent.barichard@info.univ-angers.fr> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1083319585 11493 80.91.224.253 (30 Apr 2004 10:06:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 30 Apr 2004 10:06:25 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 30 12:06:20 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BJUuR-0001N8-00 for ; Fri, 30 Apr 2004 12:06:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BJUqG-0007NO-NK for geh-help-gnu-emacs@m.gmane.org; Fri, 30 Apr 2004 06:02:00 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.icl.net!newsfeed.fjserv.net!nnx.oleane.net!oleane!freenix!enst.fr!univ-angers.fr!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 30 Original-NNTP-Posting-Host: titan.info.univ-angers.fr Original-X-Trace: news.univ-angers.fr 1083318933 38342 193.49.146.121 (30 Apr 2004 09:55:33 GMT) Original-X-Complaints-To: newsmaster@univ-angers.fr Original-NNTP-Posting-Date: 30 Apr 2004 09:55:33 GMT X-Newsreader: Sylpheed version 0.9.10 (GTK+ 1.2.10; sparc-sun-solaris2.8) Original-Xref: shelby.stanford.edu gnu.emacs.help:122860 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:18149 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18149 Hi, I use emacs and auctex under linux (Emacs 21.3 et Auctex 11.14) and I notice that at the end of a process launched with the macro C-c C-c, there is a pause (1 or 2 seconds) between the end of the process and the detection of the end of the process by emacs. For example I may have the following trace : (see the transcript file for additional information) Output written on revue.dvi (23 pages, 79576 bytes). Transcript written on revue.log. ------ HERE there is 1 or 2 seconds of pause -------- LaTeX finished at Wed Apr 28 11:55:12 It's very annoying because It's quicker to launch latex in a term. I haven't this problem with Emacs and Auctex running under Solaris. I guess it's a problem with the sentinel that doesn't read often the state of the process, but I'm not really sure. Is anybody has an idea ?? Thanks for your answers. Vincent