From xemacs-m  Wed Mar  5 19:48:25 1997
Received: from cerise.sensei.co.uk (cerise.sensei.co.uk [193.132.124.200])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id TAA15851
	for <xemacs-beta@xemacs.org>; Wed, 5 Mar 1997 19:46:55 -0600 (CST)
Received: (from glynn@localhost) by cerise.sensei.co.uk (8.8.3/8.8.2) id BAA04712; Thu, 6 Mar 1997 01:46:03 GMT
Date: Thu, 6 Mar 1997 01:46:03 GMT
Message-Id: <199703060146.BAA04712@cerise.sensei.co.uk>
From: Glynn Clements <glynn@sensei.co.uk>
To: xemacs-beta@xemacs.org
Subject: Re: Wrapping up 19.15
In-Reply-To: <m2vi7655wd.fsf_-_@altair.xemacs.org>
References: <199703050409.VAA15018@branagh.ta52.lanl.gov>
	<m2lo83q7li.fsf@altair.xemacs.org>
	<199703050454.VAA15953@branagh.ta52.lanl.gov>
	<m2d8tedi2e.fsf@altair.xemacs.org>
	<xcd4teqzxh6.fsf@jordan.cs.uchicago.edu>
	<m27mjmddyj.fsf@altair.xemacs.org>
	<199703051145.GAA04599@verve.canada.sun.com>
	<m2vi7655wd.fsf_-_@altair.xemacs.org>
Reply-To: glynn@sensei.co.uk
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: multipart/mixed;
 boundary="Multipart_Thu_Mar__6_01:46:02_1997-1"
Content-Transfer-Encoding: 7bit

--Multipart_Thu_Mar__6_01:46:02_1997-1
Content-Type: text/plain; charset=US-ASCII


A couple of points:

1. I can't seem to change the toolbar colours (I don't use the mouse
so I just turned it off).

2. Can XEmacs automatically cancel attributeBackgroundPixmap if you
redefine the background colour? Otherwise the change is ignored.

Steven L Baur writes:

 > 3. Are we done arguing about default colors?

Nope. I'd like to prolong the argument by proposing these :)

-- 
Glynn Clements <glynn@sensei.co.uk>


--Multipart_Thu_Mar__6_01:46:02_1997-1
Content-Type: text/plain; charset=US-ASCII
Content-Disposition: attachment; filename=".Xdefaults"
Content-Transfer-Encoding: 7bit


*background: grey10
*foreground: wheat3
*bottomShadowColor: grey5
*topShadowColor: grey15

Emacs*background: grey10
Emacs*foreground: wheat3

Emacs*backgroundMode: dark

Emacs*EmacsFrame.default.attributeBackgroundPixmap: /usr/include/X11/pixmaps/dimple16.xpm
Emacs*EmacsFrame.highlight.attributeBackgroundPixmap: none
Emacs*EmacsFrame.list-mode-item-selected.attributeBackgroundPixmap: none
Emacs*EmacsFrame.modeline.attributeBackgroundPixmap: none
Emacs*EmacsFrame.modeline-buffer-id.attributeBackgroundPixmap: none
Emacs*EmacsFrame.modeline-mousable.attributeBackgroundPixmap: none
Emacs*EmacsFrame.isearch.attributeBackgroundPixmap: none
Emacs*EmacsFrame.primary-selection.attributeBackgroundPixmap: none
Emacs*EmacsFrame.secondary-selection.attributeBackgroundPixmap: none
Emacs*EmacsFrame.x-face.attributeBackgroundPixmap: none
Emacs*EmacsFrame.zmacs-region.attributeBackgroundPixmap: none


--Multipart_Thu_Mar__6_01:46:02_1997-1
Content-Type: text/plain; charset=US-ASCII
Content-Disposition: attachment; filename=".emacs"
Content-Transfer-Encoding: 7bit

