diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2004-02-25 19:11:33 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2004-02-25 19:11:33 +0000 |
commit | 6841205b19c6856f5cac14015d73d8a12beb985b (patch) | |
tree | 5a5eac18622a73e2ea16ceca3096f9b024401705 /emacs | |
parent | 7f05d32538e599de5130feb9eb21fe2dd1a43a2f (diff) |
*** empty log message ***
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/gds-problems.txt | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/emacs/gds-problems.txt b/emacs/gds-problems.txt index a3d2423c3..e69de29bb 100644 --- a/emacs/gds-problems.txt +++ b/emacs/gds-problems.txt @@ -1,20 +0,0 @@ - -*- outline -*- -Known GDS problems - -* gds-load-file (C-c C-l) doesn't work - -This is because it isn't yet implemented in gds-client.scm. - -* Incomplete expressions aren't reported nicely - -In code sent for evaluation, that is. Currently this is reported as a -GDS Internal Error. It should be reported like error-in-evaluation -and, in cases where the code evaluated contained multiple expressions, -should correctly show the results of evaluating the expressions that -were read before the read error was noticed.. - -* In the debugger, `e' (gds-evaluate) isn't easy to use - -Because it doesn't pop up the result! (You can see the result with `v -m', but these extra keys shouldn't be needed.) - |