From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 779 invoked by alias); 8 Dec 2009 05:19:18 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 27481 Received: (qmail 25000 invoked from network); 8 Dec 2009 05:19:06 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <091207211856.ZM10673@torch.brasslantern.com> Date: Mon, 07 Dec 2009 21:18:56 -0800 In-reply-to: <20091207213239.0331eb5e@pws-pc> Comments: In reply to Peter Stephenson "Re: zsh deep freeze (probably autocompletion-related)" (Dec 7, 9:32pm) References: <20091207170336.c417efe1.einars@gmail.com> <091207073954.ZM9818@torch.brasslantern.com> <200912071713.nB7HDpoR018079@news01.csr.com> <20091207213239.0331eb5e@pws-pc> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: zsh deep freeze (probably autocompletion-related) MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable On Dec 7, 9:32pm, Peter Stephenson wrote: } } I think the following is OK as far as it goes: it does fix up the string } that's being completed ... } However, it doesn't actually make completion work at that point. } Familiarise yourself with push-line-or-edit. Well, OK ... with 27479 applied and with \eq bound to push-line-or-edit, either one of schaefer<501> rm ./\q or schaefer<501> rm ./\ leads to schaefer<501> rm ./=FF=FF=FF=FF./ Needless to say there is no directory named =FF=FF=FF=FF. in the current directory. So something is still not quite right here, but it's differently not quite right when you have an actual multi-line buffer at PS1 as opposed to a PS2 prompt.