(custom-set-faces
 '(default ((((background dark)) (:foreground "wheat3" :background "grey10"))) t)
 '(dired-face-boring ((((background light)) (:foreground "grey40")) (((background dark)) (:foreground "grey40"))) t)
 '(dired-face-executable ((((class color)) (:foreground "orangered")) (t (:bold t))))
 '(dired-face-permissions ((((background dark)) (:foreground "cyan4")) (((background dark)) (:foreground "DarkBlue"))) t)
 '(dired-face-setuid ((((class color)) (:foreground "magenta")) (t (:bold t))))
 '(dired-face-symlink ((((class color) (background light)) (:foreground "cyan4")) (((class color) (background dark)) (:foreground "cyan4")) (t (:bold t))))
 '(font-lock-comment-face ((((background dark)) (:foreground "indianred1"))) t)
 '(font-lock-doc-string-face ((((background dark)) (:foreground "green2"))) t)
 '(font-lock-function-name-face ((((background dark)) (:foreground "skyblue3"))) t)
 '(font-lock-keyword-face ((((background light)) (:foreground "orangered2")) (((background dark)) (:foreground "orange3"))) t)
 '(font-lock-preprocessor-face ((((background dark)) (:foreground "turquoise4"))) t)
 '(font-lock-reference-face ((((background dark)) (:foreground "palevioletred"))) t)
 '(font-lock-string-face ((((background dark)) (:foreground "springgreen4"))) t)
 '(font-lock-type-face ((((background dark)) (:foreground "pink3"))) t)
 '(font-lock-variable-name-face ((((background dark)) (:foreground "seagreen3"))) t)
 '(gui-button-face ((((background dark)) (:background "grey20"))) t)
 '(highlight ((((background dark)) (:background "grey30" :foreground "yellow"))) t)
 '(info-node ((((background dark)) (:bold t :foreground "seagreen4")) (((class color) (background light)) (:bold t :foreground "DarkBlue")) (t (:bold t))) t)
 '(info-xref ((((background dark)) (:bold t :foreground "pink")) (((class color) (background light)) (:bold t :foreground "DarkMagenta")) (t (:bold t :underline t))) t)
 '(isearch ((((background dark)) (:background "blue"))) t)
 '(list-mode-item-selected ((((background dark)) (:background "grey40"))) t)
 '(message-cited-text ((((background dark)) (:foreground "seagreen")) (((background light)) (:foreground "DarkGreen"))) t)
 '(message-header-contents ((((background dark)) (:foreground "palevioletred1")) (((background light)) (:foreground "maroon4"))) t)
 '(message-headers ((((background dark)) (:bold t :foreground "skyblue3")) (((background light)) (:bold t :foreground "DarkBlue"))) t)
 '(message-highlighted-header-contents ((t (:bold t :foreground "red"))) t)
 '(modeline ((((background dark)) (:foreground "wheat3" :background "grey20"))) t)
 '(modeline-buffer-id ((((background dark)) (:foreground "skyblue3" :background "grey20"))) t)
 '(modeline-mousable ((((background dark)) (:foreground "red" :background "grey20"))) t)
 '(primary-selection ((((background dark)) (:background "grey40"))) t)
 '(secondary-selection ((((background dark)) (:background "cyan4"))) t)
 '(shell-option-face ((((background dark)) (:foreground "indianred1")) (((background light)) (:foreground "red3"))) t)
 '(shell-output-2-face ((((background dark)) (:foreground "seagreen")) (((background light)) (:foreground "dark green"))) t)
 '(shell-output-3-face ((t (:foreground "orangered"))) t)
 '(shell-output-face ((((background dark)) (:foreground "skyblue3")) (((background light)) (:foreground "blue4"))) t)
 '(shell-prompt-face ((((background dark)) (:foreground "pink3")) (((background light)) (:foreground "DeepPink3"))) t)
 '(text-cursor ((((background dark)) (:background "cyan" :foreground "black"))) t)
 '(vm-highlighted-header-face ((((background dark)) (:bold t :foreground "skyblue")) (((background light)) (:bold t :foreground "NavyBlue"))) t)
 '(vm-summary-highlight-face ((((background dark)) (:bold t :foreground "skyblue")) (((background light)) (:bold t :background "yellow"))) t)
 '(x-face ((((background dark)) (:foreground "black" :background "grey60")) (((background light)) nil)) t)
 '(yellow ((t (:foreground "yellow"))) t)
 '(zmacs-region ((((background dark)) (:background "grey25" :bold t))) t)
)
(setq-default bar-cursor 2)
(blink-cursor-mode t)


