Mercurial > hg > xemacs-beta
annotate etc/toolbar/paste-xx.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 * paste[] = { | |
3 "28 28 5 1", | |
4 "X c Gray75 s backgroundToolBarColor", | |
5 "o c Gray60", | |
6 "O c Gray90", | |
7 "+ c Gray60", | |
8 "@ c white", | |
9 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
10 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
11 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
12 "XXXXXXXXXXXXXooXXXXXXXXXXXXX", | |
13 "XXXXXXXXXXXXoOOoXXXXXXXXXXXX", | |
14 "XXXXXXooooooOooOooooooXXXXXX", | |
15 "XXXXXo++++oOOOOOOo++++oXXXXX", | |
16 "XXXXXo+++oooooooooo+++oXXXXX", | |
17 "XXXXXo++++++++++++++++oXXXXX", | |
18 "XXXXXo++++++++++++++++oXXXXX", | |
19 "XXXXXo++++++++++++++++oXXXXX", | |
20 "XXXXXo++++++++++++++++oXXXXX", | |
21 "XXXXXo++++++++++++++++oXXXXX", | |
22 "XXXXXo++++++oooooooooooXXXXX", | |
23 "XXXXXo++++++o@@@@@@@@ooXXXXX", | |
24 "XXXXXo++++++o@@@@@@@@o+oXXXX", | |
25 "XXXXXo++++++o@oooooo@ooooXXX", | |
26 "XXXXXo++++++o@@@@@@@@@@@oXXX", | |
27 "XXXXXo++++++o@oooo@@@@@@oXXX", | |
28 "XXXXXo++++++o@@@@@@@@@@@oXXX", | |
29 "XXXXXo++++++o@@@@@@@@@@@oXXX", | |
30 "XXXXXo++++++o@oooooooo@@oXXX", | |
31 "XXXXXoooooooo@@@@@@@@@@@oXXX", | |
32 "XXXXXXXXXXXXo@@@@@@@@@@@oXXX", | |
33 "XXXXXXXXXXXXo@@@@@@@@@@@oXXX", | |
34 "XXXXXXXXXXXXoooooooooooooXXX", | |
35 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", | |
36 "XXXXXXXXXXXXXXXXXXXXXXXXXXXX"}; |