Gnus development mailing list
 help / color / mirror / Atom feed
From: Julien Danjou <julien@danjou.info>
To: ding@gnus.org
Subject: Re: Daemons on XEmacs 21.5 don't fly
Date: Fri, 25 Feb 2011 10:49:53 +0100	[thread overview]
Message-ID: <sa31v2wbfzy.fsf@cigue.easter-eggs.fr> (raw)
In-Reply-To: <87oc60er15.fsf@gnus.org> (Lars Ingebrigtsen's message of "Thu, 24 Feb 2011 19:23:18 -0800")

[-- Attachment #1: Type: text/plain, Size: 596 bytes --]

On Fri, Feb 25 2011, Lars Ingebrigtsen wrote:
> I'm not quite sure why t as the time parameter would work on Emacs,
> either, but I may have fixed this now.

(defun run-with-timer (secs repeat function &rest args)
  [...]
  (apply 'run-at-time secs repeat function args))

  (run-at-time TIME REPEAT FUNCTION &rest ARGS)

  Perform an action at time TIME.
  Repeat the action every REPEAT seconds, if REPEAT is non-nil.
  TIME should be one of: [...] t (with non-nil
  REPEAT) meaning the next integral multiple of REPEAT. [...]

-- 
Julien Danjou
❱ http://julien.danjou.info

[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

      parent reply	other threads:[~2011-02-25  9:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-23 20:14 Norbert Koch
2011-02-25  3:23 ` Lars Ingebrigtsen
2011-02-25  8:44   ` Norbert Koch
2011-02-25  9:49   ` Julien Danjou [this message]

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=sa31v2wbfzy.fsf@cigue.easter-eggs.fr \
    --to=julien@danjou.info \
    --cc=ding@gnus.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).