[A complimentary Cc of this posting was sent to Jaeyoun Chung <[EMAIL PROTECTED]>], who wrote in article <[EMAIL PROTECTED]>: > > You may want to look into define-key-wise.el (availaible in > > ilyaz.org/software/emacs, in emacs-el-src-*.zip). > > I've checked yours. In fact, your define-key-wise function binds a > sequence of commands to a key stroke. Mine binds a list of commands to > a key stroke. The difference is that mine does not call each of those > commands, but displays a show drop down menu so that user can choose > one to execute. Actually, this is how key binding works in textmate > (ignore the context stuffs).
I use (easy-menu-define) for this. Hope this helps, Ilya _______________________________________________ gnu-emacs-sources mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
