From: "Eli Zaretskii" <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Hourglass - how is it started and ended?
Date: Sun, 27 Feb 2005 07:05:44 +0200 [thread overview]
Message-ID: <01c51c8a$Blat.v2.4$237baee0@zahav.net.il> (raw)
In-Reply-To: <001101c51c62$dba84d20$0200a8c0@sedrcw11488> (lennart.borgman.073@student.lu.se)
> From: "Lennart Borgman" <lennart.borgman.073@student.lu.se>
> Date: Sun, 27 Feb 2005 01:25:20 +0100
>
> 1) There is a function start_hourglass. This starts a timer that turns on
> the hourglass. The function start_hourglass begins with cancel_hourglass
> which cancels the timer if it is already active and removes the hourglass if
> it is shown. Why is it useful to begin with this? I would expect
> start_hourglass to just do nothing if the hourglass was already shown (and
> perhaps also if the timer was active). Can anyone please explain this?
If you don't cancel the timer, it will expire at the wrong moment
(counted since the time it was set by whatever previous activation).
next prev parent reply other threads:[~2005-02-27 5:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-27 0:25 Hourglass - how is it started and ended? Lennart Borgman
2005-02-27 5:05 ` Eli Zaretskii [this message]
2005-02-27 8:54 ` Lennart Borgman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='01c51c8a$Blat.v2.4$237baee0@zahav.net.il' \
--to=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.