From f47569c1dfac4422877fd52a50d7579c1bc84c04 Mon Sep 17 00:00:00 2001 From: Sean O'Rourke Date: Wed, 17 Dec 2008 14:33:45 -0800 Subject: [PATCH] regenerate --- sepia.info | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/sepia.info b/sepia.info index 6f713a2..53eb586 100644 --- a/sepia.info +++ b/sepia.info @@ -185,7 +185,7 @@ each of the following in turn, using the first successful approach: `Class->f'), complete on methods. 2. If it looks like a variable (e.g. `%hash' or `$scalar'), complete - on variables. + first on lexical, then global variables. 3. Complete on modules and functions. @@ -197,12 +197,12 @@ resulting word parts. For example, `X:a_b' will complete to all symbols matching `^X[^:]*:+a[^:_]*_b' such as `Xref::a_bug' and `X::always_bites_me'. If no matches result, the text is treated as an acronym. For example, `dry' will complete to `dont_repeat_yourself'. +_Note: partial-word completion is not currently supported for lexicals._ Completion is performed by the following commands: `M-x sepia-complete-symbol' - Complete the symbol before point as described above. Note that - this does not consider lexical scope, and is always case-sensitive, - independent of `completion-ignore-case'. + Complete the symbol before point as described above. This is + always case-sensitive, independent of `completion-ignore-case'. `TAB' `M-x sepia-indent-or-complete' @@ -784,7 +784,7 @@ Function Index * sepia-apropos: Navigation. (line 60) * sepia-callees: Navigation. (line 68) * sepia-callers: Navigation. (line 64) -* sepia-complete-symbol: Completion. (line 34) +* sepia-complete-symbol: Completion. (line 35) * sepia-cpan-desc: CPAN browsing. (line 17) * sepia-cpan-doc: CPAN browsing. (line 29) * sepia-cpan-install: CPAN browsing. (line 33) @@ -827,20 +827,20 @@ Node: Philosophy1593 Node: Related Work4620 Node: Editing5786 Node: Completion6248 -Node: Navigation8092 -Node: Documentation11441 -Node: Interactive Perl12988 -Node: Shortcuts13725 -Node: Debugger15926 -Node: Evaluation17585 -Node: Mutilation18561 -Node: Scratchpad19513 -Node: CPAN browsing19918 -Node: Customization20912 -Node: Emacs Variables21210 -Node: Perl Variables23705 -Node: Internals25192 -Node: Credits25552 -Node: Function Index26010 +Node: Navigation8140 +Node: Documentation11489 +Node: Interactive Perl13036 +Node: Shortcuts13773 +Node: Debugger15974 +Node: Evaluation17633 +Node: Mutilation18609 +Node: Scratchpad19561 +Node: CPAN browsing19966 +Node: Customization20960 +Node: Emacs Variables21258 +Node: Perl Variables23753 +Node: Internals25240 +Node: Credits25600 +Node: Function Index26058  End Tag Table -- 2.11.4.GIT