zsh-users
 help / color / mirror / code / Atom feed
From: vlefevre@ens-lyon.fr (Vincent Lefevre)
To: zsh-users@math.gatech.edu
Subject: Re: filename completion question...
Date: Fri, 18 Oct 1996 23:33:03 +0200	[thread overview]
Message-ID: <199610182133.XAA07765@boukha.ens-lyon.fr> (raw)
In-Reply-To: <199610182007.NAA00811@kontiki.Eng.Sun.COM>; from John S Cooper on Oct 18, 1996 13:07:43 -0700

John S Cooper writes:
> $ export LD_LIBRARY_PATH=~/sdtm<TAB>	# fails

Change the completion rule for export. Here's mine:

compctl -v -S '=' -x 'N[1,@] p[1,-1]' -k hosts - 'N[1,=] p[1,-1]' -f -- export

(It can be improved. For instance, after DISPLAY=, it should do a host
completion...)

-- 
Vincent Lefevre, vlefevre@ens-lyon.fr | Acorn RiscPC600, 20+1MB RAM, Eagle M2
http://www.ens-lyon.fr/~vlefevre      | Apple CD-300, SyQuest 270MB
PhD in Computer Science, 1st year     | Atari Falcon030, 4MB RAM
------------------------------------------------------------------------------


  reply	other threads:[~1996-10-18 21:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-10-18 20:07 John S Cooper
1996-10-18 21:33 ` Vincent Lefevre [this message]
1996-10-18 21:39 ` Zoltan Hidvegi

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=199610182133.XAA07765@boukha.ens-lyon.fr \
    --to=vlefevre@ens-lyon.fr \
    --cc=zsh-users@math.gatech.edu \
    /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).