aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/bug-notes.txt
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-05-25 17:54:07 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-05-25 17:54:07 +0000
commit7b59d83391e45b11cd19081eab4096395d6c57b4 (patch)
treec3c6ca4222b8c9144a0c4de41cf584d03b98e319 /etc/bug-notes.txt
parent3281b3cfd3af3a89f7286c847f15b74debdbd615 (diff)
New file, test cases for bugs
Diffstat (limited to 'etc/bug-notes.txt')
-rw-r--r--etc/bug-notes.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/etc/bug-notes.txt b/etc/bug-notes.txt
new file mode 100644
index 00000000..e00a23e7
--- /dev/null
+++ b/etc/bug-notes.txt
@@ -0,0 +1,32 @@
+-*- outline -*-
+
+$Id$
+
+Test cases for PG and/or Emacs bugs.
+
+----------------
+
+* XEmacs bug: buffer-syntactic-context-depth returns weird values
+
+Seems to depend on previous history. Test in Coq buffer:
+
+ X
+ (* comment one *)
+ Y
+ (* comment two *)
+ Z
+
+Evaluate (buffer-syntactic-context-depth) at X, Y, then Z.
+Values 0, 1, 2. Evaluate at point Y. Now get 0.
+Perhaps caches previous value, and bases parse on moving point
+forwards from previous value? Anyway, doesn't do well with
+block comments. Also bad with line comments, use same test
+case with buffer in lisp mode, except with lisp comments.
+
+Shame, would be nice to use this to help parse lisp-like
+syntax for PAs, fitting in with present scheme.
+
+
+
+
+