etc/proofgeneral-settings.el
author wenzelm
Tue, 03 Mar 2009 18:31:59 +0100
changeset 30222 4102bbf2af21
parent 29145 b1c6f4563df7
child 32987 eac0ff83005e
permissions -rw-r--r--
moved type bstring from name_space.ML to binding.ML -- it is the primitive concept behind bindings; moved separator/is_qualified from binding.ML back to name_space.ML -- only name space introduces an explicit notation for qualified names; type binding: maintain explicit qualifier, indepently of base name; tuned signature of Binding: renamed name_pos to make, renamed base_name to name_of, renamed map_base to map_name, added mandatory flag to qualify, simplified map_prefix (formerly unused); Binding.str_of: include markup with position properties; misc tuning;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11635
wenzelm
parents: 11061
diff changeset
     1
;;; Options for Proof General
11061
9b9d48ce3b6c example Proof General settings;
wenzelm
parents:
diff changeset
     2
11635
wenzelm
parents: 11061
diff changeset
     3
;; Examples for sensible settings:
wenzelm
parents: 11061
diff changeset
     4
11061
9b9d48ce3b6c example Proof General settings;
wenzelm
parents:
diff changeset
     5
;(custom-set-variables '(isar-eta-contract nil))
11635
wenzelm
parents: 11061
diff changeset
     6
wenzelm
parents: 11061
diff changeset
     7
;(custom-set-faces
wenzelm
parents: 11061
diff changeset
     8
; '(proof-locked-face
wenzelm
parents: 11061
diff changeset
     9
;   ((((type x) (class color) (background light)) (:background "lightsteelblue2")))))