Am 06.12.2007 um 16:06 schrieb Wrobel:
> (Background "ARGB88ffffff") (Foreground "GRAY00ff") (background light)
This looks suspicious to me: why is ``Background´´ a different item
then ``background´´?
Why do you mix ARGB and GRAY?
And why do you use JPG as format for the screen-shot? This is a lousy
format, because it's lossy.
What I can see is that font smoothing is turned of. Particularly the
slashes show this. But then I can anti-aliases pixels ...
A clear test case would be to launch Emacs.app without any
customisation (/Applications/Emacs.app/Contents/MacOS/Emacs -Q &) and
pass it via -l a file with some ELisp code to set only default- or
initial-frame-alist. I have (for test purposes):
(setq initial-frame-alist '(
(border-color . "ARGBccffa500")
(mouse-color . "midnightblue")
; (background-color . "ARGBdff5fffa")
; (foreground-color . "MidnightBlue")
; (background-color . "ARGBccd1c1d1")
; (background-color . "ARGB88515151")
; (foreground-color . "CornflowerBlue")
(top . 10) (left . 650) (width . 89) (height . 60)
; (mac-transparency-alpha . 75)
; (ns-set-background-alpha . .875)
))
(setq default-frame-alist '(
(background-color . "mint cream")
(foreground-color . "MidnightBlue")
(vertical-scroll-bars . right)
(cursor-color . "firebrick")
; (cursor-type . box)
; (vertical-scroll-bars . left)
; (font . "fontset-12pt_bitstream_courier")
; (default-fringes-outside-margins . 22)
; (default-left-fringe-width . 16)
; (default-left-margin-width . 9)
(top . 20) (left . 150) (width . 89) (height . 56)
))
so I would check what the deviating variable names in your
customisation actually stand for. And for screen-shots useful formats
are PNG, TIFF, GIF – and SVG too?
--
Greetings
Pete
They're putting dimes in the hole in my head to see the change in me.
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Emacs-app-dev- mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-