view lisp/mail/reply2.xpm @ 50338:155b4b78aa3b

* tramp.el: Version 2.0.31 released. (tramp-handle-expand-file-name): Do not allow ".." to cross file handler boundaries, so that "/user@host:/../foo" expands to itself, rather than "/foo". This is intended to work in conjunction with a change in `file-relative-name' which makes sure to use absolute file names if FILE and DIRECTORY have different handlers. (tramp-handle-insert-directory): Comment out XEmacs kludge. Suggested by Katsumi Yamaoka <yamaoka@jpl.org>. * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs, version of manual. * tramp.texi (Auto-save and Backup): New node.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Sat, 29 Mar 2003 15:16:57 +0000
parents 2568d5a27317
children
line wrap: on
line source

/* XPM */
static char * mail_reply_xpm[] = {
/* columns rows colors chars-per-pixel */
"24 24 9 1",
" 	c None",
".	c black",
"X	c #673e666663d4",
"o	c #eb46ea1de471",
"O	c #a852a7bea3d2",
"+	c #ae51c17b9b26",
"@	c #8d4d97577838",
"#	c #7c7c8b8b6e6e",
"$	c #5e0868be52d3",
/* pixels */
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"              ....      ",
"         .....XooO.     ",
"    .....XOooooooO.     ",
"   .XOooooooooooXOO.    ",
"   .oXXooooooooOXOo.    ",
"   .OoOXXooooooXOoo.    ",
"    .oooOOXOooXXXooO.   ",
"    ........XXOoOXOo.   ",
"    ..++++@.ooooooXO.   ",
"     ..+@@@.oooooooXO.  ",
"    ..+@@@#.oooooooO..  ",
"  ..++@@@#$.ooooO...    ",
" .++++@@#.$.oO...       ",
"  .+@@@#.o....          ",
"   .+@#$...             ",
"    .#$.                ",
"     .$.                ",
"      .                 ",
"                        "};