cvs
Slava Pestov 2005-10-26 01:52:25 +00:00
parent 3205a72026
commit b1574b8152
2 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@
- [ ... is annoying
perhaps on the last line of output, if a block doesn't fit, print
it anyway?
- apropos: use new smarter completion?
- fix buttons
- fix first/last arrows
- deallocate textures and display lists
+ ui:

View File

@ -255,10 +255,10 @@ public class ExternalFactor extends VocabularyLookup
switch(mode)
{
case COMPLETE_START:
predicate = "[ word-name swap head? ]";
predicate = "[ word-name [ swap head? ] completion? ]";
break;
case COMPLETE_ANYWHERE:
predicate = "[ word-name subseq? ]";
predicate = "[ word-name [ subseq? ] completion? ]";
break;
case COMPLETE_EQUAL:
predicate = "[ word-name = ]";