Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh deep freeze (probably autocompletion-related)
- X-seq: zsh-workers 27481
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: zsh deep freeze (probably autocompletion-related)
- Date: Mon, 07 Dec 2009 21:18:56 -0800
- In-reply-to: <20091207213239.0331eb5e@pws-pc>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20091207170336.c417efe1.einars@xxxxxxxxx> <091207073954.ZM9818@xxxxxxxxxxxxxxxxxxxxxx> <200912071713.nB7HDpoR018079@xxxxxxxxxxxxxx> <20091207213239.0331eb5e@pws-pc>
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 ./\<RET><ESC>q<TAB>
or
schaefer<501> rm ./\<ESC><RET><TAB>
leads to
schaefer<501> rm ./ÿÿÿÿ./
Needless to say there is no directory named ÿÿÿÿ. 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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author