diff options
| author | David Aspinall | 2009-09-01 22:01:27 +0000 |
|---|---|---|
| committer | David Aspinall | 2009-09-01 22:01:27 +0000 |
| commit | 7260cde3d4041ef3d8d72ba82e6873a8ae247d40 (patch) | |
| tree | cf56232e0b2013afde84132c82ce4649bda643db | |
| parent | f6e30aee7ba06b19aeef406f08e923bac662f434 (diff) | |
Remove some old X-Symbol references; update docs.
| -rw-r--r-- | generic/proof-config.el | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el index 5ce250cb..c83a9dd3 100644 --- a/generic/proof-config.el +++ b/generic/proof-config.el @@ -1508,14 +1508,14 @@ response buffer." If non-nil, this command is sent to the proof assistant when Unicode Tokens support is activated." :type 'string - :group 'proof-x-symbol) + :group 'prover-config) (defcustom proof-tokens-deactivate-command nil "Command to deactivate token input/output for prover. If non-nil, this command is sent to the proof assistant when Unicode Tokens support is deactivated." :type 'string - :group 'proof-x-symbol) + :group 'proof-config) (defcustom proof-tokens-extra-modes nil "List of additional mode names to use with Proof General tokens. @@ -1525,7 +1525,7 @@ in addition to the four modes for Proof General (script, shell, response, pbp). Set this variable if you want additional modes to also display tokens (for example, editing documentation or source code files)." :type '(repeat symbol) - :group 'proof-x-symbol) + :group 'proof-config) ;; @@ -1533,10 +1533,11 @@ tokens (for example, editing documentation or source code files)." ;; (defcustom proof-shell-unicode t - ;; true by default for PG 3.7; set to nil for old systems "Whether communication between PG and prover is 8bit clean. If non-nil, no special non-ASCII characters must be used in markup. -If so, the process coding system will be set to UTF-8." +If so, the process coding system will be set to UTF-8. +With old systems that may use unsafe unicode prefix sequences +\(i.e., lead to hanging in C-libraries), this should be set to nil." :type 'boolean :group 'proof-shell) |
