home *** CD-ROM | disk | FTP | other *** search
- # Two macros for Jove v4.9. Put these into your jove.rc to integrate
- # reminder service into the editor. These assume your reminders file
- # is c:\dates.
-
- # goto to dates file (load if nec); save if nec; run event; refresh dates file
- define-macro reminder-add-event ^[xfind-file c:\dates^M^[xsave-file^M^[xshell-command event c:\dates^M^[xselect-buffer dates^M^[xdelete-other-windows^M^[xvisit-file ^M^[xend-of-file^M
- bind-macro-to-key reminder-add-event
-
- # run reminder into a buffer
- define-macro reminder-run ^[xfind-file c:\dates^M^[xsave-file^M^[xshell-command reminder -x c:\dates^M
- bind-macro-to-key reminder-run r
-