[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Region-highlighting has disappeared.
From: |
Adam Funk |
Subject: |
Re: Region-highlighting has disappeared. |
Date: |
Wed, 19 Dec 2007 22:06:28 +0000 |
User-agent: |
slrn/0.9.8.1pl1 (Debian) |
On 2007-12-19, Adam Funk wrote:
>>> Region face:
>>> [X] Foreground: white (sample)
>>> [X] Background: blue (sample)
>>> But emacs seems to ignore this without -q!
...
On further investigation, this is weirder than I thought. It seems to
make a difference whether I'm physically typing at that computer or
using ssh:
With my .emacs, either sitting at the problematic computer, by ssh
from another Linux box, or by ssh from a Mac terminal:
* the region face definition (above) looks right
* transient-mark-mode is on
* the region is active
* I *cannot* see the region!
With -q, sitting at the problematic computer:
* the region face definition (above) looks right
* transient-mark-mode is on
* the region is active
* I *cannot* see the region!
With -q, by ssh:
* the region face definition (above) looks right
* transient-mark-mode is on
* the region is active
* I *can* see the region.
Is it possible that this is an X configuration issue?