GNU bug report logs -
#61432
28.2; [PATCH] viper-init: disable face support
Previous Next
Reported by: Andrés Ramírez <rrandresf <at> hotmail.com>
Date: Sat, 11 Feb 2023 14:28:02 UTC
Severity: normal
Tags: patch
Found in version 28.2
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: andrés ramírez <rrandresf <at> hotmail.com>
> Cc: 61432 <at> 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.
This bug report was last modified 2 years and 171 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.