Many thanks for this fast and accurate answer! It works perfectly now.

2012/8/3 Maxim Gonchar <gma...@gmail.com>:
> Hi,
>
> it seems that 'nothing appropriate' is the 'apropos' command output. Apropos
> is called to print command description.
> It seems that new versions of apropos print error message if the command is
> not found to the stderr.
>
> I've fixed it in https://github.com/fish-shell/fish-shell/pull/262 .
> You can do it manually by changing
>         apropos $argv | awk
> to
>         apropos $argv ^/dev/null | awk
> in __fish_describe_command function.
>
> Maxim
>
>
>
> On Fri, 03 Aug 2012 06:08:42 +0900, aurelien coillet <acoil...@gmail.com>
> wrote:
>
>> Hey all,
>>
>> I'm discovering fish and I really appreciate its auto-completion
>> features and color and all. Yet I have one itching issue: whenever I
>> want to complete a unique program name with <TAB>, fish gives me a
>> "nothing appropriate", an end of line and finish the completion.
>>
>> For example, I want to launch inkscape, so I type inksc and press
>> <TAB>, and here is the output result:
>>
>>> inkscinksc: nothing appropriate.
>>> inkscape
>>
>>
>> I would expect just the completion to inkscape, as is suggested in
>> grey (and it's what happens if I hit the right arrow, but it's much
>> less obvious and easy than TAB).
>>
>>  I don't really understand why there is "nothing appropriate", since
>> it finds something (unique). Is there a way I can get rid of it (or is
>> it a bug?)?
>>
>> I'm running the git version of fish, on a 64 bits Archlinux system.
>> fish --version returns 2.0.0.
>>
>> Thanks for your help.
>>
>



-- 
Aurélien Coillet

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to