Mercurial > hg > xemacs-beta
annotate etc/toolbar/info-exit-cap-up.xpm @ 4468:a78d697ccd2c
Import and extend GNU's descr-text.el, supporting prefix argument for C-x =
2008-05-25 Aidan Kehoe <kehoea@parhasard.net>
* descr-text.el: New.
Taken from GNU's GPLV2 version of 2007-02-14, with modifications
for XEmacs support and extensions for Unihan.txt support and
db/dbm caches.
* simple.el (what-cursor-position):
Support an optional prefix argument, as does GNU, calling
#'describe-char to giving more detail on the character at point,
notably from UnicodeData and (in our case, optionally) Unihan.txt.
* syntax.el (syntax-after):
Make this available for the sake of #'describe-char.
* mule/mule-cmds.el (iso-2022-control-alist):
Make this available, for the sake of #'encoded-string-description
and #'describe-char.
* mule/mule-cmds.el (encoded-string-description):
Make this available, for the sake of #'describe-char.
* unicode.el (unicode-error-default-translation-table):
Make this a char table of type generic, not of type char. Makes it
possible to have the relevant logic in #'describe-char reasonably
clear; also, and this is undocumented, makes it much easier to
implement #'frob-unicode-errors-region. I should document this,
and revise #'frob-unicode-errors-region.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 25 May 2008 21:11:35 +0200 |
parents | 376386a54a3c |
children | 7910031dd78a |
rev | line source |
---|---|
0 | 1 /* XPM */ |
2 static char *exit-up[] = { | |
3 /* width height num_colors chars_per_pixel */ | |
4 "32 32 6 1", | |
5 ". c #555555", | |
6 "# c #a9a9a9", | |
7 "a c #cbcbcb s backgroundToolBarColor", | |
8 "b c #dcdcdc", | |
9 "c c #ff0000", | |
10 "d c #ffff00", | |
11 "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", | |
12 "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa", | |
13 "aaaa########################aaaa", | |
14 "aaaa########################.aaa", | |
15 "aaaa##aaaaaaaaaaaaaaaaaaaa##.aaa", | |
16 "aaaa##a##################a##.aaa", | |
17 "aaaa##a#................#a##.aaa", | |
18 "aaaa##a#.aaaaaaaaaaaaaab#a##.aaa", | |
19 "aaaa##a#.acccacacacacccb#a##.aaa", | |
20 "aaaa##a#.acaaaacaacaacab#a##.aaa", | |
21 "aaaa##a#.accaaacaacaacab#a##.aaa", | |
22 "aaaa##a#.acaaaacaacaacab#a##.aaa", | |
23 "aaaa##a#.acccacacacaacab#a##.aaa", | |
24 "aaaa##a#.aaaaaaaaaaaaaab#a##.aaa", | |
25 "aaaa##a#bbbbbbbbbbbbbbbb#a##.aaa", | |
26 "aaaa##a##############ddd#a##.aaa", | |
27 "aaaa##aaaaaaaaaaaaaaadddaa##.aaa", | |
28 "aaaa##a#########a####ddd#a##.aaa", | |
29 "aaaa##a#......b#a#......#a##.aaa", | |
30 "aaaa##a#.aaaaab#a#.aaaab#a##.aaa", | |
31 "aaaa##a#.aaaaab#a#.aaaab#a##.aaa", | |
32 "aaaa##a#.aaaaab#a#.aaaab#a##.aaa", | |
33 "aaaa##a#.aaaaab#a#.aaaab#a##.aaa", | |
34 "aaaa##a#.aaaaab#a#.aaaab#a##.aaa", | |
35 "aaaa##a#.aaaaab#a#.aaaab#a##.aaa", | |
36 "aaaa##a#bbbbbbb#a#bbbbbb#a##.aaa", | |
37 "aaaa##a#########a########a##.aaa", | |
38 "aaaa##aaaaaaaaaaaaaaaaaaaa##.aaa", | |
39 "aaaa########################.aaa", | |
40 "aaaa########################.aaa", | |
41 "aaaaa........................aaa", | |
42 "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" | |
43 }; |