Hi, 2009/10/29 Peter S Galbraith <[email protected]>: > Taiki SUGAWARA <[email protected]> wrote: >> I will merge original version and emacs-goodies version. And I will >> upload it to EmacsWiki.
I wrote new version of lcomp.el. Sorry for lazy development. You can get released version from EmacsWiki: http://www.emacswiki.org/emacs/lcomp.el Or development version from bitbucket(now same as release version): http://bitbucket.org/buzztaiki/elisp/src/tip/lcomp.el Now lcomp.el is became a global-minor-mode, and keybinding enhancement is not installed by default. Configuration example changes to followings: (require 'lcomp) (lcomp-mode 1) (lcomp-keys-mode 1) lcomp-activate-advices is still worked, but it is obsolete. Regards, Taiki -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

