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

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

hideshow.el doesn't work well in viper mode


From: Yong Lu
Subject: hideshow.el doesn't work well in viper mode
Date: 30 Oct 2001 11:08:34 +0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

In GNU Emacs 21.1.1 (i386-mingw-nt5.0.2195)
 of 2001-10-23 on ODYSSEY
configured using `configure --with-gcc (2.95)'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: CHS
  locale-coding-system: chinese-iso-8bit-dos
  default-enable-multibyte-characters: t

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?

Yong LU



reply via email to

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