From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#6609: 23.2; Cursor becomes invisible when put over some faces Date: Sun, 11 Jul 2010 16:57:14 +0300 Message-ID: <83hbk6unnp.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1278858630 5953 80.91.229.12 (11 Jul 2010 14:30:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 11 Jul 2010 14:30:30 +0000 (UTC) Cc: 6609@debbugs.gnu.org To: Deniz Dogan Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jul 11 16:30:27 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OXxXz-0003U8-Vj for geb-bug-gnu-emacs@m.gmane.org; Sun, 11 Jul 2010 16:30:24 +0200 Original-Received: from localhost ([127.0.0.1]:51505 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXxXz-0004Fu-1Y for geb-bug-gnu-emacs@m.gmane.org; Sun, 11 Jul 2010 10:30:23 -0400 Original-Received: from [140.186.70.92] (port=43172 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXxXn-0004EC-In for bug-gnu-emacs@gnu.org; Sun, 11 Jul 2010 10:30:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OXxXm-0005ke-5T for bug-gnu-emacs@gnu.org; Sun, 11 Jul 2010 10:30:11 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:39333) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OXxXm-0005ka-4B for bug-gnu-emacs@gnu.org; Sun, 11 Jul 2010 10:30:10 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OXx4e-00037u-GO; Sun, 11 Jul 2010 10:00:04 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 11 Jul 2010 14:00:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6609 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6609-submit@debbugs.gnu.org id=B6609.127885676511960 (code B ref 6609); Sun, 11 Jul 2010 14:00:04 +0000 Original-Received: (at 6609) by debbugs.gnu.org; 11 Jul 2010 13:59:25 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OXx40-00036r-IP for submit@debbugs.gnu.org; Sun, 11 Jul 2010 09:59:24 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OXx3x-00036m-Me for 6609@debbugs.gnu.org; Sun, 11 Jul 2010 09:59:22 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0L5E00N00BZ61800@a-mtaout22.012.net.il> for 6609@debbugs.gnu.org; Sun, 11 Jul 2010 16:59:17 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([77.127.120.144]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L5E00HDVC6RRED0@a-mtaout22.012.net.il>; Sun, 11 Jul 2010 16:59:16 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sun, 11 Jul 2010 10:00:04 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:38382 Archived-At: > From: Deniz Dogan > Date: Sun, 11 Jul 2010 13:25:03 +0200 > Cc: > > I'm using Windows 7 and GNU Emacs 23.2.1 (i386-mingw-nt6.1.7600) of > 2010-05-08 on G41R2F1. > > Steps to reproduce: > 1. Make the following the only contents of your .emacs: > (set-foreground-color "black") > (set-background-color "white") > 2. Move the cursor over text with the "default" face. > 3. Notice how the cursor is now effectively invisible. What exactly does "effectively invisible" mean? Do you see it or not? How about a screenshot? > This happens on Windows Vista as well. > > It also seems to happen when text has the "button" face, as seen in > e.g. the *Help* buffer sometimes. I can reproduce neither of these on Windows XP. (I don't have access to W7 or Vista with development environment.) What does Emacs show if you type "M-x describe-face RET cursor RET"? Do you have some non-standard color schemes defined on those systems?