Kyevan wrote:
There are several broken portions of the emacsw32's customization menu.
The parts mentioning ourcomments-ido-ctrl-tab, appmenu-mode, and
tabkey2-mode, (lines 407, 415, and 416, respectively) need to be
commented out for the script to run to completion. Ideally, these should
be properly fixed, but I have no idea how to do that. How do I properly
fix these options (or is someone else who actually knows how to use
emacs well enough to not fix it in vim going to try?)
Hi Kyevan
Thanks for letting me know. I wonder what is wrong. It works for me (of
course ;-)
Looks like I forgot to load some libraries. Can you try putting this in
your .emacs:
(require 'ourcomments-util)
(require 'appmenu)
(require 'tabkey2-mode)
I will fix this in the next version I upload.