Variable: python-indent-guess-indent-offset-verbose

python-indent-guess-indent-offset-verbose is a customizable variable defined in python.el.gz.

Value

t

Documentation

Non-nil means to emit a warning when indentation guessing fails.

This variable was added, or its default value changed, in Emacs 25.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defcustom python-indent-guess-indent-offset-verbose t
  "Non-nil means to emit a warning when indentation guessing fails."
  :version "25.1"
  :type 'boolean
  :safe' booleanp)