Mercurial > emacs
annotate lisp/sb-dir-plus.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 | c2a09ac7b7b1 |
| children |
| rev | line source |
|---|---|
|
29131
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
1 /* XPM */ |
| 55471 | 2 static char * sb_dir_plus_xpm[] = { |
| 3 "20 15 5 1", | |
|
29131
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
4 " c None", |
| 55471 | 5 ". c #B8B8B8", |
|
29131
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
6 "+ c #000000", |
|
5e24be7faa32
Renamed sb-dir+.xpm to sb-dir-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
7 "@ c #FFF993", |
| 55471 | 8 "# c #828282", |
| 9 " ...... ", | |
| 10 " .++++++. ", | |
| 11 ".+@@@@@@+......... ", | |
| 12 ".+@@@@@@@+++++++++. ", | |
| 13 ".+@@@@@@@@@@@@@@@@+#", | |
| 14 ".+@@@@@@@+@@@@@@@@+#", | |
| 15 ".+@@@@@@@+.@@@@@@@+#", | |
| 16 ".+@@@@@+++++@@@@@@+#", | |
| 17 ".+@@@@@@.+...@@@@@+#", | |
| 18 ".+@@@@@@@+.@@@@@@@+#", | |
| 19 ".+@@@@@@@@.@@@@@@@+#", | |
| 20 ".+@@@@@@@@@@@@@@@@+#", | |
| 21 ".+@@@@@@@@@@@@@@@@+#", | |
| 22 " #++++++++++++++++# ", | |
| 23 " ################ "}; |
