From 4d6f948b58053bcbcbfa8c2a17ded070fb5cadda Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 18 Jul 2002 11:53:28 +0000 Subject: New files. --- html/components | 5 ++++ html/components.html | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 html/components create mode 100644 html/components.html diff --git a/html/components b/html/components new file mode 100644 index 00000000..7f600582 --- /dev/null +++ b/html/components @@ -0,0 +1,5 @@ + + diff --git a/html/components.html b/html/components.html new file mode 100644 index 00000000..b41bb59b --- /dev/null +++ b/html/components.html @@ -0,0 +1,70 @@ + + +

As part of the Proof General project, some components have been +developed which might be useful in a wider context. They are +presented on this page. +

+ +

As usual with free software, these programs +come with no guarantees of any sort. +Nonetheless, please contact us with +any comments, suggestions, or problems. +

+ +

Spans: Emacs and XEmacs compatibility library for overlays/extents

+ +

+Spans are an abstraction of XEmacs extents used to help +bridge the gulf between GNU Emacs and XEmacs. In GNU Emacs, spans are +implemented using overlays. +

+

+The library consists of two Emacs lisp files, +

+which implement a common interface for overlays/extents. +This library was originally implemented by Healfdene Goguen. +

+

+See the files for further documentation, and +section 12.1 +of the Proof General adapting manual +for more details. +

+ + +

Docstring magic: Elisp documentation to TeXinfo extraction

+ +

+This package generates Texinfo source fragments from Emacs +docstrings. This avoids documenting functions and variables +in more than one place, and automatically adds Texinfo markup +to docstrings. It's a bit like javadoc for +Emacs Lisp, except that you must write a skeleton texi +file which contains magic comments mentioning the function or +variable names you want documented. +

+

+The package consists of one file: +

+which contains documentation and usage hints. +For an extensive example of it's use, see +the source +for the PG adapting manual. +

+ +
+ + -- cgit v1.2.3