Mercurial > emacs
annotate lisp/sb-tag-minus.xpm @ 56868:bec9907cc422
* isearch.el (isearch-wrap-function)
(isearch-push-state-function): New defvars.
(isearch-pop-fun-state): New defsubst.
(isearch-top-state): Call function saved in `isearch-pop-fun-state'.
(isearch-push-state): Set the result of calling
`isearch-push-state-function' to the `isearch-pop-fun-state' field.
(isearch-cancel): Call function saved in `isearch-pop-fun-state' to
restore the mode-specific starting point of terminated search.
(isearch-abort): Call `isearch-cancel' instead of its duplicated code.
(isearch-repeat): Call `isearch-wrap-function' if defined.
(isearch-message-prefix): Don't add prefix "over" to the message
for wrapped search if `isearch-wrap-function' is defined.
(isearch-search): Call function saved in `isearch-pop-fun-state' to
restore the mode-specific starting point of failed search.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Wed, 01 Sep 2004 20:32:13 +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 " "}; |