Variable: cperl-hairy

cperl-hairy is a customizable variable defined in cperl-mode.el.gz.

Value

nil

Documentation

Not-nil means most of the bells and whistles are enabled in CPerl.

Affects: cperl-font-lock, cperl-electric-lbrace-space, cperl-electric-parens, cperl-electric-linefeed, cperl-electric-keywords, cperl-info-on-command-no-prompt, cperl-clobber-lisp-bindings, cperl-lazy-help-time.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defcustom cperl-hairy nil
  "Not-nil means most of the bells and whistles are enabled in CPerl.
Affects: `cperl-font-lock', `cperl-electric-lbrace-space',
`cperl-electric-parens', `cperl-electric-linefeed', `cperl-electric-keywords',
`cperl-info-on-command-no-prompt', `cperl-clobber-lisp-bindings',
`cperl-lazy-help-time'."
  :type 'boolean
  :group 'cperl-affected-by-hairy)