You are not logged in.
Pages: 1
I'm running ion-3ds-20061223-1 from extra and I've notice that tab completion no longer works from any of the input modes. However shift+tab will cycle backwards through all the choices. Here is the error I get from x
ion3: No encoding given in LC_CTYPE.
ion3: Argument 2 to complete is of invalid type. (Argument template is
'oSS', got lua type boolean).
ion3: Stack trace:
0 [C]: in 'complete'
1 [string "WEdln.complete(_, true)"]:1
[Skipping unnamed C functions.]I did a $locale -a and everything is en_US Any idea how to fix this
Offline
Hey dk I'm pretty sure I'm running the same version as you. I'm not sure
about the "3ds" part, I'm running extra/ion 20061223-1.
Anyway, tab completion works fine for me.
The output of locale -a for me:
$ locale -a
C
POSIX
en_US.utf8
ja_JP.utf8Not sure if this will help, but try running "locale-gen".
Offline
thanks veek-
I did fix the locale...tab selection still does not work. I get basically the same error as above just minus the LC_CTYPE error
ion3: Argument 2 to complete is of invalid type. (Argument template is
'oSS', got lua type boolean).
ion3: Stack trace:
0 [C]: in 'complete'
1 [string "WEdln.complete(_, true)"]:1
[Skipping unnamed C functions.]
I have the problem posted on the ion mailing list. The first response was just as yours--fix locale. It seems that they are separate errors.
Offline
Pages: 1