Changes between Initial Version and Version 3 of Ticket #406
- Timestamp:
- May 10, 2008, 9:27:18 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #406
-
Property
Summary
changed from
notebook -- improve support for other system modes
tonotebook -- make tab completion not stick gap. when using the notebook in gap mode
-
Property
Milestone
changed from
to
sage-3
-
Property
Summary
changed from
-
Ticket #406 – Description
initial v3 1 1 {{{ 2 2 On 7/26/07, Dan Christensen <jdc@uwo.ca> wrote: 3 > Some other minor issues about using GAP within the notebook, under4 > 2.7.1. I've put my entire worksheet in GAP mode using the menu at5 > the top. The following things don't work correctly:6 >7 > 0) If I type something that gives an error in GAP, the error8 > message is buried in a python exception/backtrace.9 >10 > 1) If I type "?SymmetricGroup" (which works within GAP), all I see11 > is12 >13 > Help: Showing `Reference: SymmetricGroup'14 > Page from 10415 >16 > It's similar with other "?foo" commands.17 >18 > 2) If I type "SymmetricGroup?" and hit tab, it shows me help about19 > sage's wrapped SymmetricGroup function. I don't think this will20 > be helpful for functions not wrapped by sage.21 >22 3 > 3) When I try to use tab completion, it inserts "gap." before the 23 4 > command (and probably ignores functions not wrapper by sage). 24 25 I am aware of each of these issues (which also happen with26 the other interfaces). They are *not* features in my mind, but27 bugs, and they need to be fixed by somebody (either me or28 somebody else).29 30 William31 5 }}}