Bug 196389
| Summary: | emacs forgets face color customizations with FC5 Xserver? | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | James Ralston <ralston> | ||||||
| Component: | emacs | Assignee: | Chip Coldwell <coldwell> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 5 | ||||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | 7 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2007-06-13 22:26:08 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
James Ralston
2006-06-22 21:22:47 UTC
Created attachment 131391 [details]
My .emacs file.
Created attachment 131392 [details]
My xorg.conf file.
This is fixed in emacs-22.0.990-2.fc7 and xorg-x11-server-Xorg-1.3.0.0-8.fc7, in F7. This problem was actually a new (but broken) feature: Emacs was trying to ensure that only the Emacs window which had the focus had color decorations on the mode line; non-active windows had a grey mode line. But something was broken; Emacs would never color the mode line on any other window but the first one which was opened. At any rate, this works properly in F7; the Emacs window with the focus honors the color customizations for the mode line; non-active windows are grey. (There's probably a way to disable the "only the window with the focus gets color" feature, but I don't mind it.) |