when in setnu-mode and matlab-eei-minor-mode, C-h v : minor-mode-alist
and get the value:

((matlab-eei-minor-mode " EEI")
 (outline-minor-mode " Outl")
 (dired-omit-mode
  (:eval
   (if
       (eq major-mode 'dired-mode)
       " Omit" "")))
 (table-fixed-mode-indicator " Fixed-Table")
 (table-mode-indicator " Table")
 (server-buffer-clients " Server")
 (view-mode
  #(" View" 0 5
    (local-map
     (keymap
      (header-line keymap
                   (down-mouse-3 . mode-line-mode-menu-1))
      (mode-line keymap
                 (down-mouse-3 . mode-line-mode-menu-1)
                 (mouse-2 . mode-line-minor-mode-help)))
     help-echo "mouse-3: minor mode menu")))
 (visible-mode " Vis")
 (next-error-follow-minor-mode " Fol")
 (flyspell-mode flyspell-mode-line-string)
 (flymake-mode flymake-mode-line)
 (abbrev-mode " Abbrev")
 (overwrite-mode overwrite-mode)
 (auto-fill-function " Fill")
 (defining-kbd-macro " Def")
 (isearch-mode isearch-mode))

It seems that the matlab-eei-minor-mode needn't be customized, butI
have to set the setnu-mode by other methods.

_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to