zsh-workers
 help / color / mirror / code / Atom feed
From: Sven Wischnowsky <wischnow@informatik.hu-berlin.de>
To: zsh-workers@sunsite.auc.dk
Subject: Re: Variable completion in pws-11
Date: Mon, 8 Mar 1999 09:18:16 +0100 (MET)	[thread overview]
Message-ID: <199903080818.JAA11303@beta.informatik.hu-berlin.de> (raw)
In-Reply-To: Vin Shelton's message of Sun, 07 Mar 1999 18:30:20 -0500


Vin Shelton wrote:

> echo $ZSH<TAB> just beeps at me in pws-11.  It did the right thing in pws-10 - 
> it offered me the menu of ZSH_NAME or ZSH_VERSION.  
> 
> : ~ Sun 7 18:20; echo $ZSH<TAB>
>                            ^
>                            +---- This just beeps.
> 
> BTW, both echo and print have the same behavior.  This behavior occurs even
> with zsh -f.

Sorry, this was lost (with old-style completion) when adding the
`parameter' context for new style completion.

Bye
 Sven

diff -u os/Zle/zle_tricky.c Src/Zle/zle_tricky.c
--- os/Zle/zle_tricky.c	Mon Mar  8 09:06:41 1999
+++ Src/Zle/zle_tricky.c	Mon Mar  8 09:16:20 1999
@@ -5315,7 +5315,7 @@
     char *p, *os = s;
 
     /* Inside $... ? */
-    if ((p = check_param(s, 0)))
+    if (compfunc && (p = check_param(s, 0)))
 	os = s = p;
 
     /* We build a copy of the list of matchers to use to make sure that this

--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


             reply	other threads:[~1999-03-08  8:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-08  8:18 Sven Wischnowsky [this message]
  -- strict thread matches above, loose matches on Subject: below --
1999-03-08  9:03 Sven Wischnowsky
1999-03-07 23:30 Vin Shelton
1999-03-08  8:50 ` Bart Schaefer

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=199903080818.JAA11303@beta.informatik.hu-berlin.de \
    --to=wischnow@informatik.hu-berlin.de \
    --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).