diff options
| author | David Aspinall | 2007-12-12 20:34:39 +0000 |
|---|---|---|
| committer | David Aspinall | 2007-12-12 20:34:39 +0000 |
| commit | 65c8cbdebb30b570352f363168a4f69637fe4f65 (patch) | |
| tree | 969d5dd7d17f6c0b277f9d582d2ed43710332f27 /etc/bug-notes.txt | |
| parent | 1e8c06304208adae0b038894826c8f5ae20d949c (diff) | |
Deleted file
Diffstat (limited to 'etc/bug-notes.txt')
| -rw-r--r-- | etc/bug-notes.txt | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/etc/bug-notes.txt b/etc/bug-notes.txt deleted file mode 100644 index e00a23e7..00000000 --- a/etc/bug-notes.txt +++ /dev/null @@ -1,32 +0,0 @@ --*- 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. - - - - - |
