all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [seagull@fastmail.fm: Re: Emacs 21.3.50 W2K (MinGW) - Regression (Color loading related)]
@ 2002-11-07 15:08 Richard Stallman
  0 siblings, 0 replies; only message in thread
From: Richard Stallman @ 2002-11-07 15:08 UTC (permalink / raw)


------- Start of forwarded message -------
Envelope-to: emacs-pretest-bug@gnu.org
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" <seagull@fastmail.fm>
To: "Richard Stallman" <rms@gnu.org>
X-Epoch: 1036580179
X-Sasl-enc: XRLfN94zKHU2cySeUE+iIg
Cc: "Emacs Bug" <emacs-pretest-bug@gnu.org>,
	"Eli Zaretskii" <eliz@is.elta.co.il>, Bkey1@tampabay.rr.com
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 -------

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-11-07 15:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-07 15:08 [seagull@fastmail.fm: Re: Emacs 21.3.50 W2K (MinGW) - Regression (Color loading related)] Richard Stallman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.