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

Re: Cursor vanishes



Hi

>>>>> In [emacs-w3m : No.08402] 
>>>>>	Torsten Bronger <bronger@physik.rwth-aachen.de> wrote:
> Hallöchen!

> I used Emacs with an iverted colour scheme (amber on black).  After
> every use of w3m, the cursor is vanished (i.e. black on black) in
> all Emacs windows.  What can I do about it?  Thank you!

`M-x customize-face C-m cursor' or edit init file by hand.

;; the result would be (in your ~/.emacs or some initfile)..
[...]
(custom-set-faces
  [...]
 '(cursor ((t (:background "goldenrod" :foreground "black"))))
 )


-- 
  Shinichiro HIDA  shinichiro@stained-g.net
  GPG fingerprint = 5F2D 1656 FFF6 F691 A51C  5E61 E416 D398 470C 1CE9