aboutsummaryrefslogtreecommitdiffhomepage
path: root/FAQ
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-15 23:08:27 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-15 23:08:27 +0000
commiteb8e2519b36292d3b3b3d20db652afd45ca164cc (patch)
treee75ad36582c27a275f0fa28853484f6ac842df70 /FAQ
parent573d055d52c650389f122ddfa1de59d442f05feb (diff)
Updated.
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ14
1 files changed, 7 insertions, 7 deletions
diff --git a/FAQ b/FAQ
index f5f69446..2e4f3aa2 100644
--- a/FAQ
+++ b/FAQ
@@ -19,16 +19,16 @@ Q. Proof General fails to load with an error message on start-up:
What's wrong?
-A. We distribute compiled .elcs for GNU Emacs, so you will have to
- delete them and (optionally) recompile for XEmacs. Using the
- Makefile:
+A. We distribute compiled .elcs for GNU Emacs 22.1, so you will have to
+ delete them and (optionally) recompile for your preferred
+ Emacs version. Using the Makefile:
Use 'make clean' to remove all .elc files.
- Use 'make compile' to recompile .elc files.
+ Use 'make compile EMACS=xemacs' to recompile .elc files for "xemacs".
- Edit the Makefile to set EMACS to your Emacs executable,
- or run, e.g., 'make compile EMACS=xemacs'.
-
+ Note: GNU Emacs is recommended. To start Isabelle using the
+ Isabelle command with GNU Emacs instead of the default xemacs,
+ use "Isabelle -p emacs"
-----------------------------------------------------------------