zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <pws@ifh.de>
To: Zefram <zefram@dcs.warwick.ac.uk>
Subject: Re: autoparamkeys broken in 3.1.1
Date: Mon, 10 Feb 1997 17:36:37 +0100	[thread overview]
Message-ID: <199702101636.RAA00709@hydra.ifh.de> (raw)
In-Reply-To: "Zefram"'s message of "Mon, 10 Feb 1997 15:02:01 MET." <16084.199702101502@stone.dcs.warwick.ac.uk>

Zefram wrote:
> I have neither the time nor facilities here to fix this properly, but
> at a wild guess, try putting
> 
> 	else if(complexpect)
> 	    addedsuffix = 1;
> 
> on the end of the new version of the conditional.

That certainly fixes the problem I was on about.  I didn't see any
menu problems with parameters appearing, but I'm not sure how to
reproduce those.  Here's that as a patch on top of the previous one.

*** Src/Zle/zle_tricky.c.apk	Mon Feb 10 13:34:40 1997
--- Src/Zle/zle_tricky.c	Mon Feb 10 17:23:31 1997
***************
*** 3310,3315 ****
--- 3310,3317 ----
  		insc = 1;
  		if (singlec != ' ')
  		    addedsuffix = menuinsc = 1;
+ 		else if (complexpect)
+ 		    addedsuffix = 1;
  		inscs = cs;
  		if (!menuwe)
  		    cs = ccs;

-- 
Peter Stephenson <pws@ifh.de>       Tel: +49 33762 77366
WWW:  http://www.ifh.de/~pws/       Fax: +49 33762 77413
Deutsches Elektronen-Synchrotron --- Institut fuer Hochenergiephysik Zeuthen
DESY-IfH, 15735 Zeuthen, Germany.


      reply	other threads:[~1997-02-10 22:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-02-10 10:57 Peter Stephenson
1997-02-10 11:39 ` Zefram
1997-02-10 14:48   ` Peter Stephenson
1997-02-10 15:02     ` Zefram
1997-02-10 16:36       ` Peter Stephenson [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=199702101636.RAA00709@hydra.ifh.de \
    --to=pws@ifh.de \
    --cc=zefram@dcs.warwick.ac.uk \
    /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).