help-emacs-windows
[Top][All Lists]
Advanced

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

[h-e-w] html-helper-mode problems!


From: Gian Uberto Lauri
Subject: [h-e-w] html-helper-mode problems!
Date: Tue, 27 Apr 2004 08:53:03 +0200

>>>>> "MM" == Max Mazza <address@hidden> writes:

MM> Hi my hd crashed some weeks ago and now i'm reinstalling my
MM> perating system and ntemacs, but my html-helper files gives me
MM> some errors!  in emacs21.3 causes a total crash when I try to load
MM> any simple .html file, in emacs 20.7 gives me the following when I
MM> start emacs:

MM> Error in init file: Symbol's function definition is void:
MM> add-minor-mode

I tried your .emacs on a Linux box and was unable to get the error.

I confirm that html-helper-mode doesn't use add-minor-mode.

I can  try to  download the latest  emacs distribution for  windows at
work, but since I'm working on a linux box, I cant't promise anything.

By the way:

add-minor-mode is a compiled Lisp function in `subr'.
(add-minor-mode TOGGLE NAME &optional KEYMAP AFTER TOGGLE-FUN)

Register a new minor mode.

This is an XEmacs-compatibility function.  Use `define-minor-mode' instead.

TOGGLE is a symbol which is the name of a buffer-local variable that
is toggled on or off to say whether the minor mode is active or not.

NAME specifies what will appear in the mode line when the minor mode
is active.  NAME should be either a string starting with a space, or a
symbol whose value is such a string.

Optional KEYMAP is the keymap for the minor mode that will be added
to `minor-mode-map-alist'.

Optional AFTER specifies that TOGGLE should be added after AFTER
in `minor-mode-alist'.

Optional TOGGLE-FUN is an interactive function to toggle the mode.
It defaults to (and should by convention be) TOGGLE.

If TOGGLE has a non-nil `:included' property, an entry for the mode is
included in the mode-line minor mode menu.
If TOGGLE has a `:menu-tag', that is used for the menu item's label.

 /\            ___
/___/\__|_|\_|__|___Gian Uberto Lauri_____________________
  //--\ | | \|  |   Integralista GNUslamico e fancazzista 
\/





reply via email to

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