Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
fortran completion
- X-seq: zsh-users 12159
- From: "Anonymous bin ich" <ichbinanon@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: fortran completion
- Date: Thu, 1 Nov 2007 08:27:44 +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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=PvQT4j9gwHv8hB4ippBA+dkY6CZczZbO5I31bIImv/E=; b=knkyngES7jQPG/nTEaHR5sMBQpPcRm7QrDkg8ffjJLSng7nMj7u08Id1WURe3zdOcnFFQ5UsXqn8Bgma2qdpdwddqjw5Dh4I/1gw5dYNppAxhIzJLfWRfr8p1gY2iHzanK/Z2A7jbWIQfS7rrzF+UgQYjgjglH9gVjLbAdVWKLw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=PGd/mCCc4qlZZIQhUcdImtqmxC+wPR8cH7rAKB7YB7pDqpN/B3RCPdL9NK2dNd8ZEZa9fFX4fq1DoqC3H+KKo+h9d+D2KFPKlOMt8uHIwb98jFTOTzseus/Kv4smEh4eDiPHoXU0yANuD+ofoLXUGnR7pFBgTToH5vNIk32IuI0=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi! I have a program which needs to do autocompletion for fortran
source code. Right now I am using
compdef '_files -g "*.f*"' f90.sh
but I would like to have something more robust or official. I see that
for gfortran, autocompletion works, but I cannot seem to file relevant
function. (neither _gfortran no _fortran etc.)
Could some please tell me what is the function used for gfortran (or a
function for fortran files)?
--
Regards,
Messages sorted by:
Reverse Date,
Date,
Thread,
Author