aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2004-04-14 21:05:21 +0000
committerDavid Aspinall2004-04-14 21:05:21 +0000
commitd5b28f2a2e930c0694dd82c39b9aea3db82b84da (patch)
treef3e9b05057bd3f18031b9677a6eaaa9258905ab7
parentd7a93cb1371f8a74b2fb7f70a5de6c4492657e0a (diff)
Mention coding system for x-symbol warning message.
-rw-r--r--FAQ5
-rw-r--r--todo41
2 files changed, 12 insertions, 34 deletions
diff --git a/FAQ b/FAQ
index 56a419b1..e6a845a0 100644
--- a/FAQ
+++ b/FAQ
@@ -31,6 +31,11 @@ A. This may be because of UTF-8 issues e.g in Red Hat 8.0/9/glibc 2.2
be read the shell. This will affect all applications, though.
[ suggestions for a better workaround inside Emacs would be welcome ]
+ NB: a related issue is warnings from x-symbol: "Emacs language
+ environment and system locale specify different encoding, I'll
+ assume `iso-8859-1'". This warning appears to be mainly harmless.
+ Notice that the variable `buffer-file-coding-system' may determine
+ the format that files are saved in.
-----------------------------------------------------------------
diff --git a/todo b/todo
index c64d7ea2..7367c3e2 100644
--- a/todo
+++ b/todo
@@ -7,19 +7,10 @@ This is an outline file. Use C-c C-n, C-c C-p or menu to navigate.
* THINGS TO DO BEFORE 3.5 RELEASE
-*** x-symbol warning:
- Emacs language environment and system locale specify different encoding, I'll assume `iso-8859-1'
- I have /etc/sysconfig/i18n containing LANG="en_GB.iso885915"
- (setq-default buffer-file-coding-system 'iso-8859-15) prevents warning,
- but should we assume a default format for proof assistants?
- (NB: normal default seems to be iso-2022-8)
-
*** Spam-protect email addresses on web pages
*** Fixup HTML on mailing list pages
-*** Update CHANGES to mention ccc and pg-shell
-
*** Display management improvement (ongoing; it's a nightmare)
Glitches to resolve:
-- with multiple frame mode, new frames get selected on creation
@@ -34,28 +25,7 @@ This is an outline file. Use C-c C-n, C-c C-p or menu to navigate.
-- Stuck-withs: XEmacs frames always have minibuffer.
GNU Emacs frames always have modelines.
-*** Update documentation. Include new screenshots also for web pages.
-
-*** GNU Emacs bug:
- -- Behaviour of `proof-shell-exit' is different on command
- line and from menu. From menu it *hangs* for some reason,
- but not when called directly.
- [ SHOULD BE FIXED NOW ]
-
-*** Strange bug Gerwin reported with restarting Isabelle/logic name.
- Busy wait triggered, proof-shell-busy stays set.
- REASON: see comment about calling invisible-command in a nested
- way. askprefs is called that way. Leads to blocking.
- [ SHOULD BE FIXED NOW ]
-
-*** Use of regexps in isar-syntax.el --- problems with retraction.
-
-*** Automatically processing files before deactivating scripting: warning
- messages from Isabelle when asking it to remove files that it says
- are already removed (noticed with auto action set to process).
-
- Something has broken with multiple-file scripting here: perhaps an
- Isabelle problem.
+*** Update documentation.
*** Emacs Bug Roundup
--- xemacs support for nested comments??
@@ -63,9 +33,8 @@ This is an outline file. Use C-c C-n, C-c C-p or menu to navigate.
*** Clean up X-symbol support
-- token configuration for latest version of X-Symbol (Gerwin Klein, done?)
- -- remove on/off setting for all buffers (too slow), use
- same mechanism as proof-mmm. [Done; in testing]
- -- Check x-symbol support in provers other than Isabelle
+ -- Check x-symbol support in provers other than Isabelle
+ [Coq: OK; others?]
*** Finish/cleanup MMM support for Isar. Document.
Add MMM for other provers where relevant
@@ -81,6 +50,10 @@ This is an outline file. Use C-c C-n, C-c C-p or menu to navigate.
*** Check multiple file support in Isabelle -- maybe has become buggy
-- Test cases seem to work, still
+ -- TODO: test with auto action:
+ Automatically processing files before deactivating scripting: warning
+ messages from Isabelle when asking it to remove files that it says
+ are already removed (noticed with auto action set to process).
*** Coq issues that may be problematic:
-- Auto-compile-vos (prob impossible to fix)