aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/trac/trac-206.thy
diff options
context:
space:
mode:
Diffstat (limited to 'etc/trac/trac-206.thy')
-rw-r--r--etc/trac/trac-206.thy14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/trac/trac-206.thy b/etc/trac/trac-206.thy
new file mode 100644
index 00000000..d1d0a053
--- /dev/null
+++ b/etc/trac/trac-206.thy
@@ -0,0 +1,14 @@
+theory Test imports Main begin
+
+(* The special markup (for terms etc.) is not processed in minibuffer
+messages. For example: *)
+
+ML_command {* warning (Syntax.string_of_typ @{context} @{typ 'a}) *}
+
+term "\<lambda> x. x"
+
+(* Here the decoration for 'a shows up as funny control characters,
+instead of proper font-lock colouring. *)
+
+end
+