annotate lisp/sb-tag-plus.xpm @ 61906:1210b12b4089

(Defining Minor Modes): Fix previous change. (Font Lock Mode): Simplify. (Font Lock Basics): Say that font-lock-defaults is buffer-local when set and that some parts are optional. Add cross references. (Search-based Fontification): Say how to specify font-lock-keywords. Add cross references. Add font-lock-multiline to index. Move font-lock-keywords-case-fold-search here from node "Other Font Lock Variables". Document font-lock-add-keywords and font-lock-remove-keywords (Other Font Lock Variables): Move font-lock-keywords-only, font-lock-syntax-table, font-lock-beginning-of-syntax-function, and font-lock-syntactic-face-function to node "Syntactic Font Lock". Move font-lock-keywords-case-fold-search to node "Search-based Fontification". Document font-lock-inhibit-thing-lock and font-lock-{,un}fontify-{buffer,region}-function. (Precalculated Fontification): Remove reference to deleted variable font-lock-core-only. (Faces for Font Lock): Add font-lock-comment-delimiter-face. (Syntactic Font Lock): Add intro. Move font-lock-keywords-only, font-lock-syntax-table, font-lock-beginning-of-syntax-function, and font-lock-syntactic-face-function here from node "Other Font Lock Variables". Move font-lock-syntactic-keywords to "Setting Syntax Properties". Add cross references. (Setting Syntax Properties): New node. Move font-lock-syntactic-keywords here from "Syntactic Font Lock".
author Lute Kamstra <lute@gnu.org>
date Thu, 28 Apr 2005 11:32:54 +0000
parents c2a09ac7b7b1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
29136
d6f40942e987 Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
1 /* XPM */
55471
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29136
diff changeset
2 static char * sb_tag_plus_xpm[] = {
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29136
diff changeset
3 "20 15 5 1",
29136
d6f40942e987 Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
4 " c None",
55471
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29136
diff changeset
5 ". c #B8B8B8",
29136
d6f40942e987 Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
6 "+ c #000000",
d6f40942e987 Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
7 "@ c #FFF993",
55471
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29136
diff changeset
8 "# c #828282",
29136
d6f40942e987 Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
9 " ",
d6f40942e987 Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
10 " ",
55471
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29136
diff changeset
11 " .............. ",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29136
diff changeset
12 " .++++++++++++++. ",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29136
diff changeset
13 " .+@@@@@@@@@@@@@@+#",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29136
diff changeset
14 " .+@@@@@@+@@@@@@@@+#",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29136
diff changeset
15 ".+@@@@@@@+.@@@@@@@+#",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29136
diff changeset
16 ".+@++@@+++++@@@@@@+#",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29136
diff changeset
17 ".+@++@@@.+...@@@@@+#",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29136
diff changeset
18 ".+@@@@@@@+.@@@@@@@+#",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29136
diff changeset
19 " #+@@@@@@@.@@@@@@@+#",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29136
diff changeset
20 " #+@@@@@@@@@@@@@@+#",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29136
diff changeset
21 " #++++++++++++++# ",
c2a09ac7b7b1 less heavy lines
Daniel Pfeiffer <occitan@esperanto.org>
parents: 29136
diff changeset
22 " ############## ",
29136
d6f40942e987 Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff changeset
23 " "};