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

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

Re: Blink-cursor-mode bug


From: Dave Love
Subject: Re: Blink-cursor-mode bug
Date: Thu, 06 May 2004 17:43:09 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux)

It turns out that the problems I saw with the blinking cursor were due
to a configure problem.  This meant HAVE_GETTIMEOFDAY was undefined,
resulting in `current-time', at least, always returning 0 for the
milliseconds component.  I upped the blinking delay to 2s, expecting
that to work without milliseconds, but it didn't.

Thus it seems that the blinking cursor doesn't work on any system that
lacks gettimeofday, at least, and maybe ones that don't offer
millisecond timing.  Maybe that breaks other timer-related things.




reply via email to

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