bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#1058: 23.0.60; emacs --daemon should not return until socket is read


From: Andreas Schwab
Subject: bug#1058: 23.0.60; emacs --daemon should not return until socket is ready
Date: Wed, 01 Oct 2008 22:19:05 +0200
User-agent: Gnus/5.110009 (No Gnus v0.9) Emacs/22.2 (gnu/linux)

Romain Francoise <romain@orebokech.com> writes:

> +       while (read (daemon_pipe[0], &buf, 1) < 0)
> +         sleep (0.1);

sleep takes an integer, not a float.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."






reply via email to

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