GNU bug report logs - #8003
23.1; Background of mouse is incorrect

Previous Next

Package: emacs;

Reported by: Huafeng Zhou <HZhou <at> pixelworks.com>

Date: Tue, 8 Feb 2011 08:19:02 UTC

Severity: normal

Tags: unreproducible

Found in version 23.1

Full log


Message #16 received at 8003 <at> debbugs.gnu.org (full text, mbox):

From: Huafeng Zhou <HZhou <at> pixelworks.com>
To: 'Glenn Morris' <rgm <at> gnu.org>
Cc: "'8003 <at> debbugs.gnu.org'" <8003 <at> debbugs.gnu.org>
Subject: RE: bug#8003: 23.1; Background of mouse is incorrect
Date: Wed, 16 Feb 2011 02:27:33 -0800
Again. It is found that mouse-color is defined in default-frame-alist as following.
(setq default-frame-alist
      (append (list '(foreground-color . "black")
            '(mouse-color . "white")
            '(cursor-color . "black")
            '(width . 120)
            '(height . 50)
       default-frame-alist))
The above 'mouse-color' was effective although the following were defined in parallel.
'(mouse ((t (:background "blue" :foreground "black" :box (:line-width 2 :color "black" :style released-button) :underline "black")))))
The problem was not there in former version of Emacs such as 21.3.1.




This bug report was last modified 5 years and 257 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.