(set-specifier has-modeline-p nil)
Add the following line to your `.emacs' file:
(setq line-number-mode t)
(display-time)
You can use something like the following:
(add-hook 'lisp-mode-hook '(lambda () (set-face-background 'modeline "red" (current-buffer)) (set-face-foreground 'modeline "yellow" (current-buffer))))
Then, when editing a Lisp file (ie went into Lisp mode), the modeline colors change from the default set in your `.emacs'. The change will only be made in the buffer you just entered (which contains the Lisp file you are editing) and will not affect the modeline colors anywhere else.
Notes:
font
), eg (set-face-font
'modeline "*bold-r-normal*140-100-100*" (current-buffer)) if you wish
the modeline font to vary based on the current mode.
it's not auc-tex, it is func-menu. from func-menu.el:
(defvar fume-display-in-modeline-p t