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

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

viper and the minibuffer text color


From: Andrés Ramírez
Subject: viper and the minibuffer text color
Date: Fri, 04 Nov 2022 16:12:57 +0000

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?

Attachment: emacs_tui_default_colors.png
Description: as_it_should_be

Attachment: emacs_tui_viper_change_the_minibuffer_colors.png
Description: changed_by_viper

Best Regards

reply via email to

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