Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh deep freeze (probably autocompletion-related)



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