On 3/3/07, Kevin Williams <[EMAIL PROTECTED]> wrote: > That fixed the "Unknown command" error, but not the "mimedb: Could not > compile regular expressions" error. Other than waiting for the next > release, is there anything else I can do here to correct the error?
Ah, I assumed that problem was caused by the previous one. Seems I was wrong. This seems to be a problem with your locale. What is the content of $LANG. If you set it to e.g. 'en_US.utf8', does the problem go away? > > Thanks for trying to help. You're welcome. > > On 2/28/07, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: > > On 2/28/07, Kevin Williams <[EMAIL PROTECTED]> wrote: > > > Hello all. > > > > > > I'm kinda new to fish shell, but I'm a pretty savvy computer user. I > > > use fish in Fedora and on OS X which I compiled myself. Is there a > > > win32 version? ;) > > > > > > Right now I always get this error on tab completion: > > > > > > [EMAIL PROTECTED] ~/d/almostserious> vim app/vmimedb: Could not compile > > > regular expressions > > > fish: Unknown command "__fish_complete_text" > > > Standard input: __fish_complete_text > > > ^ > > > in command substitution > > > called on standard input, > > > > > > What I did here was type "vim app/v" followed by the [Tab] key. This > > > is on OS X. What is wrong here? Did my compile not go perfectly? I > > > installed 1.22.3 over a previous build of 1.22.2, if that helps. > > > > My fault. I forgot to push a patch adding a file to the main fish > > repository before releasing the latest version. I didn't notice > > because I accidentally based my test build on my internal repository. > > The file in question contains the definition of the > > __fish_complete_text shellscript function, which is why fish complains > > that it can't be found. > > > > To temporarily get rid of the error, you can just remove the line > > mentioning __fish_complete_text from the file > > /usr/local/share/fish/functions/__fish_complete_vi.fish. > > > > I'll put out a new release soon. > > > > > > > > Any ideas would be appreciated. > > > > > > -- > > > Cheers, > > > > > > Kevin Williams > > > http://www.almostserio.us/ > > > > > > "Any sufficiently advanced technology is indistinguishable from > > > Magic." - Arthur C. Clarke > > > > > > ------------------------------------------------------------------------- > > > Take Surveys. Earn Cash. Influence the Future of IT > > > Join SourceForge.net's Techsay panel and you'll get the chance to share > > > your > > > opinions on IT & business topics through brief surveys-and earn cash > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > _______________________________________________ > > > Fish-users mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/fish-users > > > > > > > > > -- > > Axel > > > > > -- > Cheers, > > Kevin Williams > http://www.almostserio.us/ > > "Any sufficiently advanced technology is indistinguishable from > Magic." - Arthur C. Clarke > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Fish-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/fish-users > -- Axel ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
