view etc/images/search-replace.xpm @ 72917:17942cb3949e

(allout-regexp, allout-line-boundary-regexp) (allout-bob-regexp): Correct grouping and boundaries to fix backwards traversal. (allout-depth-specific-regexp, allout-depth-one-regexp): New versions that exploit \\{M\\} regexp syntax, to avoid geometric or worse time in allout-ascend. (allout-doublecheck-at-and-shallower): Identify depth threshold below which topics are checked for and disqualified by containment discontinuities. (allout-hotspot-key-handler): Correctly handle multiple-key strokes. Remove some unused variables. (allout-mode-leaders): Clarify that mode-specific comment-start will be used (set-allout-regexp): Correctly regexp-quote allout regexps to properly accept alternative header-leads and primary bullets with regexp-specific characters (eg, C "/*", mathematica "(*"). Include new regular expressions among those configured. (allout-infer-header-lead-and-primary-bullet): Rename allout-infer-header-lead. (allout-recent-depth): Manifest as a variable as well as a function. (allout-prefix-data): Simplify into an inline instead of a macro, assuming current match data rather than being explicitly passed it. Establish allout-recent-depth value as well as allout-recent-prefix-beginning and allout-recent-prefix-end. (allout-aberrant-container-p): True when an item's immediate offspring discontinuously contained. Useful for disqualifying unintended topic prefixes, likely at low depths. (allout-goto-prefix-doublechecked): Elaborated version of allout-goto-prefix which disqualifies aberrant pseudo-items. (allout-pre-next-prefix): Layer on top of lower-level routines, to get disqualification of aberrant containers. (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant containers. (allout-beginning-of-current-entry): Position at start of buffer when in container (depth 0) entry. (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data. (allout-current-bullet): Strip text properties. (allout-get-prefix-bullet): Use right match groups. (allout-beginning-of-line, allout-next-heading): Disqualify aberrant containers. (allout-previous-heading): Disqualify aberrant containers, and change to regular (rather than inline) function, to allow self-recursion. (allout-get-invisibility-overlay): Increment so progress is made when the first overlay is not the sought one. (allout-end-of-prefix): Disqualify aberrant containers. (allout-end-of-line): Cycle something like allout-beginning-of-line. (allout-mode): Make allout-old-style-prefixes (ie, enabling use with outline.el outlines) functional again. Change the primary bullet along with the header-lead - level 1 new-style bullets now work. Engage allout-before-change-handler in mainline emacs, not just xemacs, to do undo handling. (allout-before-change-handler): Expose undo changes occurring in hidden regions. Use allout-get-invisibility-overlay instead of reimplementing it inline. (allout-chart-subtree): Use start rather than end of prefix in charts. Use allout-recent-depth variable. (allout-chart-siblings): Disqualify aberrant topics. (allout-beginning-of-current-entry): Position correctly. (allout-ascend): Use new allout-depth-specific-regexp and allout-depth-one-regexp for linear instead of O(N^2) or worse behavior. (allout-ascend-to-depth): Depend on allout-ascend, rather than reimplementing an algorithm. (allout-up-current-level): Depend on allout-ascend, rather than reimplementing an algorithm. Return to start-point if we fail. (allout-descend-to-depth): Use allout-recent-depth variable instead of function. (allout-next-sibling): On traversal of numerous intervening topics, resort to economical allout-next-sibling-leap. (allout-next-sibling-leap): Specialized version of allout-next-sibling that uses allout-ascend cleverly, to depend on a regexp search to leap large numbers of contained topics, rather than arbitrarily many one-by-one traversals. (allout-next-visible-heading): Disqualify aberrant topics. (allout-previous-visible-heading): Position consistently when interactive. (allout-forward-current-level): Base on allout-previous-sibling rather than (differently) reimplmenting the algorithm. Remove some unused variables. (allout-solicit-alternate-bullet): Present default choice stripped of text properties. (allout-rebullet-heading): Use bullet stripped of text properties. Register changes using allout-exposure-change-hook. Disregard aberrant topics. (allout-shift-in): With universal-argument, make topic a peer of it's former offspring. Simplify the code by separating out allout-shift-out functionality. (allout-shift-out): With universal-argument, make offspring peers of their former container, and its siblings. Implement the functionality here, rather than inappropriately muddling the implementation of allout-shift-in. (allout-rebullet-topic): Respect additional argument for new parent-child separation function. (allout-yank-processing): Use allout-ascend directly. (allout-show-entry): Disqualify aberrant topics. (allout-show-children): Handle discontinuous children gracefully, extending the depth being revealed to expose them and posting a message indicating the situation. (allout-show-to-offshoot): Remove obsolete and incorrect comment. Leave cursor in correct position. (allout-hide-current-subtree): Use allout-ascend directly. Disqualify aberrant topics. (allout-kill-line, allout-kill-topic): Preserve exposure layout in a way that the yanks can restore it, as used to happen. (allout-yank-processing): Restore exposure layout as recorded by allout-kill-*, as used to happen. (allout-annotate-hidden, allout-hide-by-annotation): New routines for preseving and restoring exposure layout across kills. (allout-toggle-subtree-encryption): Run allout-exposure-change-hook. (allout-encrypt-string): Strip text properties. Rearranged order and outline-headings for some of the miscellaneous functions. (allout-resolve-xref): No need to quote the error name in the condition-case handler section. (allout-flatten): Classic recursive (and recursively intensive, without tail-recursion) list-flattener, needed by allout-shift-out when confronted with discontinuous children.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 16 Sep 2006 10:24:24 +0000
parents 75b06a7624a1
children
line wrap: on
line source

