Mercurial > emacs
annotate lisp/gnus/subscribe.xpm @ 56607:bb747df032a9
Various changes in addition to:
(Using Interactive): Clarify description of `interactive-form'.
(Interactive Call): Mention default for KEYS argument to
`call-interactively'.
(Command Loop Info): Clarify description of `this-command-keys'.
Mention KEEP-RECORD argument to `clear-this-command-keys'.
Value of `last-event-frame' can be `macro'.
(Repeat Events): `double-click-fuzz' is also used to distinguish
clicks and drags.
(Classifying Events): Clarify descriptions of `event-modifiers'
`event-basic-type' and `event-convert-list'.
(Accessing Events): `posn-timestamp' takes POSITION argument.
(Quoted Character Input): Clarify description of
`read-quoted-char' and fix example.
(Quitting): Add `with-local-quit'.
(Disabling Commands): Correct and clarify descriptions of
`enable-command' and `disable-command'.
Mention what happens if `disabled-command-hook' is nil.
(Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'.
Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 07 Aug 2004 01:11:21 +0000 |
parents | 354a5b33d058 |
children | 55fd4f77387a |
rev | line source |
---|---|
32968 | 1 /* XPM */ |
34675 | 2 static char *magick[] = { |
3 /* columns rows colors chars-per-pixel */ | |
4 "24 24 19 1", | |
5 " c Gray6", | |
6 ". c Gray12", | |
7 "X c #2ff42ff42ff4", | |
8 "o c #3fff3fff3fff", | |
9 "O c Gray28", | |
10 "+ c #53e353e353e3", | |
11 "@ c #5fe25fe25fe2", | |
12 "# c #67e767e767e7", | |
13 "$ c #6fff6fff6fff", | |
14 "% c #77d777d777d7", | |
15 "& c Gray50", | |
16 "* c Gray56", | |
17 "= c #9fff9fff9fff", | |
18 "- c Gray70", | |
19 "; c Gray75", | |
20 ": c Gray81", | |
21 "> c #dfffdfffdfff", | |
22 ", c #efffefffefff", | |
23 "< c Gray100", | |
24 /* pixels */ | |
25 ";;;;;;;;;;;;;;;;;;;;;;;;", | |
26 ";;;;;;;;;;;;;;;;;;;;;;;;", | |
27 ";;;;;;;;;;;;;;;;;;;;;;;;", | |
28 ";;;;@Xooooo oooXO-;;;;;;", | |
29 ";;;;@;>;=<<o<<<;o#;;;;;;", | |
30 ";;;;@;,&=<<o<<<;&:+;;;;;", | |
31 ";;;;@;:=$<<o<<<:ooX@;;;;", | |
32 ";;;;@@&&&&&.<<<<<<;@;;;;", | |
33 ";;;;@*;;;;;X<<<<<<;@;;;;", | |
34 ";;;;@;:&@<<o<<<<<<;@;;;;", | |
35 ";;;;@;>&&<<o<<<<<<;@;;;;", | |
36 ";;;;@;,>:<<o<<<<<<;@;;;;", | |
37 ";;;;@Xooooo <<<<<<;@;;;;", | |
38 ";;;;@;>;=<<o<<<<<<;@;;;;", | |
39 ";;;;@;,&=<<o<<<<<<;@;;;;", | |
40 ";;;;@;:=$<<o<<<<<<;@;;;;", | |
41 ";;;;@@&&&&&.<<<<<<;@;;;;", | |
42 ";;;;@*;;;;;X<<<<<<;@;;;;", | |
43 ";;;;@;<<<<<o<<<<<<;@;;;;", | |
44 ";;;;@;<<<<<o<<<<<<;@;;;;", | |
45 ";;;;@;<<<<<o<<<<<<;@;;;;", | |
46 ";;;;%XXXXXXXXXXXXXX%;;;;", | |
47 ";;;;;;;;;;;;;;;;;;;;;;;;", | |
48 ";;;;;;;;;;;;;;;;;;;;;;;;" | |
49 }; |