unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#653: More information about this bug
@ 2008-08-06 13:19 Gilbert Harman
  2008-08-06 19:13 ` Gilbert Harman
  0 siblings, 1 reply; 2+ messages in thread
From: Gilbert Harman @ 2008-08-06 13:19 UTC (permalink / raw)
  To: 653

[-- Attachment #1: Type: text/plain, Size: 2146 bytes --]

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<http://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"))
))

[-- Attachment #2: Type: text/html, Size: 3020 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-06 19:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-06 13:19 bug#653: More information about this bug Gilbert Harman
2008-08-06 19:13 ` Gilbert Harman

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).