Next: Perl Variables, Previous: Customization, Up: Customization
NIL
, sepia-complete-symbol
will complete
simple method calls of the form $x->
or Module->
. Since
the former requires evaluation of $x
, this can be disabled.
Default: T
.
NIL
, attempt to generate a declaration list for
sepia-eval-defun
. This is necessary when evaluating some code,
such as that calling functions without parentheses, because the presence
of declarations affects the parsing of barewords. Default: T
.
NIL
, sepia-indent-or-complete
will, if
reindentation does not change the current line, expand an abbreviation
before point rather than performing completion. Only if no abbreviation
is found will it perform completion. Default: T
.
w3m-find-file
if Emacs-w3m is installed, or
browse-url-of-buffer
otherwise.
w3m-perldoc
if Emacs-w3m is installed, or cperl-perldoc
otherwise.
PERL5LIB
when starting
interactive Perl. Default: NIL
.
sepia-keymap
. Default:
<M-.>.
NIL
, various Sepia functions will generate completion
candidates from interactive Perl when called interactively. This may be
slow or undesirable in some situations. Default: T
.
sepia-w3m-view-pod
if Emacs-w3m is available, or
sepia-perldoc-buffer
otherwise.