Mercurial > emacs
annotate lisp/toolbar/left_arrow.xpm @ 56838:c1345747d0db
(cua--rectangle-padding): Remove.
(cua--rectangle-virtual-edges): New defun.
(cua--rectangle-get-corners): Remove optional PAD arg.
(cua--rectangle-set-corners): Never do padding.
(cua--forward-line): Remove optional PAD arg. Simplify.
(cua-resize-rectangle-right, cua-resize-rectangle-left)
(cua-resize-rectangle-down, cua-resize-rectangle-up):
(cua-resize-rectangle-bot, cua-resize-rectangle-top)
(cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
(cua--rectangle-move): Never do padding. Simplify.
(cua--tabify-start): New defun.
(cua--rectangle-operation): Add tabify arg. All callers changed.
(cua--pad-rectangle): Remove.
(cua--delete-rectangle): Handle delete with virtual edges.
(cua--extract-rectangle): Add spaces if rectangle has virtual edges.
(cua--insert-rectangle): Handle insert at virtual column.
Perform auto-tabify if necessary.
(cua--activate-rectangle): Remove optional FORCE arg.
Never do padding. Simplify.
(cua--highlight-rectangle): Enhance for virtual edges.
(cua-toggle-rectangle-padding): Remove command.
(cua-toggle-rectangle-virtual-edges): New command.
(cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
(cua--rectangle-post-command): Don't force rectangle padding.
(cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 29 Aug 2004 20:57:19 +0000 |
parents | 734ff40978ad |
children |
rev | line source |
---|---|
32287 | 1 /* XPM */ |
32519
54d90c318dfd
Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents:
32452
diff
changeset
|
2 static char * left_arrow_xpm[] = { |
55600 | 3 "24 24 43 1", |
32519
54d90c318dfd
Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents:
32452
diff
changeset
|
4 " c None", |
55600 | 5 ". c #000000", |
6 "+ c #B9D0B9", | |
7 "@ c #CDDECB", | |
8 "# c #B6C7B6", | |
9 "$ c #B1C9B0", | |
10 "% c #B3C4B3", | |
11 "& c #B4CBB2", | |
12 "* c #B5CEB5", | |
13 "= c #B7CCB5", | |
14 "- c #B9CEB7", | |
15 "; c #BAD1BA", | |
16 "> c #BBCFBA", | |
17 ", c #BBD0B9", | |
18 "' c #B2C9B0", | |
19 ") c #7EAB78", | |
20 "! c #AAC7A8", | |
21 "~ c #B3CAB1", | |
22 "{ c #B0C9B0", | |
23 "] c #B0C9AE", | |
24 "^ c #AEC7AC", | |
25 "/ c #AAC5A8", | |
26 "( c #A9C4A7", | |
27 "_ c #698267", | |
28 ": c #2D2D2D", | |
29 "< c #CFDFCC", | |
30 "[ c #ADC8AB", | |
31 "} c #B0C7AE", | |
32 "| c #ADC6AB", | |
33 "1 c #678C63", | |
34 "2 c #9BAD9A", | |
35 "3 c #85AE81", | |
36 "4 c #87AF84", | |
37 "5 c #87B083", | |
38 "6 c #88AF84", | |
39 "7 c #88B085", | |
40 "8 c #86AF82", | |
41 "9 c #547150", | |
42 "0 c #3C5235", | |
43 "a c #5B7950", | |
44 "b c #4A6342", | |
45 "c c #3B5035", | |
46 "d c #415639", | |
32519
54d90c318dfd
Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents:
32452
diff
changeset
|
47 " ", |
54d90c318dfd
Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents:
32452
diff
changeset
|
48 " ", |
54d90c318dfd
Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents:
32452
diff
changeset
|
49 " ", |
55600 | 50 " . ", |
51 " .. ", | |
52 " .+. ", | |
53 " .@#. ", | |
54 " .@$%........ ", | |
55 " .@&*=-;->,'). ", | |
56 " .@!~{]^///^(_. ", | |
57 " :<[}||[!^^}^[1. ", | |
58 " .23444445645789. ", | |
59 " .0aaaaaaaaaaab. ", | |
60 " .0aaaaaaaaaab. ", | |
61 " .0aabccccccd. ", | |
62 " .0ab........ ", | |
63 " .0b. ", | |
64 " .b. ", | |
65 " .. ", | |
66 " . ", | |
32519
54d90c318dfd
Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents:
32452
diff
changeset
|
67 " ", |
54d90c318dfd
Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents:
32452
diff
changeset
|
68 " ", |
54d90c318dfd
Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents:
32452
diff
changeset
|
69 " ", |
54d90c318dfd
Re-convert from full-color version (using the Gimp) to eliminate
Miles Bader <miles@gnu.org>
parents:
32452
diff
changeset
|
70 " "}; |