From 6e7c83f5829a9de2c75a70a6b35e439995c9b653 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Fri, 14 Sep 2012 15:35:23 +0000 Subject: proof-shell-process-connection-type: try using pipes by default in Emacs 24, to avoid Trac #453: http://proofgeneral.inf.ed.ac.uk/trac/ticket/453 --- generic/proof-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generic/proof-config.el') diff --git a/generic/proof-config.el b/generic/proof-config.el index f0633e72..b637c568 100644 --- a/generic/proof-config.el +++ b/generic/proof-config.el @@ -1524,7 +1524,7 @@ This setting is used inside the function `proof-format-filename'." :type '(list (cons string string)) :group 'proof-shell) -(defcustom proof-shell-process-connection-type t +(defcustom proof-shell-process-connection-type (if (= emacs-major-version 24) nil t) "The value of `process-connection-type' for the proof shell. Set non-nil for ptys, nil for pipes." :type 'boolean -- cgit v1.2.3