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

zle -U



On Mar 11,  7:57am, Bart Schaefer wrote:
}
} 	zle -U frob
} 
} This results in "brof" being inserted onto the command line.

Sven sent a patch to fix that, but there's still a problem with this:

	zle -U f
	zle -U r
	zle -U o
	zle -U b

Once again we get "brof".  Maybe we should just admit that there is no
input "queue" (only a stack), as is done with "print -z"?

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



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