diff options
| -rw-r--r-- | BUGS | 6 | ||||
| -rw-r--r-- | TODO | 8 | ||||
| -rw-r--r-- | coq/BUGS | 14 |
3 files changed, 13 insertions, 15 deletions
@@ -2,8 +2,8 @@ * Known Bugs and Workarounds for Proof General. -Contact: mailto:da+pg-bugs@inf.ed.ac.uk -For latest, see: http://proofgeneral.inf.ed.ac.uk/BUGS +For latest, see: http://proofgeneral.inf.ed.ac.uk/trac + See also FAQ: http://proofgeneral.inf.ed.ac.uk/FAQ Generic bugs are listed here, which may affect all of the supported @@ -228,3 +228,5 @@ Several (odd) circumstances cause this version of Emacs to loop, in particular, when moving the cursor into multi-byte characters. Workarounds have been added to avoid this: you may see junk characters in the shell buffer as a side effect. + + @@ -2,14 +2,14 @@ This is our brief list of planned things to do to Proof General. $Id$ -See also the Proof General development page on the web. Also, for -low-level (possibly obsolete) detail, see the file TODO.developer. +See also the Proof General development page on the web, and +the issue tracker at http://proofgeneral.inf.ed.ac.uk/trac. Please send any suggestions, comments, or offers of help to -da+pg-feedback@inf.ed.ac.uk. Thanks! +da+pg-feedback@inf.ed.ac.uk. -Plans for upcoming versions +Ideas for upcoming versions --------------------------- * Implement support for PG Kit. Support PGIP provers fully, with/without @@ -4,21 +4,17 @@ See also ../BUGS for generic bugs. -** With new syntax in Coq 7, comments at end of files cannot be processed. +** Multiple file handling and auto-compilation is incomplete -Leads to annoying retract/process questions when switching buffers. -Workaround: don't use a comment as the last line of the buffer, for now. +** C-c C-a C-i on long intro lines breaks line the wrong way. ** coqtags doesn't find all declarations. It cannot handle lists e.g., with "Parameter x,y:nat" it only tags x but not y. [The same problem exists for legotags] Workaround: don't rely too much on the etags mechanism. - -** With Coq 7, multiple file handling and auto-compilation is buggy - -** Surely others that aren't mentioned here... -Please report them to da+pg-bugs@inf.ed.ac.uk +** Others not mentioned... + +Please report further issues at http://proofgeneral.inf.ed.ac.uk/trac -** C-c C-a C-i on long intro lines breaks line the wrong way.
\ No newline at end of file |
