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

TAB and PS2 and multiline buffers and vared



At either the PS2 prompt or in a multiline buffer, with the new completion
system enabled, typing TAB beeps and then inserts the tab.

Why does it beep?

The situation is different in vared (again with a multiline buffer).
Sometimes it beeps and then asks me whether I want to see all 2200
possiblities, other times it just beeps and refuses to insert anything.
Whether it asks or just beeps seems to depend on whether I started out
on vared of a value containing newlines (e.g. vared functions[foo] vs.
vared foo).

Sometimes after this happens the completion system gets into a state
where _complete_debug ceases to function properly.  I type ^X? and the
debug output goes to the file as expected, but _message doesn't work.
Also, `?' gets inserted because of compstate[insert]=tab, which is a bit
strange though not exactly wrong.

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



Messages sorted by: Reverse Date, Date, Thread, Author