aboutsummaryrefslogtreecommitdiffhomepage
path: root/COMPATIBILITY
blob: d0043af140af5267f6a5207c4fd545f0b8b27dd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Compatibility of Proof General
==============================

This version of Proof General has been tested with these Emacs versions
on recent Linux systems:

 Emacs 23.2            -- recommended and supported
 Emacs 23.1            -- previous version, should work
 Emacs 22.X            -- not supported, hack proof-utils.el to try out.

and (main) prover versions:  Coq 8.3, Isabelle2009-2, Isabelle2011

See below for notes about other operating systems.

Maintaining compatibility across proof assistant versions, Emacs
versions and operating systems is virtually impossible.  

In the major 4.0 release ** XEmacs compatibility has been dropped **


Running on Mac OS X
-------------------

For tips, please see here:

   http://proofgeneral.inf.ed.ac.uk/wiki/PGEmacsOnMacOSX

We recommend the 23.2 build of GNU Emacs, which builds natively on Mac
OS X (based on the NextStep port).  Binaries are available at various
websites (e.g., http://emacsformacosx.com), or you can build your own
by compiling from the FSF CVS. See the Emacs Wiki at
http://www.emacswiki.org/emacs/EmacsForMacOS for more.

Note that Mac compatibility isn't thoroughly tested.  If you discover
problems, please send a report and/or fix to the PG trac.  Please
add tips to the wiki page above.


Running on Windows
------------------

For tips, please see here:

   http://proofgeneral.inf.ed.ac.uk/wiki/PGEmacsOnWindows

We recommend EmacsW32 available at:

   http://www.ourcomments.org/Emacs/EmacsW32.html

Unpack the Proof General tar or zip file, and rename the folder to
"ProofGeneral" to remove the version number.  Put a line like this:

   (load-file "c:\\ProofGeneral\\generic\\proof-site.el")

into .emacs.  You should put .emacs in value of HOME if you set that,
or else in directory you installled Emacs in, e.g.  
c:\Program Files\Emacs\.emacs

Note that Windows compatibility isn't tested by the maintainers.  If
you discover problems, please add notes on the Wiki page above, and
submit patches to http://proofgeneral.inf.ed.ac.uk/trac