Variable: prolog-use-standard-consult-compile-method-flag
prolog-use-standard-consult-compile-method-flag is a customizable
variable defined in prolog.el.gz.
Value
t
Documentation
Non-nil means use the standard compilation method.
Otherwise the new compilation method will be used. This utilizes a special compilation buffer with the associated features such as parsing of error messages and automatically jumping to the source code responsible for the error.
Warning: the new method is so far only experimental and does contain bugs. The recommended setting for the novice user is non-nil for this variable.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/prolog.el.gz
(defcustom prolog-use-standard-consult-compile-method-flag t
"Non-nil means use the standard compilation method.
Otherwise the new compilation method will be used. This
utilizes a special compilation buffer with the associated
features such as parsing of error messages and automatically
jumping to the source code responsible for the error.
Warning: the new method is so far only experimental and
does contain bugs. The recommended setting for the novice user
is non-nil for this variable."
:version "24.1"
:group 'prolog-inferior
:type 'boolean)