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

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

bug#653: #653 - hang in latest CVS - Emacs bug report logs


From: Adrian Robert
Subject: bug#653: #653 - hang in latest CVS - Emacs bug report logs
Date: Fri, 3 Oct 2008 14:28:08 -0400

Hello,

I started Emacs -Q, pasted the text you give into the scratch buffer, and do "M-x eval-region":

;;;  File to test
;;;  Common to all my platforms

(setq white-background nil)
;; (setq mac-allow-anti-aliasing t)

;; colors
;;
(add-to-list 'default-frame-alist '(foreground-color . "lightyellow"))
(add-to-list 'default-frame-alist '(cursor-color . "Yellow3"))
(add-to-list 'default-frame-alist
           '(background-color . "black"))
(set-face-background 'region "rgb:8/6/5")
(set-face-foreground 'region "lightyellow")
(set-face-foreground 'modeline "lightgoldenrod")
(set-face-background 'modeline "gray21")
(set-face-foreground 'highlight "lightyellow")
(set-face-background 'highlight "yellow4")
(set-face-foreground 'bold "white")
(set-face-foreground 'italic "tan1")
;;; End File to test

It does not crash, but sets my modeline to a dark grey with yellow text. (Making a new frame shows some other color changes as well.)

So a recent change may have fixed this bug. Could you possibly check if you still see it in latest CVS?

thanks








reply via email to

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