ravikumar10 / genyris

Automatically exported from code.google.com/p/genyris
Other
0 stars 0 forks source link

Autocompletion in the REPL is blind to escaped symbols. #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
> intern "whoolio"
:
|whoolio| # SimpleSymbol2.
2. hit | <TAB>

What do you see?
no escaped symbols 

What is the expected output?
Would prefer to see all the escaped symbols also with the pip chars:
|whoolio| |whatever| ....

Original issue reported on code.google.com by birchb1...@gmail.com on 30 Apr 2013 at 7:47

GoogleCodeExporter commented 9 years ago

Original comment by birchb1...@gmail.com on 30 Apr 2013 at 7:47

GoogleCodeExporter commented 9 years ago

Original comment by birchb1...@gmail.com on 30 Apr 2013 at 7:55

GoogleCodeExporter commented 9 years ago

Original comment by birchb1...@gmail.com on 30 Apr 2013 at 7:58