Mercurial > emacs
view etc/images/gnus/describe-group.xpm @ 84600:6cce7d77ef38
(server-with-environment): Simplify.
(server-select-display, server-unselect-display): Re-add functions that
seem to have been lost in the multi-tty merge.
(server-eval-and-print, server-create-tty-frame)
(server-create-window-system-frame, server-goto-toplevel)
(server-execute, server-return-error): New functions extracted from
server-process-filter.
(server-execute-continuation): New functions.
(server-process-filter): Restructure so that all arguments are analysed
first and then acted upon in a subsequent stage This way
server-goto-toplevel can be executed later, when we know if
it's necessary.
Remove the "-version" and "-version-good" support.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 16 Sep 2007 04:53:39 +0000 |
parents | 210af0ad3d35 |
children |
line wrap: on
line source
/* XPM */ static char * describe_group_xpm[] = { "24 24 5 1", ". c None", " c #000000000000", "o c #FFFFF5F5ACAC", "+ c #E1E1E0E0E0E0", "@ c #C7C7C6C6C6C6", "........................", "........................", ".................oooo...", " .. .. .. .. .. oo oo o.", "..............oooooooooo", ".............ooooooooooo", " .. .. .. .. oo oo oo oo", "............oooooooooooo", "............oooooooooooo", " .. .. .. .. oo oo oo oo", "............oooooooooooo", "............oooooooooooo", " .. .. .. .. oo oo oo oo", "............oooooooooooo", "..... ...oooooooooooo", " .. ++ .. .o oo oo oo", "... @@@+ ....ooooooooo", "... @ ....oooooooo.", " . . .. .. .. ..", ". ..............", " ................", " .. .. .. .. .. ..", " ..................", " ...................."};