MHC for Debian -------------- This package provides a personal schedule management tool cooperating with an emacsen mailer. To use this package, put one of the following in your `~/.emacs'. (mhc-select-mailer-package 'gnus) ;; for Gnus (mhc-select-mailer-package 'mew) ;; for Mew (mhc-select-mailer-package 'wl) ;; for Wanderlust (mhc-select-mailer-package 'cmail) ;; for cmail The following keys are available on your emacsen mailer. `C-c . .' Go to this month `C-c . n' Go to next month (With prefix arg, input number of months) `C-c . p' Go to previous month (With prefix arg, input number of months) `C-c . g' Go to month `C-c . s' Rescan month `C-c . R' Reset and initialize mhc `C-c . |' Import schedule from mail `C-c . e' Edit new schedule `C-c . m' Modify schedule `C-c . d' Delete schedule (Move to +schedule/trash) `C-c . c' Set category `C-c . P' Generate PostScript data from schedule ("gv" and "lp" are used by default. See mhc-ps.el for details.) `C-c . t' Toggle calendar `C-c . ?' Display calendar `C-c . T' Toggle online/offline `C-c . S' Sync other mhc data ("mhc-sync" or "mhc-cvs" is used. See mhc-file.el for details.) mhc-draft-mode: `C-c C-c' Finish draft `C-c C-k' Kill draft `C-c C-q' Kill draft `C-c ?' Display calendar Examples of X-SC-Category: X-SC-Category: X-SC-Category: todo X-SC-Category: done X-SC-Category: private todo X-SC-Category: work done The mhc file format is briefly documented in the manual page mhc(5). Sample dot files are available at `/usr/share/doc/mhc/examples/'. Non Elisp utilities are provided by the mhc-utils package. -- Tatsuya Kinoshita , Sat, 22 Dec 2007 18:11:06 +0900