Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

GNU kitchen sink

20 views
Skip to first unread message

Rick L. Hammer

unread,
Jul 20, 1995, 3:00:00 AM7/20/95
to
I'm just starting to learn emacs, having recently compiled version
19.28.1. What happened to the "kitchen sink" icon? When I start
Emacs with "emacs -i" I get the GNU gnu when I iconify the window.
Stuck with the GNU gnu?

Rick Hammer

Randy Zack

unread,
Jul 21, 1995, 3:00:00 AM7/21/95
to
It used to be a kitchen sink. Now it's the new GNU gnu. (Sorry....)

--
Randy Zack Leave my nose alone, please.
ra...@acucobol.com


Hans Chalupsky

unread,
Jul 21, 1995, 3:00:00 AM7/21/95
to
>>>>> Rick L Hammer <ri...@rsgis4.tamu.edu> writes:

> I'm just starting to learn emacs, having recently compiled version
> 19.28.1. What happened to the "kitchen sink" icon? When I start
> Emacs with "emacs -i" I get the GNU gnu when I iconify the window.
> Stuck with the GNU gnu?

> Rick Hammer

Save the file below as `kitchen-sink.xpm' and tell your window manager
to use that as an icon for Emacs processes. E.g., if you use FVWM you
would add

Style "emacs" Icon kitchen-sink.xpm

to your .fvwmrc file.

Hans

------------------------------------+-----------------------------------------
Hans Chalupsky | True Zen: Listening to the
| sound of a cow eating
ha...@cs.buffalo.edu | a live donkey.
------------------------------------+-----------------------------------------

/* ------------------- kitchen-sink.xpm ------------------- */
/* XPM */
/*
*
* Colored version of the Emacs kitchen sink icon as an xpm file.
* Most beautiful coloring by Hans Chalupsky <ha...@cs.buffalo.edu>.
*
*/
static char * kitchen_sink[] = {
/* width height ncolors chars_per_pixel */
"48 48 6 1",
/* colors */
" s None c None",
"@ c black",
"w c LightSlateBlue", /* the water 132 112 255 */
". c NavajoWhite", /* the sink 255 222 173 */
"` c gray", /* the faucet 190 190 190 */
"' c RosyBrown", /* the drain pipe 188 143 143 */
/* pixels */
" ",
" @@@@@@@ @@ ",
" @@ @@ ",
" @@@@@@@@@@@@@@@ ",
" @@`````````````@ ",
" @``@@@@@@@@@@@`@ ",
" @`@ @`@ ",
" @@@@@ @`@ ",
" @`@ ",
" ww @`@ ",
" wwww @`@ ",
" ww @`@ ",
" @`@ ",
" w w @`@ ",
" ww ww @`@ ",
" ww @`@ ",
" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@`@@",
" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@```",
" w @@@................................@@@@@",
" ww @@.........@@@@...................@@ ",
" ww @@........@.......................@@ ",
" @@........@......@@@..@..@........@@ ",
" @@........@..@@@.@..@.@..@........@@ ",
" ww @@........@....@.@..@.@..@........@@ ",
" ww @@........@....@.@..@.@.@@........@@ ",
" w @@.........@@@@..@..@..@.@........@@ ",
" @@................................@@ ",
" w @@................................@@ ",
" ww @@..@@@@@.........................@@ ",
" ww @@..@.............................@@ ",
" @@..@.....@@@.@@...@@....@@...@@..@@ ",
" @@..@@@@..@..@..@.@..@..@..@.@....@@ ",
" ww @@..@.....@..@..@.@..@..@.....@@..@@ ",
" www @@..@.....@..@..@.@..@..@..@....@.@@ ",
" w @@..@@@@@.@..@..@..@@.@..@@...@@..@@ ",
" @@@..............................@@@ ",
" @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ",
" w @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ",
" www @@'@@ ",
" ww @'@ @@@@@ ",
" @'@ @'''''@ ",
" @'@ @''@@@''@ ",
" @''@ @'@ @'@ ",
" w @'@ @''@ @'@ ",
" www @''@@''@ @'@ ",
" ww @''''@ @'@ ",
" @@@@ @'@ ",
" @'@ "};
/* ------------------- end of kitchen-sink.xpm ------------------- */

0 new messages