zsh-workers
 help / color / mirror / code / Atom feed
From: "Andrej Borsenkow" <Andrej.Borsenkow@mow.siemens.ru>
To: "Oliver Kiddle" <opk@thoth.u-net.com>,
	"Zsh workers" <zsh-workers@sunsite.auc.dk>
Subject: RE: PATCH: completions for su and implicit fg/bg
Date: Fri, 9 Jul 1999 14:40:27 +0400	[thread overview]
Message-ID: <000701bec9f7$7541bc60$21c9ca95@mow.siemens.ru> (raw)
In-Reply-To: <3785CD8A.4CAA6484@thoth.u-net.com>

                                  Judging by _find, it seems that _normal is
> the way to do this but it would need the shell's name to be on the
> command-line. I've got it to work by pulling the relevant parts out of
> _normal and roughly repeating it.

Correct me if I'm wrong, but don't you simply need to setup $words and set
CURRENT to reflect the word to complete? Something like

words=(sh $words)
((CURRENT++))
_normal

/andrej


  parent reply	other threads:[~1999-07-09 10:40 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-07-09 10:23 Oliver Kiddle
1999-07-09 10:04 ` Peter Stephenson
1999-07-09 10:40 ` Andrej Borsenkow [this message]
1999-07-09 10:44 Sven Wischnowsky
1999-07-09 12:34 ` Peter Stephenson
     [not found]   ` <3785FAFB.3E9FDD41@thoth.u-net.com>
1999-07-09 13:53     ` Oliver Kiddle
1999-07-09 14:47       ` Peter Stephenson
1999-07-09 15:53         ` Oliver Kiddle
1999-07-09 13:47 Sven Wischnowsky
1999-07-12 10:39 Sven Wischnowsky
1999-07-12 11:27 ` Peter Stephenson
1999-07-12 12:11 Sven Wischnowsky
1999-07-12 14:29 ` Peter Stephenson
1999-07-13  9:02 Sven Wischnowsky
1999-07-19 13:58 Sven Wischnowsky
1999-07-19 13:38 ` Peter Stephenson

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='000701bec9f7$7541bc60$21c9ca95@mow.siemens.ru' \
    --to=andrej.borsenkow@mow.siemens.ru \
    --cc=opk@thoth.u-net.com \
    --cc=zsh-workers@sunsite.auc.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).