zsh-users
 help / color / mirror / code / Atom feed
From: Vincent Lefevre <vincent@vinc17.org>
To: zsh-users@sunsite.auc.dk
Subject: Re: blah*[TAB] (difference between 3.1.6 and 3.1.9)
Date: Tue, 6 Jun 2000 11:22:25 +0200	[thread overview]
Message-ID: <20000606112224.A27665@vin.ens-lyon.fr> (raw)
In-Reply-To: <1000606032038.ZM25884@candle.brasslantern.com>; from schaefer@candle.brasslantern.com on Tue, Jun 06, 2000 at 03:20:38AM +0000

On Tue, Jun 06, 2000 at 03:20:38 +0000, Bart Schaefer wrote:
> As a workaround, the following should behave the way you want:
> 
> bindkey '\t' complete-word
> autoload -U compinit
> compinit
> zstyle ':completion:*' completer _expand _complete
> zstyle ':completion:*:expand:::' glob 1
> zstyle ':completion:*:expand:::' substitute 1
> 
> If you have some customized compctl commands, you may also want:
> 
> zstyle ':completion:*' use-compctl 1

If I use this (at the end of my .zshrc), variable names completion
doesn't work any longer. For instance, I type "echo $ZSH_V":

Et encore? echo $ZSH_V

then [TAB], and I get:

Et encore? echo #
         $ZSH_V

where '#' represents the cursor.

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/> - 100%
validated HTML - Acorn Risc PC, Yellow Pig 17, Championnat International des
Jeux Mathématiques et Logiques, TETRHEX, etc.
Computer science / computer arithmetic / Arénaire project at LIP, ENS-Lyon


  reply	other threads:[~2000-06-06  9:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-06  1:07 Vincent Lefevre
2000-06-06  3:20 ` Bart Schaefer
2000-06-06  9:22   ` Vincent Lefevre [this message]
2000-06-06 22:22   ` configuring the new completion system Wayne Davison
2000-06-07  5:26     ` Bart Schaefer
2000-06-07  6:03       ` Wayne Davison
2000-06-06  9:20 blah*[TAB] (difference between 3.1.6 and 3.1.9) Sven Wischnowsky

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=20000606112224.A27665@vin.ens-lyon.fr \
    --to=vincent@vinc17.org \
    --cc=zsh-users@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).