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

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

Re: Using "Emacs Configure" **and** modifying .emacs


From: Emanuel Berg
Subject: Re: Using "Emacs Configure" **and** modifying .emacs
Date: Sat, 12 Aug 2017 18:11:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

ken wrote:

> (set-cursor-color COLOR-NAME)
>
> [...]
> 
> If someone preferred to place a statement in
> .emacs to accomplish the goal-- rather than
> "customizing"-- what should the above
> documentation say?

Good question. That function doesn't do
anything for me. Maybe a Linux VT thing?

But don't you want the cursor to take on the
color of text? Here, for example, the cursor is
white (no or default face); in the citation
above, it is gnus-cite-1 which is blue; and
so on.

As for your issue, instead play with these:

  (modify-face 'mode-line                 "white"     "blue"  nil t)
  (modify-face 'mode-line-buffer-id       "white"     nil     nil t)
  (modify-face 'mode-line-emphasis        "red"       nil     nil nil)
  (modify-face 'mode-line-highlight       "red"       nil     nil nil)
  (modify-face 'mode-line-inactive        "white"     "green" nil t)

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

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