Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: fortran completion



Anonymous bin ich <ichbinanon@xxxxxxxxx>:
> I see that for gfortran, autocompletion works, but I cannot seem to
> find relevant function. (neither _gfortran nor _fortran is available)
[...]
> Could some please tell me what is the function used for gfortran (or a
> function for fortran files) so that I could add this completion?

% bindkey '^xh' _complete_help
% gfortran <ctrl-x>h

That will tell you what the completion system will try to do when
you hit tab at the position you hit "ctrl-x h" in the above example.

Regards, Frank

-- 
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
                                                  -- RFC 1925



Messages sorted by: Reverse Date, Date, Thread, Author