/* XPM */
static char * search_replace_xpm[] = {
"24 24 243 2",
"  	c None",
". 	c #000000",
"+ 	c #D3D3D3",
"@ 	c #F6F6F6",
"# 	c #FFFFFF",
"$ 	c #F9F9F9",
"% 	c #DADADA",
"& 	c #585858",
"* 	c #C7C7C7",
"= 	c #D1D1D1",
"- 	c #D6D6D6",
"; 	c #BBBBBB",
"> 	c #4B4B43",
", 	c #0A0A09",
"' 	c #47473F",
") 	c #B9B9B9",
"! 	c #FDFDFD",
"~ 	c #C0C0C0",
"{ 	c #E1E1E1",
"] 	c #F0F0F0",
"^ 	c #9B9B9B",
"/ 	c #353530",
"( 	c #8D8D7F",
"_ 	c #C4C4AF",
": 	c #CFCFB9",
"< 	c #9D9D8D",
"[ 	c #34342E",
"} 	c #A3A3A2",
"| 	c #F8F8F8",
"1 	c #AFAFAE",
"2 	c #E9E9E9",
"3 	c #DFDFDF",
"4 	c #8F8F8F",
"5 	c #4C4C44",
"6 	c #828274",
"7 	c #B2B29F",
"8 	c #C0C0AC",
"9 	c #EDEDE7",
"0 	c #E2E2D0",
"a 	c #9C9C8C",
"b 	c #46463F",
"c 	c #EAEAE9",
"d 	c #A2A2A1",
"e 	c #F4F4F4",
"f 	c #CFCFCF",
"g 	c #A2A2A2",
"h 	c #080807",
"i 	c #9C9C8F",
"j 	c #A6A695",
"k 	c #B5B5A2",
"l 	c #C3C3AE",
"m 	c #FBFBFA",
"n 	c #D5D5BF",
"o 	c #090908",
"p 	c #D5D5D4",
"q 	c #979797",
"r 	c #FAFAF9",
"s 	c #AEAEA3",
"t 	c #9B9B8B",
"u 	c #AAAA98",
"v 	c #B7B7A4",
"w 	c #DDDDD0",
"x 	c #CACAB5",
"y 	c #090909",
"z 	c #C1C1C0",
"A 	c #E1E0DF",
"B 	c #DCDBDA",
"C 	c #D3D2D0",
"D 	c #B7B7B5",
"E 	c #9E9D9C",
"F 	c #FBE73B",
"G 	c #F2B64D",
"H 	c #F7F7F6",
"I 	c #4C4C45",
"J 	c #CFCFCB",
"K 	c #ACACA1",
"L 	c #9F9F8E",
"M 	c #ADAD9B",
"N 	c #BABAA7",
"O 	c #929283",
"P 	c #474740",
"Q 	c #B9B8B8",
"R 	c #DCDCDA",
"S 	c #E1E1DF",
"T 	c #DAD9D7",
"U 	c #D7D7D5",
"V 	c #FCEB3D",
"W 	c #F7B544",
"X 	c #5D502C",
"Y 	c #F5F5F4",
"Z 	c #010101",
"` 	c #C3C3BE",
" .	c #AEAEA2",
"..	c #A0A090",
"+.	c #878779",
"@.	c #34342F",
"#.	c #6D6D6D",
"$.	c #B8B8B6",
"%.	c #D9D9D7",
"&.	c #EBEAE8",
"*.	c #ECEBE9",
"=.	c #FCE93B",
"-.	c #F7B545",
";.	c #6C5F34",
">.	c #CACACA",
",.	c #868585",
"'.	c #414141",
").	c #757574",
"!.	c #A7A7A5",
"~.	c #BDBDBB",
"{.	c #DCDBD9",
"].	c #E9E8E6",
"^.	c #FAE43A",
"/.	c #F4B244",
"(.	c #605737",
"_.	c #B5B5B3",
":.	c #A9A9A8",
"<.	c #A4A4A2",
"[.	c #A2A1A0",
"}.	c #A1A19F",
"|.	c #A7A6A5",
"1.	c #B5B4B3",
"2.	c #CECDCB",
"3.	c #E0DFDD",
"4.	c #F9DF39",
"5.	c #F3AF42",
"6.	c #625637",
"7.	c #66635C",
"8.	c #787878",
"9.	c #BCBCBA",
"0.	c #B9B9B8",
"a.	c #B7B6B5",
"b.	c #B6B5B4",
"c.	c #CFCECC",
"d.	c #DFDFDD",
"e.	c #F9DC38",
"f.	c #EFB44D",
"g.	c #665A32",
"h.	c #9B9997",
"i.	c #7C786F",
"j.	c #6F6F6F",
"k.	c #ACACAB",
"l.	c #BABAB8",
"m.	c #D2D2D0",
"n.	c #D9D8D6",
"o.	c #D7D6D4",
"p.	c #DBDAD8",
"q.	c #E1E0DE",
"r.	c #F8D837",
"s.	c #F0A93F",
"t.	c #655930",
"u.	c #9B9A97",
"v.	c #ADACA9",
"w.	c #8D897E",
"x.	c #AAAAA8",
"y.	c #B3B2B1",
"z.	c #C9C8C7",
"A.	c #E8E7E5",
"B.	c #E6E5E2",
"C.	c #F6D236",
"D.	c #EDA43E",
"E.	c #5C5130",
"F.	c #989794",
"G.	c #AAA9A6",
"H.	c #C3C2BE",
"I.	c #9A948A",
"J.	c #BABABA",
"K.	c #B1B1AF",
"L.	c #C5C4C2",
"M.	c #E4E3E1",
"N.	c #E8E7E4",
"O.	c #E0DFDC",
"P.	c #D7AE74",
"Q.	c #61562F",
"R.	c #989895",
"S.	c #A9A9A5",
"T.	c #C2C1BD",
"U.	c #D3D2CE",
"V.	c #9F998E",
"W.	c #CCCCCC",
"X.	c #C7C6C3",
"Y.	c #D7D6D3",
"Z.	c #E2E1DE",
"`.	c #E5E4E1",
" +	c #E6E4E1",
".+	c #E2E1DD",
"++	c #4F4115",
"@+	c #C1C0BC",
"#+	c #D2D0CC",
"$+	c #D7D5D1",
"%+	c #9F998D",
"&+	c #E7E7E7",
"*+	c #DAD9D6",
"=+	c #E3E2DE",
"-+	c #E4E2DF",
";+	c #E4E3DF",
">+	c #E1E0DC",
",+	c #DADAD6",
"'+	c #969592",
")+	c #9A9996",
"!+	c #C2C0BC",
"~+	c #D3D1CD",
"{+	c #D8D6D2",
"]+	c #9E988D",
"^+	c #EBEBEB",
"/+	c #E1DFDC",
"(+	c #E0DFDB",
"_+	c #DEDDD9",
":+	c #D1D0CC",
"<+	c #B2B1AE",
"[+	c #A09F9D",
"}+	c #A1A19E",
"|+	c #AFAEAA",
"1+	c #C3C1BD",
"2+	c #D8D6D1",
"3+	c #9D978B",
"4+	c #E1DFDB",
"5+	c #E0DEDA",
"6+	c #DFDEDA",
"7+	c #DCDBD7",
"8+	c #D1CFCB",
"9+	c #B6B6B2",
"0+	c #B2B0AD",
"a+	c #BFBDBA",
"b+	c #CBC9C6",
"c+	c #D5D3CF",
"d+	c #DBD9D5",
"e+	c #D7D6D1",
"f+	c #D5D3CE",
"g+	c #9B958A",
"h+	c #999891",
"i+	c #A39E92",
"j+	c #A49E93",
"k+	c #A39D92",
"l+	c #A39D91",
"m+	c #A09B8F",
"n+	c #9D978C",
"o+	c #969186",
"p+	c #969085",
"q+	c #9B9589",
"r+	c #9E988C",
"s+	c #9B968A",
"t+	c #676359",
"                                                ",
"      . . . . . . . . . . . . .                 ",
"    . + @ # # # # # # # # $ % & .               ",
"    . @ # # # # # # # # # # * = - .             ",
"    . # # # ; > , , ' ) ! ! ~ { ] ^ .           ",
"    . # # ; / ( _ : < [ } | 1 2 # 3 4 .         ",
"    . # # 5 6 7 8 9 0 a b c d ] # e f g .       ",
"    . # ! h i j k l m n o p q . . . . . . .     ",
"    . # r , s t u v w x y z A B C D E . F G .   ",
"    . # H I J K L M N O P Q R S T U . V W X .   ",
"    . # Y Z Z `  ...+.@.#.$.%.&.*.. =.-.;..     ",
"    . >.Z Z ,.'., , > ).!.~.{.].. ^./.(.. .     ",
"    . Z Z Z _.:.<.[.}.|.1.2.3.. 4.5.6.. 7..     ",
"    Z Z . 8._.9.0.a.b.~.c.d.. e.f.g.. h.i..     ",
"  Z Z Z j.k.l.m.n.o.o.p.q.. r.s.t.. u.v.w..     ",
"  Z Z 4 x.y.z.d.A.A.B.A.. C.D.E.. F.G.H.I..     ",
"    . J.K.L.T M.N.N.B.O.. P.Q.. R.S.T.U.V..     ",
"    . W.X.Y.Z.B.`. +.+. ++. . R.S.@+#+$+%+.     ",
"    . &+*+O.=+-+;+>+,+. . '+)+S.!+~+$+{+]+.     ",
"    . ^+O./+>+(+.+_+:+<+[+}+|+1+~+$+2+$+3+.     ",
"    . = 4+5+6+_+(+7+8+9+0+a+b+c+d+{+e+f+g+.     ",
"    . h+i+j+k+l+k+m+n+o+p+q+V.r+%+n+n+s+t+.     ",
"      . . . . . . . . . . . . . . . . . .       ",
"                                                "};