annotate lisp/toolbar/close.xpm @ 56303:d86ec00a8470

(isearch-mode-map): Bind C-M-w to isearch-del-char, C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace, C-M-% to isearch-query-replace-regexp. (minibuffer-local-isearch-map): Add arrow key bindings. Bind C-f to isearch-yank-char-in-minibuffer. (isearch-forward): Doc fix. (isearch-edit-string): Doc fix. (isearch-query-replace, isearch-query-replace-regexp): New funs. (isearch-del-char): Add optional arg. Set isearch-yank-flag to t. (isearch-yank-char): Add optional arg. (isearch-yank-char-in-minibuffer): New fun.
author Juri Linkov <juri@jurta.org>
date Thu, 01 Jul 2004 09:54:51 +0000
parents 734ff40978ad
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
31591
f115e74e9dd1 New. (Gnome icon by tigert.)
Dave Love <fx@gnu.org>
parents:
diff changeset
1 /* XPM */
55600
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
2 static char * close_xpm[] = {
31591
f115e74e9dd1 New. (Gnome icon by tigert.)
Dave Love <fx@gnu.org>
parents:
diff changeset
3 "24 24 2 1",
55600
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
4 " c None",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
5 ". c #000000",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
6 " ",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
7 " ",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
8 " ",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
9 " ",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
10 " ",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
11 " ",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
12 " . . ",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
13 " . ... ",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
14 " .. .... ",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
15 " .. ... ",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
16 " ..... ",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
17 " ... ",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
18 " ..... ",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
19 " ....... ",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
20 " ... .... ",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
21 " ... .... ",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
22 " ... .. ",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
23 " ",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
24 " ",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
25 " ",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
26 " ",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
27 " ",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
28 " ",
734ff40978ad New icons.
Jan Dj?rv <jan.h.d@swipnet.se>
parents: 32452
diff changeset
29 " "};