aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>2005-09-14 19:11:42 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>2005-09-14 19:11:42 +0000
commitec46295d48cc9037d04053217465dffe93af7eb2 (patch)
treed72f74fecc0b49af90f70a98fb73f67d5ebbd62c
parent544602206fe0739beda11169dc0312567e5d0dac (diff)
added proof-shell-unicode;
-rw-r--r--generic/proof-config.el12
1 files changed, 8 insertions, 4 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index c644cccf..55ec2c00 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -1715,10 +1715,6 @@ Normally error messages cause a beep. Set this to nil to prevent that."
;; (defcustom proof-shell-adjust-line-width-cmd nil
-
-
-
-
;;
;; 5b. Regexp variables for matching output from proof process.
;;
@@ -2143,10 +2139,18 @@ response buffer."
:type '(choice nil regexp)
:group 'proof-shell)
+
;;
;; 5c. hooks and other miscellaneous customizations
;;
+(defcustom proof-shell-unicode nil
+ "Tell whether communication between Proof General and the prover
+process is 8bit clean, without using any special non-ASCII characters!
+If so, the process coding system will be set to utf-8."
+ :type 'boolean
+ :group 'proof-shell)
+
(defcustom proof-shell-filename-escapes nil
"A list of escapes that are applied to %s for filenames.
A list of cons cells, car of which is string to be replaced