Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: #autoload <option>
- X-seq: zsh-workers 10268
 
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
 
- To: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>,        zsh-workers@xxxxxxxxxxxxxx
 
- Subject: Re: PATCH: #autoload <option>
 
- Date: Mon, 27 Mar 2000 09:46:31 +0000
 
- In-reply-to: <200003270848.KAA03225@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
 
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
 
- References: <200003270848.KAA03225@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
 
On Mar 27, 10:48am, Sven Wischnowsky wrote:
} Subject: PATCH: #autoload <option>
}
} And then it fixes to uses of compstate[force_list] in i-c-w and
} predict-on. Dunno how they survived.
} 
} diff -ru ../z.old/Functions/Zle/predict-on Functions/Zle/predict-on
} --- ../z.old/Functions/Zle/predict-on	Mon Mar 27 10:25:59 2000
} +++ Functions/Zle/predict-on	Mon Mar 27 10:42:48 2000
} @@ -130,10 +130,9 @@
}  	    compstate[nmatches] > compstate[list_max] ) ))
}    then
}      compstate[list]=''
} -    compstate[force_list]=yes
}    elif zstyle -t ":completion:::predict::" list always
}    then
} -    compstate[force_list]=yes
} +    compstate[list]='force list'
}    fi
}  }
This failed for me, because I have
   elif zstyle -t ":completion:predict::::" list always
at line 134.  So does 3.1.6-dev-20.  I thought we went through this
before ...
-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author