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

Re: Bug#190948: Violation against The Single UNIX ® Specification, Version 2



On 27 Apr, Juhapekka Tolvanen wrote:
> 
> http://www.opengroup.org/onlinepubs/007908799/xcu/chap2.html#tag_001_014_011
> 
> juhtolv@heresy:/home/juhtolv % set -o vi
> set: no such option: vi

Being an interactive related feature, this isn't so critical but it would
be better if we can handle this. Adding a special case in bin_set()
instead of actually adding an option might perhaps be sufficient to
satisfy the specification. However, on the basis that zle is a separate
module and may not even be loaded and you can't just call selectkeymap(),
I have no idea how to get this to work. And which keymap should set +o
vi select?

Oliver



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