# HG changeset patch # User wenzelm # Date 862328282 -7200 # Node ID b7562e4528168036fb159bc7884e4b36e73afa16 # Parent 4d501db6ebed2745ac935b2196d3839854a17c7d deactivated new symbols (not yet printable on xterm, emacs); diff -r 4d501db6ebed -r b7562e452816 lib/encodings/isabelle-0 --- a/lib/encodings/isabelle-0 Tue Apr 29 17:23:53 1997 +0200 +++ b/lib/encodings/isabelle-0 Tue Apr 29 17:38:02 1997 +0200 @@ -4,23 +4,26 @@ # The isabelle-0 encoding table. # -145: +#145: +# +#lless +#unlhd +#lhd +#rhd +#tturnstile +#langle +#rangle +#orelse +#top +#Or +#ocdot +#iota +#upsilon +#Upsilon +#Xi -lless -unlhd -lhd -rhd -tturnstile -langle -rangle -orelse -top -Or -ocdot -iota -upsilon -Upsilon -Xi +160: + space2 Gamma Delta diff -r 4d501db6ebed -r b7562e452816 lib/scripts/symbolinput.pl --- a/lib/scripts/symbolinput.pl Tue Apr 29 17:23:53 1997 +0200 +++ b/lib/scripts/symbolinput.pl Tue Apr 29 17:38:02 1997 +0200 @@ -6,21 +6,6 @@ %tab = ( #GENERATED TEXT FOLLOWS - Do not edit! - "\x91", "\\", - "\x92", "\\", - "\x93", "\\", - "\x94", "\\", - "\x95", "\\", - "\x96", "\\", - "\x97", "\\", - "\x98", "\\", - "\x99", "\\", - "\x9a", "\\", - "\x9b", "\\", - "\x9c", "\\", - "\x9d", "\\", - "\x9e", "\\", - "\x9f", "\\", "\xa0", "\\", "\xa1", "\\", "\xa2", "\\", diff -r 4d501db6ebed -r b7562e452816 src/HOL/HOL.thy --- a/src/HOL/HOL.thy Tue Apr 29 17:23:53 1997 +0200 +++ b/src/HOL/HOL.thy Tue Apr 29 17:38:02 1997 +0200 @@ -123,7 +123,7 @@ "? " :: [idts, bool] => bool ("(3\\_./ _)" [0, 10] 10) "?! " :: [idts, bool] => bool ("(3\\!_./ _)" [0, 10] 10) "@case1" :: ['a, 'b] => case_syn ("(2_ \\/ _)" 10) - "@case2" :: [case_syn, cases_syn] => cases_syn ("_/ \\ _") +(*"@case2" :: [case_syn, cases_syn] => cases_syn ("_/ \\ _")*) syntax (symbols output) "*All" :: [idts, bool] => bool ("(3\\_./ _)" [0, 10] 10) diff -r 4d501db6ebed -r b7562e452816 src/Pure/Syntax/symbol_font.ML --- a/src/Pure/Syntax/symbol_font.ML Tue Apr 29 17:23:53 1997 +0200 +++ b/src/Pure/Syntax/symbol_font.ML Tue Apr 29 17:38:02 1997 +0200 @@ -26,27 +26,12 @@ (* tables *) -val enc_start = 145; +val enc_start = 161; val enc_end = 255; val enc_vector = [ (* GENERATED TEXT FOLLOWS - Do not edit! *) - "lless", - "unlhd", - "lhd", - "rhd", - "tturnstile", - "langle", - "rangle", - "orelse", - "top", - "Or", - "ocdot", - "iota", - "upsilon", - "Upsilon", - "Xi", "space2", "Gamma", "Delta", diff -r 4d501db6ebed -r b7562e452816 src/ZF/ZF.thy --- a/src/ZF/ZF.thy Tue Apr 29 17:23:53 1997 +0200 +++ b/src/ZF/ZF.thy Tue Apr 29 17:38:02 1997 +0200 @@ -149,8 +149,10 @@ "@SUM" :: [pttrn, i, i] => i ("(3\\ _\\_./ _)" 10) "@Ball" :: [pttrn, i, o] => o ("(3\\ _\\_./ _)" 10) "@Bex" :: [pttrn, i, o] => o ("(3\\ _\\_./ _)" 10) +(* "@Tuple" :: [i, is] => i ("\\(_,/ _)\\") "@pttrn" :: pttrns => pttrn ("\\_\\") +*) defs