--Multipart_Thu_Mar__6_01:46:02_1997-1
Content-Type: image/x-xpixmap
Content-Disposition: attachment; filename="dimple16.xpm"
Content-Transfer-Encoding: 7bit

/* XPM */
static char *noname[] = {
/* width height ncolors chars_per_pixel */
"16 16 3 1",
/* colors */
"  c grey10",
". c grey7",
"X c grey13",
/* pixels */
"                ",
"                ",
"  XXX           ",
"  X  .          ",
"  X  .          ",
"   ...          ",
"                ",
"                ",
"                ",
"                ",
"          XXX   ",
"          X  .  ",
"          X  .  ",
"           ...  ",
"                "
"                ",
};


--Multipart_Thu_Mar__6_01:46:02_1997-1
Content-Type: application/octet-stream; type=gzip
Content-Disposition: attachment; filename="xemacs.xpm.gz"
Content-Transfer-Encoding: base64

H4sIAEoGHjMAA+2d24ocRwyG7/0UxV6aMI4dExxCHiGQy4YQjNks9oLjMrsLcQh593hm+lBV
+iX9qu7xidaVd1tSqfS1VNU1veMnj9Pw26/p8ZNH9w+vHm6v0/WbV3fp8Yebv15d3//w+x/p
l/TvoyeP09+3fz68SW9ubl+/eUjvrvPbfHd/0r1/+f7m7uX72w83b49erp7/+CL99Cw9T0+v
vjsajqrHS4d0nd7ldzcfL1ylj/9+fXfzz4vjD8P4w9Pvjz/l6adnZw8n36OHXb45OSJXLmVG
eIuAU3rAXTRRucbTzGiupbpzJWUl1yEl0uKkuR5rPiQY7i61GFwHQtLCNdsWaeTKeOUG3MUQ
jStJYOf6hYrB9WMKk5PiVLXhQbFIs6aus3PdVtQ+POGwmFZcD9ig0bScFrqT7Fw7RX/O0TLb
AGgtdFIBpzraHSsnxvPrWXQEWL1cQiX6RYvmmhqdLWb97YvLFYI10ltw1emj/ZOiu3PtEp/r
AZeWpsxgjXCtb6ydKykMVwhW0521daoaV0175xoXiisNgcSKXBrqw5B9pV0qIbiiglUSTGIN
cl22WTtXVjiuZMGyWKNcDzvXqDBc2YJdurCDNdABZs8715D0cgUFG8EaK9eda1gorri+hA6L
tZvrjpWWFVxTo0JjjXM97FyDwnJ1CzaANby87lzDwnH1ScSwRk4lCpOdKy00VxtFLnY2bu7j
bXjmSoS6y1FIrs7OKYS1m+terrys4prmixGsHcvr9KLFzpUVnqtesGGsca7TJ/KO3wzfQ51f
ZXSN+15jLd+WXCH1a5crDViuVpHFsPa04cPIVfNn5IPJVjijiunZHvyqww15H2r6Aa5awQax
dnKFfoSApy83VXEKVgQwqF43YYtZg+aq7pxOkQewBrhqk8PZk47KK6NovkwdbRrSdBgQVmL5
kDnRwTIGK7mmONbYx37gbkc8oSM0+4R8NTrcJGBukXifaJh+NAusvYCNcEU8erCyXJW73UpF
4Qgr1d4UR9SjGrilcLLt90YqN8AFToqrz3OFdTaEscbaMLhm3d0u1kH0aezGnYKEKl+edL0J
qsiBNKnHxAYhriAJYaw814zPDjmuOjJwmsLFU9nlRl8HqzpDVNGN0do0g2L9AFf4MWz8c9FI
G4bXsv6XCLMy26ihjl2wGtXTxbS8i2VPDmM9oNd60XFt+bYnNFjLdR6Dd0JynTu8uKL3PBcr
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
tLLtrh799/Oj/wF9iL8iT6oAAA==

--Multipart_Thu_Mar__6_01:46:02_1997-1--

