diff options
| author | David Aspinall | 2004-08-16 14:53:24 +0000 |
|---|---|---|
| committer | David Aspinall | 2004-08-16 14:53:24 +0000 |
| commit | d29421a66295fd9c1f66d98f5dde44519bac343e (patch) | |
| tree | 1d3d1f4e4807f6ce3caa75d472cfe994d288decf /generic | |
| parent | d11e8a19a2e4bf0cf770f16e787036a5497d6919 (diff) | |
Note about use of this lib.
Diffstat (limited to 'generic')
| -rw-r--r-- | generic/pg-xml.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/generic/pg-xml.el b/generic/pg-xml.el index 8a777cbd..45880d66 100644 --- a/generic/pg-xml.el +++ b/generic/pg-xml.el @@ -8,7 +8,11 @@ ;; ;; XML functions for Proof General ;; -;; STATUS: Experimental, not in use. +;; STATUS: Experimental, used in proof-shell to deal with PGIP +;; messages from prover. +;; +;; TODO: Replace this file by a more robust/standard +;; Emacs XML library. ;; ;; Proof General Kit uses PGIP, an XML-message protocol ;; for interactive proof. The simple functions here allow |
