[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Eliminating extra cursor symbols
From: |
Damien Wyart |
Subject: |
Re: Eliminating extra cursor symbols |
Date: |
Tue, 08 Feb 2005 09:05:47 +0100 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 |
* Donald Arseneau <asnd@triumf.ca> in gnu.emacs.gnus:
> Anyway, my more specific question has to do with extra, disabled,
> cursor symbols in other buffers: when the (text) cursor is in the
> summary window, there is a disabled (hollow) cursor shown in the
> message buffer (and vice versa). It gets in the way of reading
> messages! Has anyone got settings to make this go away?
(setq-default cursor-in-non-selected-windows nil)
--
DW