1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
howm for Debian
---------------
* After this version(>=1.4.*), the behavir is incompatible older release
(<= 1.3.9*). If you like old behavior, please set
(setq howm-compatible-to-ver1dot3 t)
before (require 'howm).
In order to these usage, Debian's startup script
(/etc/emacs/site-start.d/50howm.el) doesn't call autoload function.
Please set load-function into your .emacs.
* All scripts supplied with howm (in ext/ directory) are available at
/usr/share/howm/contrib. These are written by ruby1.8, so install
ruby1.8 to use.
* All sample files with howm (in sample/ directory) are available at
/usr/share/doc/howm/sample. Please do followed instead of doing
`make test' and M-x howm-menu.
$ HOWM_TEST=t emacs -q -l /usr/share/doc/howm/sample/dot.emacs
-- Youhei SASAKI <uwabami@gfd-dennou.org>, Wed, 21 Mar 2012 14:52:30 +0900
|