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

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

bug#653: More information about this bug


From: Gilbert Harman
Subject: bug#653: More information about this bug
Date: Wed, 6 Aug 2008 09:19:52 -0400

If I start out with a standard white background and font colors, the crash occurs when I attempt to evaluate the region in question.  But if those commands are in my .emacs, I don't get an immediate crash.  But I do get it if I set the point at the beginning of the region and then rapidly use C-n to move the cursor down the lines of code, including the commented lines, which now have various colors.

This is repeatable on two different iMacs in two different locations.

 Gil

From my earlier message:

"GNU Emacs 23.0.60.1 (i386-apple-darwin9.4.0, *Step 9.0)
 of 2008-08-05 on phi-qp617070u2s.Princeton.EDU"
Using an Apple intel iMac running OS 10.5.4

Running for a couple of hours, then when I tried to a region containing the following expressions, emacs hung.
gdb output follows the expressions whose evaluation appears to have caused the problem.  I just tried the same thing again and the problem is repeatable.


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

;; colors
;;
;; (add-to-list 'default-frame-alist '(background-color . "black"))
;; ;; (add-to-list 'default-frame-alist '(background-color . "gray16"))
(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 . "DarkSlateGray"))

(add-to-list 'default-frame-alist
           '(background-color . "black"))

;; (if (equal emacs-build-system "petit.local")
;;     (add-to-list 'default-frame-alist
;;          '(background-color . "gray14"))
;;   (add-to-list 'default-frame-alist
;;            '(background-color . "black")))
;;
(if running-gnu (progn
(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")
;; (if (equal emacs-build-system "petit.local")
;;  (set-face-background 'fringe  "gray14"))
))



reply via email to

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