Mercurial > emacs
annotate lisp/sb-tag-minus.xpm @ 60713:77391bae98f1
(perform-replace): Remove bindings of global
variables isearch-string, isearch-regexp, isearch-case-fold-search.
Add three new arguments to `replace-highlight'.
(replace-highlight): Add arguments string, regexp, case-fold.
Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
to allow isearch-lazy-highlight-new-loop to use these values
to set corresponding isearch-lazy-highlight-... internal
variables whose values lazy highlighting will use regardless of
changes to global variables isearch-string, isearch-regexp,
isearch-case-fold-search during lazy highlighting loop.
(replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
to `lazy-highlight-cleanup'.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Fri, 18 Mar 2005 09:59:45 +0000 |
parents | c2a09ac7b7b1 |
children |
rev | line source |
---|---|
29137
b33142291391
Renamed sb-tag-.xpm to sb-tag-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
1 /* XPM */ |
55471 | 2 static char * sb_tag_minus_xpm[] = { |
3 "20 15 5 1", | |
29137
b33142291391
Renamed sb-tag-.xpm to sb-tag-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
4 " c None", |
55471 | 5 ". c #B8B8B8", |
29137
b33142291391
Renamed sb-tag-.xpm to sb-tag-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
6 "+ c #000000", |
b33142291391
Renamed sb-tag-.xpm to sb-tag-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
7 "@ c #FFF993", |
55471 | 8 "# c #828282", |
29137
b33142291391
Renamed sb-tag-.xpm to sb-tag-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
9 " ", |
b33142291391
Renamed sb-tag-.xpm to sb-tag-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
10 " ", |
55471 | 11 " .............. ", |
12 " .++++++++++++++. ", | |
13 " .+@@@@@@@@@@@@@@+#", | |
14 " .+@@@@@@@@@@@@@@@+#", | |
15 ".+@@@@@@@@@@@@@@@@+#", | |
16 ".+@++@@+++++@@@@@@+#", | |
17 ".+@++@@@.....@@@@@+#", | |
18 ".+@@@@@@@@@@@@@@@@+#", | |
19 " #+@@@@@@@@@@@@@@@+#", | |
20 " #+@@@@@@@@@@@@@@+#", | |
21 " #++++++++++++++# ", | |
22 " ############## ", | |
29137
b33142291391
Renamed sb-tag-.xpm to sb-tag-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
23 " "}; |