bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: hideshow.el doesn't work well in viper mode


From: Thien-Thi Nguyen
Subject: Re: hideshow.el doesn't work well in viper mode
Date: Tue, 30 Oct 2001 18:26:34 -0800

   From: Yong Lu <lyongu@ailab.pku.edu.cn>
   Date: 30 Oct 2001 11:08:34 +0800

   hs-minor-mode failed to install the Hide/Show menu if it's called
   in viper mode.  I met this problem when I started emacs by:
           runemacs -q
   then eval the following expressions in a emacs-lisp-mode buffer:
   (setq viper-mode t)
   (require 'viper)
   (hs-minor-mode t)

   The hs-minor-mode indicator appeared on the mode-line, but the menu
   didn't.  The key bindings of hs-minor-mode didn't work either.

   Any ideas?

hideshow loading calls `easy-menu-define' but not at top level.  perhaps
there is some problem there.

thi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]