On Sat, Jul 19, 2008 at 16:05, Adrian Robert <[EMAIL PROTECTED]> wrote: > > On Jul 16, 2008, at 10:05 AM, Denis Bueno wrote: > >> On Wed, Jul 16, 2008 at 10:03, Denis Bueno <[EMAIL PROTECTED]> wrote: >>> >>> However, as soon as I run ./build/Emacs.app/Contents/MacOS/Emacs, it >>> loads my .emacs, which takes a while, and crashes. Here is the >> >> FWIW, Emacs -q doesn't crash. > > If you could narrow down the line in .emacs that causes crash, that would be > helpful. From your earlier stack trace it appears to be when a face > attribute is being set.
I was away from the internet this weekend, so this is the first time I've seen this message. However, happily, the problem has apparently been fixed in CVS, as of commit "Rewrite rfc2104-hash for speed" of today. However, on start-up my font is some weird, cursive script font: "SchoolHouse_Cursive_B". I have the following for my custom-set-faces. Did I do something wrong? (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(default ((t (:stipple nil :background "gray98" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 120 :width normal :family "andale mono")))) '(font-lock-comment-face ((((class color) (min-colors 88) (background light)) (:foreground "Firebrick" :slant italic)))) '(font-lock-string-face ((((class color) (min-colors 88) (background light)) (:foreground "steel blue"))))) -- Denis ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Emacs-app-dev- mailing list Emacs-app-dev-@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-