Hi. I am trying viper. When I do: --8<---------------cut here---------------start------------->8--- TERM=xterm-256color emacs -Q -nw --eval "(run-at-time nil nil #'call-interactively 'execute-extended-command)" --8<---------------cut here---------------end--------------->8--- colors in the minibuffer are showed as it should be. But If I do: --8<---------------cut here---------------start------------->8--- TERM=xterm-256color emacs -Q -nw --eval "(progn (setq viper-mode t) (setq viper-inhibit-startup-message 't) (setq viper-expert-level '1) (require 'viper)(run-at-time nil nil #'call-interactively 'execute-extended-command))" --8<---------------cut here---------------end--------------->8--- then the minibuffer text color is affected. How Could I restore the minibuffer color as it should be?. Is that a bug?