summaryrefslogtreecommitdiff
path: root/lisp/timer.el
Commit message (Collapse)AuthorAgeFilesLines
* (timer-event-handler): Reactivate timer first,Richard M. Stallman1997-08-281-5/+7
| | | | then run the handler function.
* (timer-event-handler): Take timer as arg directly.Richard M. Stallman1997-05-091-12/+5
| | | | Don't bind a key in special-event-map.
* (timer-until): Fix syntax error.Karl Heuer1997-04-141-1/+1
|
* New function.Richard M. Stallman1997-04-141-0/+20
| | | | | | (timer-max-repeats): New variable. (timer-event-handler): Avoid rerunning a timer many times if real time has "jumped" forward.
* (timer-next-integral-multiple-of-time): Doc fix.Richard M. Stallman1996-12-101-2/+3
|
* (cancel-function-timers): Add autoload.Richard M. Stallman1996-10-081-0/+1
|
* (cancel-timer): Add autoload cookie.Richard M. Stallman1996-10-071-0/+2
|
* (timer-next-integral-multiple-of-time): New function.Paul Eggert1996-09-031-5/+40
| | | | | (run-at-time): If TIME is t, do the action at the next integral multiple of REPEAT.
* (run-at-time): Doc fix.Paul Eggert1996-09-031-1/+1
|
* (run-at-time): Allow floating REPEAT values.Richard M. Stallman1996-04-041-1/+1
|
* (timer-event-handler): Save copies of events too.Richard M. Stallman1996-04-021-1/+1
|
* (timer-event-handler): Inhibit quitting.Richard M. Stallman1996-03-271-1/+10
| | | | Record the last few events.
* (timer-set-time): Don't set usecs to nil.Richard M. Stallman1996-03-241-3/+10
| | | | | (timer-duration): Return nil if junk at end of string. Handle just a number--treat it as number of seconds.
* (timer-set-time, timer-set-time-with-usecs): Doc fix.Richard M. Stallman1996-02-281-46/+47
| | | | | | | | (run-at-time, with-timeout): Doc fix. (run-with-timer): Just call run-at-time. (timer-set-idle-time): New function. (run-with-idle-timer): Use it to set the idle time. Doc fix. Fix interactive code.
* Comment change.Richard M. Stallman1996-02-261-1/+1
|
* (run-with-idle-timer): New function.Karl Heuer1996-02-211-4/+62
| | | | | | | (timer-create, timerp): Leave a slot for idle-delay. (timer-activate-when-idle): New function. (timer-event-handler): Handle idle-delay timers specially. (cancel-timer, cancel-function-timers): Handle idle-delay timers.
* (run-at-time): Doc fix.Roland McGrath1996-02-071-1/+2
|
* (run-at-time): Handle numbers as relative times in seconds, as the originalRoland McGrath1996-02-071-0/+4
| | | | code did.
* (run-with-timer): Set repetition interval.Richard M. Stallman1996-02-021-1/+1
|
* Initial revisionRichard M. Stallman1996-01-311-41/+152
|
* (run-after-delay): Add autoload cookie.Richard M. Stallman1996-01-291-4/+6
| | | | Delete USECS arg. Let REPEAT be a float.
* Sun Jan 28 20:55:10 1996 Richard M. Stallman <rms@mole.gnu.ai.mit.edu>Richard M. Stallman1996-01-291-146/+184
| | | | | | | | | | | | | * timer.el (timer-inc-time): New function. (run-at-time): Use that. (run-after-delay): New function. * timer.el: Add a usecs slot to each timer. Almost all functions changed. Sun Jan 28 16:47:55 1996 Morten Welinder <terra@diku.dk> * timer.el: Complete rewrite to use built-in timer feature.
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (timer-process-filter): No need for save-match-data.Richard M. Stallman1994-11-221-29/+28
|
* (timer-process-filter): Use save-match-data.Richard M. Stallman1994-11-171-28/+29
|
* Finish installing previous change.Richard M. Stallman1994-10-211-1/+9
|
* (timer-error, timer-abnormal-termination,Richard M. Stallman1994-10-211-14/+31
| | | | | | timer-filter-error): New error conditions. (timer-process-filter, timer-process-sentinel): Signal an error, don't just print a message.
* (run-at-time): If REPEAT is 0, don't repeat.Richard M. Stallman1994-06-241-1/+3
|
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (timer-kill-emacs-hook): New function.Richard M. Stallman1994-04-061-0/+11
| | | | (kill-emacs-hook): Add the new hook.
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-1/+1
|
* (run-at-time): Pass args to start-process in right order.Richard M. Stallman1993-05-311-2/+3
|
* (cancel-function-timers): Renamed from spurious duplicateRichard M. Stallman1993-05-291-2/+2
| | | | definition of cancel-timer.
* * timer.el (timer-program): New defconst.Jim Blandy1993-04-011-2/+10
| | | | | | (run-at-time): Use timer-program as the name of the program the subprocess should run, and search for it in exec-directory, rather than checking the entire exec path.
* Added or corrected Commentary sectionEric S. Raymond1993-03-221-0/+6
|
* (run-at-time): Allow an integer as TIME.Richard M. Stallman1993-03-091-9/+24
| | | | (cancel-timer): New function.
* * timer.el (run-at-time): Doc fix.Jim Blandy1993-03-021-1/+13
|
* Use process-send-string instead of send-string.Michael I. Bushnell1993-01-081-1/+1
|
* (run-at-time): Use a pipe to talk to the timer process.Roland McGrath1993-01-081-2/+3
|
* Doc fix.Christopher Zaborsky1992-11-101-1/+1
|
* (timer-process-sentinel): Don't set timer-scratch.Richard M. Stallman1992-09-281-1/+2
|
* Doc fix.Richard M. Stallman1992-09-261-1/+1
|
* entered into RCSJim Blandy1992-08-191-3/+3
|
* *** empty log message ***Eric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-161-1/+6
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+4
|
* *** empty log message ***Jim Blandy1992-03-161-0/+1
|
* Initial revisionroot1990-01-201-0/+92