emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#4194: closed (23.0.91; Cursor face not changing)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#4194: closed (23.0.91; Cursor face not changing)
Date: Thu, 17 Nov 2011 00:19:02 +0000

Your message dated Wed, 16 Nov 2011 19:17:13 -0500
with message-id <address@hidden>
and subject line Re: bug#4194: 23.0.91; Cursor face not changing
has caused the debbugs.gnu.org bug report #4194,
regarding 23.0.91; Cursor face not changing
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
4194: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4194
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Re: 23.0.91; Cursor face not changing Date: Tue, 18 Aug 2009 22:56:44 +0200
Sorry for the delay. I checked this again using a build from today.

On 2009-05-31, at 17:27, Adrian Robert wrote:

On Apr 3, 2009, at 5:33 AM, Chong Yidong wrote:

Although I am able to configure the cursor face using the usual
custumization tool, the real colors/face doesn't change.

I can't reproduce this, so it's likely a bug on NS.  Adrian, can you
reproduce it?

I cannot.

Setting the background color seems to work now. The foreground color, inverse-video, and others don't stick.

Nikolaj Schumacher added later that:

The same seems to happen for the region face.  The background color
reverts to ns_selection_color sometime after the custom variables are
read.  (It works when reading the custom settings again, later.)

I looked at the code and cannot see how this could be happening. The region face is set to ns_selection_color in ns-win.el, but this should be overridden by .emacs read later. This should have been cleared up by David Reitter's changes around 2009-03-14, though since the ChangeLog entries are incomplete it is difficult to be certain when the last broken code was removed.

Anyway, if you still observe these in a recent build let me know and I'll go on a more thorough witch-hunt.

I've looked at this further, and it seems to work with an empty .emacs.
It fails with my configuration, because I set the frame's background color like this:

  (setq default-frame-alist
        '((background-color . "#040420")
          (foreground-color . "wheat")))

If I don't set the background-color, I get my customized region face.

If I manually evaluate the line after the initial frame was created, any additional frame uses the default ns_selection_color for the region. The first frame and customize-face keep my color.


Nik



--- End Message ---
--- Begin Message --- Subject: Re: bug#4194: 23.0.91; Cursor face not changing Date: Wed, 16 Nov 2011 19:17:13 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.1

Nikolaj Schumacher wrote:

> Setting the background color seems to work now. The foreground color,
> inverse-video, and others don't stick.

In Emacs 24, the doc for the cursor face will say:

  Currently, only the `:background' attribute is meaningful; all
  other attributes are ignored.

With regards to the region face:

> This bug is easily fixed by changing the following line in ns-win.el:
>
> (set-face-background 'region "ns_selection_color")

This line was removed from ns-win some time ago, so I imagine this is
fixed too.

Please open a new report if there are still issues in the latest version.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]