all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Why run-with-timer is not mentioned in info?
@ 2015-06-05 19:41 Tom
  2015-06-05 19:47 ` Tom
  0 siblings, 1 reply; 3+ messages in thread
From: Tom @ 2015-06-05 19:41 UTC (permalink / raw)
  To: help-gnu-emacs

Is there a reason for this? Is it not recommended or something?

I find it useful. I needed a timer which runs periodically, not 
when emacs is idle for a while, but repeating at a certain period
(like every minute).

run-with-timer does this, so why info doesn't metion it? It only
talks about specific time timers and idle timers.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Why run-with-timer is not mentioned in info?
  2015-06-05 19:41 Why run-with-timer is not mentioned in info? Tom
@ 2015-06-05 19:47 ` Tom
  2015-06-05 20:55   ` Drew Adams
  0 siblings, 1 reply; 3+ messages in thread
From: Tom @ 2015-06-05 19:47 UTC (permalink / raw)
  To: help-gnu-emacs

Tom <adatgyujto <at> gmail.com> writes:

> 
> Is there a reason for this? Is it not recommended or something?
> 

Ah, just checked its implementation and I see it calls run-at-time.

It never occurred to me to read run-at-time docs for this, because
its name suggestes it to me it ran at a specific time, not periodically.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: Why run-with-timer is not mentioned in info?
  2015-06-05 19:47 ` Tom
@ 2015-06-05 20:55   ` Drew Adams
  0 siblings, 0 replies; 3+ messages in thread
From: Drew Adams @ 2015-06-05 20:55 UTC (permalink / raw)
  To: Tom, help-gnu-emacs

> > Is there a reason for this? Is it not recommended or something?
> 
> Ah, just checked its implementation and I see it calls run-at-time.
> 
> It never occurred to me to read run-at-time docs for this, because
> its name suggestes it to me it ran at a specific time, not
> periodically.

If you think that an index entry for `run-with-timer' would be helpful,
don't hesitate to ask for it: `M-x report-emacs-bug'.  (That's for
enhancement requests and suggestions too, not just bugs.)



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-05 20:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-05 19:41 Why run-with-timer is not mentioned in info? Tom
2015-06-05 19:47 ` Tom
2015-06-05 20:55   ` Drew Adams

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.