zsh-workers
 help / color / mirror / code / Atom feed
From: "Mikael Magnusson" <mikachu@gmail.com>
To: "Peter Stephenson" <pws@csr.com>
Cc: "Zsh hackers list" <zsh-workers@sunsite.dk>
Subject: Re: PATCH: _units
Date: Mon, 4 Jun 2007 22:30:30 +0200	[thread overview]
Message-ID: <237967ef0706041330k6969c11dqcea5d862144b1756@mail.gmail.com> (raw)
In-Reply-To: <200706041518.l54FI4lV007223@news01.csr.com>

On 04/06/07, Peter Stephenson <pws@csr.com> wrote:
> This implements completion for GNU units.  As noted, it's not that
> useful for some other implementations which don't take command line
> arguments, though for any that do and have a text data file it should be
> extensible.  The location of the data file can no doubt be in other
> places than the ones listed.
>
[..]
> +# Find the units data.
> +local datfile
> +local -a testfiles
> +testfiles=(
> +  /usr/share/units.dat         # GNU
> +  /usr/local/share/units.dat
> +  /usr/share/lib/unittab       # Solaris

/usr/share/units/units.dat here (gentoo linux), at school it's on
/usr/share/misc/units.dat (debian 3.1 i think).

> +)
-- 
Mikael Magnusson


      parent reply	other threads:[~2007-06-04 20:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-04 15:18 Peter Stephenson
2007-06-04 19:21 ` Phil Pennock
2007-06-05 10:11   ` Peter Stephenson
2007-06-05 15:46     ` Phil Pennock
2007-06-05 15:55       ` Peter Stephenson
2007-06-04 20:30 ` Mikael Magnusson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=237967ef0706041330k6969c11dqcea5d862144b1756@mail.gmail.com \
    --to=mikachu@gmail.com \
    --cc=pws@csr.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).