all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thorsten Bonow <thorsten.bonow@post.rwth-aachen.de>
To: help-gnu-emacs@gnu.org
Subject: Re: viper and the minibuffer text color
Date: Sat, 05 Nov 2022 12:54:02 +0100	[thread overview]
Message-ID: <874jvd8vmt.fsf@post.rwth-aachen.de> (raw)
In-Reply-To: SJ1PR12MB6363F599307F8731C014A8ACA63B9@SJ1PR12MB6363.namprd12.prod.outlook.com

>>>>> Andrés Ramírez <rrandresf@hotmail.com> writes:

> Hi.  I am trying viper.

> When I do:

> TERM=xterm-256color emacs -Q -nw --eval "(run-at-time nil nil
> #'call-interactively 'execute-extended-command)"


> colors in the minibuffer are showed as it should be.

> But If I do:

> 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))"

> then the minibuffer text color is affected. How Could I restore the
> minibuffer color as it should be?.

> Is that a bug?

Hi Andrés!

No, it's not a bug.  You activated Viper and GNU Emacs behaves accordingly ;-)

Viper indicates in which vi/viper state it is in by visual feedback.  The
"pink" you're seeing is `viper-minibuffer-insert-face', the face used in
`viper-minibuffer-insert' which is the---quoting from the documentation---"Face
used in the Minibuffer when it is in Insert state".  You could customize
`viper-minibuffer-insert' if you want to change it.  (Which I wouldn't do until
being so familiar with Viper and the reasoning behind it to make an informed
decision.)

Hope this helps,
Toto

> Best Regards


-- 
Sent from my GNU Emacs running on GNU/Linux




  reply	other threads:[~2022-11-05 11:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-04 16:12 viper and the minibuffer text color Andrés Ramírez
2022-11-05 11:54 ` Thorsten Bonow [this message]
2022-11-05 14:01   ` andrés ramírez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874jvd8vmt.fsf@post.rwth-aachen.de \
    --to=thorsten.bonow@post.rwth-aachen.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.