emacs-devel
[Top][All Lists]
Advanced

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

address@hidden: Re: Emacs 21.3.50 W2K (MinGW) - Regression (Color loadin


From: Richard Stallman
Subject: address@hidden: Re: Emacs 21.3.50 W2K (MinGW) - Regression (Color loading related)]
Date: Thu, 07 Nov 2002 10:08:06 -0500

------- Start of forwarded message -------
Envelope-to: address@hidden
Delivery-date: Wed, 06 Nov 2002 05:56:34 -0500
Content-Disposition: inline
Date: Wed, 6 Nov 2002 10:51:27 UT
From: "Dhruva Krishnamurthy" <address@hidden>
To: "Richard Stallman" <address@hidden>
X-Epoch: 1036580179
X-Sasl-enc: XRLfN94zKHU2cySeUE+iIg
Cc: "Emacs Bug" <address@hidden>,
        "Eli Zaretskii" <address@hidden>, address@hidden
Subject: Re: Emacs 21.3.50 W2K (MinGW) - Regression (Color loading related)
X-Spam-Status: No, hits=-5.5 required=5.0
        tests=QUOTED_EMAIL_TEXT,SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01
        version=2.41
X-Spam-Level: 

Hi,
 I debugged the problem to the best of my abilities and I have the
 following results:
1. The contents of "w32-color-map" and return value of
'w32-default-color-map are different.
2. "w32-color-map" does not have the complete list from
'w32-default-color-map

Corrupted Contents of "w32-color-map"
extracted using:
(defun find-color ()
  (interactive)
  (setq dd w32-color-map)
  (while dd
    (if (or (string= "darkblue" (downcase (car (car dd))))
            (string= "dark blue" (downcase (car (car dd)))))
        (message "Found blue"))
    (message "%s" (downcase (car (car dd))))
    (setq dd (cdr dd))))
;;-----------------------------
dim grey
dimgray
dim gray
darkslategrey
dark slate grey
darkslategray
dark slate gray
black
white
mistyrose
misty rose
lavenderblush
lavender blush
lavender
aliceblue
alice blue
azure
mintcream
mint cream
honeydew
seashell
lemonchiffon
lemon chiffon
ivory
cornsilk
moccasin
navajowhite
navajo white
peachpuff
peach puff
bisque
blanchedalmond
blanched almond
papayawhip
papaya whip
antiquewhite
antique white
linen
oldlace
old lace
floralwhite
floral white
gainsboro
whitesmoke
white smoke
ghostwhite
ghost white
snow
;;-----------------------------

Solution:
In my _emacs file, I added the following entry:
(setq w32-color-map (w32-default-color-map))

I will try to find the real problem. Lot of colors are missing!!

with regards,
dhruva

> Hi,
>   I have Emacs built with latest CVS source. When I invoke Emacs with
>   '-q' option (or otherwise), I get the following in the "*Messages*"
>   buffer. Something is wrong. I tried to find the problem with "darkblue"
>   or "dark blue" color loading. Both are mentioned in the color array in
>   w32fns.c file.
> w32-default-color-map gives a list containing the colors "DarkBlue" and
> "dark blue" with value "42663936". I was unable to pin point the problem.
> 
> Log of "*Messages*" buffer on startup:
> (d:\GNU\emacs\bin\emacs.exe -q)
> Loading encoded-kb...done
> Loading tool-bar...
> Loading mule-util... [4 times]
> Error during redisplay: (error Recursive load
> d:/GNU/emacs/lisp/international/mule-util.elc
> d:/GNU/emacs/lisp/international/mule-util.elc
> d:/GNU/emacs/lisp/international/mule-util.elc
> d:/GNU/emacs/lisp/international/mule-util.elc
> d:/GNU/emacs/lisp/international/mule-util.elc
> d:/GNU/emacs/lisp/toolbar/tool-bar.elc)
> Loading mule-util...done [4 times]
> Loading tool-bar...done
> Loading image...done
> Loading tooltip...done
> For information about the GNU Project and its goals, type C-h C-p.
> Unable to load color "darkblue"
> Unable to load color "dark blue"

- -- 
Dhruva Krishnamurthy
Home: http://www.geocities.com/gnued/
------- End of forwarded message -------




reply via email to

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