aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FAQ15
1 files changed, 9 insertions, 6 deletions
diff --git a/FAQ b/FAQ
index 2e4f3aa2..06320165 100644
--- a/FAQ
+++ b/FAQ
@@ -23,12 +23,15 @@ 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 EMACS=xemacs' to recompile .elc files for "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"
+ make clean # removes all .elc files.
+
+ and then a command like this:
+
+ make EMACS=xemacs
+
+ Note: GNU Emacs is recommended. XEmacs support may be removed
+ in future.
+
-----------------------------------------------------------------