Am 20.07.2008 um 00:41 schrieb Adrian Robert:
>
> On Jul 19, 2008, at 6:08 PM, Peter Dyballa wrote:
>
>> Hello!
>>
>> There are two things that make Emacs.app (code from 2008-07-17
>> 23:00:00 UTC) reliably crash on PPC (PowerBook G4) with Tiger (Mac OS
>> X 10.4.11):
>>
>> 1. (background-color . "<some valid value>") ; HSB7d1064fa is not
>> valid?
>> inside a {default|initial}-frame-alist setting
>
> This is (hopefully) fixed now in CVS.
No crash from background-colo. The HSB colour is still not known to
Emacs.app. It also seems that values recorded in Emacs.plist override
those from *-frame-alist's. The initial and the default frame have
both the same background and foreground colours – and share even more
colours. For example I can see the initial frame is transparent for
some time until it becomes opaque.
(setq initial-frame-alist '(
(tool-bar-lines . 0)
(menu-bar-lines . 2)
(border-color . "gold1")
(cursor-color . "turquoise1")
(mouse-color . "purple3")
(foreground-color . "DarkCyan")
(background-color . "antiquewhite1")
(vertical-scroll-bars . right)
(internal-border-width . 5)
(top . 10) (left . 625) (width . 80) (height . 50)
;• (font . "fontset-global")
))
(setq default-frame-alist '(
(tool-bar-lines . 2)
(menu-bar-lines . 0)
(border-color . "turquoise1")
(cursor-color . "firebrick")
(mouse-color . "SpringGreen2")
(background-color . "mint cream")
(background-color . "HSB7d1064fa")
(foreground-color . "MidnightBlue")
(vertical-scroll-bars . left)
(internal-border-width . 0)
; (line-spacing . 1)
; (active-alpha . 0.875)
; (inactive-alpha . 0.75)
; (alpha . (87 75))
; (cursor-type . box)
; (default-fringes-outside-margins . 22)
; (default-left-fringe-width . 16)
; (default-left-margin-width . 9)
(top . 50) (left . 125) (width . 66) (height . 41)
))
>
>
>> 2. (tabbar-mode t)
>> after a (load-library "tabbar") of tabbar.el,v 1.69 2006/06/08
>
> Not sure on this one.
Crash – manually and when in user init file.
>
>
>> I also see the floating tool tips clipped and unreadable.
>
> Not sure.
Still exists.
>
>
>> When I
>> press OK in the Preferences pane Emacs.app quits. I have an Emacs.app
>> RC3, which shows "Use Quickdraw (lighter) smoothing" unchecked, while
>> recent Emacs.app shows it checked. 'defaults read Emacs
>> UseQuickdrawSmoothing' returns NO.
>
> Fixed now in CVS.
Yes.
A new problem exists: when making Emacs.app from the command line
after a ./configure with a simple make, then Emacs.app has no icon
for the dock – this file was removed before by a 'make clean.' (Make
time much less than for X client!)
Status of code: 2008-07-19 23:08 UTC, configure.in, ChangeLog,
INSTALL, Makefile.in files.
--
Greetings
<]
Pete o __o |__ o recumbo
___o /I -\<, |o \ -\),-% ergo sum!
___/\ /\___./ \___...O/ O____.....`-O-'-()--o_________________
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-