aboutsummaryrefslogtreecommitdiffhomepage
path: root/FAQ
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-05-11 14:14:58 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-05-11 14:14:58 +0000
commitd2e949fbc90d0e2a374f25c4fcaf714bcba0bf91 (patch)
treed705b4afd1d945025f54cc6fcd69550e77080ea6 /FAQ
parent90a69858b03c19aa14de474b1fd2ad25be2a8ba9 (diff)
X-Symbol funny chars question
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ14
1 files changed, 14 insertions, 0 deletions
diff --git a/FAQ b/FAQ
index ff8365a1..ff4c0b91 100644
--- a/FAQ
+++ b/FAQ
@@ -5,6 +5,7 @@ $Id$
For latest version, see http://zermelo.dcs.ed.ac.uk/~proofgen/ProofGeneral/FAQ
+-----------------------------------------------------------------
Q. How can I keep the Proof General option settings across sessions?
@@ -15,6 +16,19 @@ A. Simply use the ordinary XEmacs menu: Options -> Save Options
-----------------------------------------------------------------
+Q. When using X-Symbol, why do I sometimes see funny characters like
+ \233 in the buffer?
+
+A. These are part of the 8 bit character codes used by X Symbol to
+ get symbols from particular fonts. Sometimes X-Symbol forgets to
+ fontify the buffer properly to make it use the right fonts.
+ To fix, type M-x font-lock-fontify-buffer
+ If that doesn't work, type M-x font-lock-mode twice to turn
+ font-lock off then on. Or reload the file.
+
+-----------------------------------------------------------------
+
+
Q. I'm using Proof General for prover X, then I load a file for prover Y.
The buffer doesn't enter the mode for prover Y. Why not?