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

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

bug#61432: 28.2; [PATCH] viper-init: disable face support


From: Eli Zaretskii
Subject: bug#61432: 28.2; [PATCH] viper-init: disable face support
Date: Sat, 11 Feb 2023 20:48:07 +0200

> From: andrés ramírez <rrandresf@hotmail.com>
> Cc: 61432@debbugs.gnu.org
> Date: Sat, 11 Feb 2023 18:32:36 +0000
> 
>     Eli> The easiest one is this:
>     Eli>   (require 'viper-init) (setq viper-minibuffer-vi-face 
> viper-minibuffer-emacs-face)
>     Eli> Did you try that?
> 
> I have tried it now. It is not giving me the right behaviour.
> 
> If You want to try that behaviour run:
> emacs -Q -nw and C-x C-f (watch the faces on the prompt)
> emacs -Q -nw -l /tmp/test-viper-loading.el

What is the "right behavior"?  Which face do you want to avoid seeing?
maybe it's viper-minibuffer-insert?  Then try this instead:

  (require 'viper-init)
  (setq viper-minibuffer-insert-face viper-minibuffer-emacs-face)
  (setq viper-mode t)      
  (setq viper-inhibit-startup-message 't)      
  (setq viper-expert-level '5)      
  (require 'viper)

Anyway, the above is just a hint: how you can arrange for the viper
faces do whatever you like.





reply via email to

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