khalodark / addi

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

clc doesnt work #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. enter "clc" in the command line, hit enter

What is the expected output? What do you see instead?
when "clc" is given as a command it returns:

>> cc
??? cc
ERROR: FunctionToken: undefineded variable or function cc

as if the letter L was not correctly typed in (but it was).
Further, if you type in "lc" (which isnt a valid function name, but will serve 
our purpose here anyway)

>> la
??? la
ERROR: FunctionToken: undefineded variable or function la

as if "la" was the given command not "lc". However, when you type in "calc" you 
get

>> calc
??? calc
ERROR: FunctionToken: undefineded variable or function calc

which is what you would expect to get. "clc()" gets entered correctly, but 
doesnt seem to be a valid function.

This is pretty weird. Maybe a compatibility issue with my phone?

What version of the product are you using? On what operating system?
DROID 3 Gingerbread 2.3.4

Original issue reported on code.google.com by dj.noth...@gmail.com on 6 Aug 2011 at 2:48

GoogleCodeExporter commented 9 years ago
I am pretty sure your phone is not causing this.  I think I know what might be 
happening, but I will look into it when I have time.

Original comment by corbi...@gmail.com on 7 Aug 2011 at 5:40

GoogleCodeExporter commented 9 years ago
This is solved. The spell checker was changing the inputted text, but the 
spellcheck bar wasn't showing up; now it does.

Original comment by dj.noth...@gmail.com on 15 Aug 2011 at 3:39

GoogleCodeExporter commented 9 years ago
thanks for the followup I wasn't closing it, because i could repeat the issue 
where clc was getting replaced by cc etc.  but clc was not implemented, so I 
implemented it.

Original comment by corbi...@gmail.com on 1 Sep 2011 at 4:54