Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: fortran completion
- X-seq: zsh-users 12175
- From: "Anonymous bin ich" <ichbinanon@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: fortran completion
- Date: Fri, 2 Nov 2007 09:37:34 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=mzOCHCyL4btYhFJ0DcqxPV9x6zbUT+Mwrs2Qu8ON5rQ=; b=DQapNKR3fgz3cyE33Dx6co1DHj5Q7iuJ3WBB5m2TGIWjlswZUH+y36rjSJspXZ1Kao6dyeMm+Ad5MWc095MwMiUzIHWwpIx7UpWEegVtUGaBniOb3v7lwfmjJI6oGiJCfAQKDn3fBfWbXqJP4c9MRUs5G9JBrVM8LyMHi4bJmjU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=q50F9hN0vIMoudky5Xs0MNJhnbz2m8ByNbqcPomI6JSpNI2kuKXtFeya3albvBVSgru0HvUELOOvj5XtTX3uqSCdEN0z6ljcbncwCF/kKQmSN2KhCNMlhTl/7n/5s+TDeArTEE0Bewcerjous8kEgPVfyPVn34wRJ8Fo/Dr/3Lw=
- In-reply-to: <82839db60711010027oeaef729gb58c8aa83266dad1@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <82839db60711010027oeaef729gb58c8aa83266dad1@xxxxxxxxxxxxxx>
I should read mails before sending them :)
Hello!
I have a program which needs to do autocompletion for fortran
source code files. Right now I have this line in my .zshrc
compdef '_files -g "*.f*"' f90.sh
but I would like to have something more robust/official.
I see that for gfortran, autocompletion works, but I cannot seem to
find relevant function. (neither _gfortran nor _fortran is available)
Even
grep -i fort $fpath/* does not result anything useful.
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?
Thanks,
PS: I have never gotten a reply from the mailing list. If anyone is
reading this, am I being marked as "spam" (it happened to one another
subscription). If so, I will create a new email id :(
PPS: I am a newbie.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author