zsh-workers
 help / color / mirror / code / Atom feed
From: Zefram <zefram@dcs.warwick.ac.uk>
To: pws@ifh.de (Peter Stephenson)
Cc: zsh-workers@math.gatech.edu
Subject: Re: autoparamkeys broken in 3.1.1
Date: Mon, 10 Feb 1997 15:02:01 +0000 (GMT)	[thread overview]
Message-ID: <16084.199702101502@stone.dcs.warwick.ac.uk> (raw)
In-Reply-To: <199702101448.PAA14010@hydra.ifh.de> from "Peter Stephenson" at Feb 10, 97 03:48:26 pm

Peter Stephenson wrote:
>yes, I think the patch that broke autoparamkeys changed this 
>
>		if (complexpect || singlec != ' ')
>		    addedsuffix = menuinsc = 1;
>
>to this, around 3311 in do_single(), zle_tricky.c 
>
>		if (singlec != ' ')
>		    addedsuffix = menuinsc = 1;
>
>--- this fits the symptoms anyway.  Anyone recognise this?  I seem to
>have delete it.

I was wondering if that might have been it, when you mentioned the
patched version.  (I don't have a version with that patch applied here,
so I couldn't test it.)  I sent this patch; it fixed a problem with
menu completion of parameters.  (Extra characters were deleted.)

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.

-zefram


  reply	other threads:[~1997-02-10 15:16 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 [this message]
1997-02-10 16:36       ` 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=16084.199702101502@stone.dcs.warwick.ac.uk \
    --to=zefram@dcs.warwick.ac.uk \
    --cc=pws@ifh.de \
    --cc=zsh-workers@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).