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

Re: new completion modifications



On Mar 22, 11:00am, Sven Wischnowsky wrote:
} Subject: Re: new completion modifications
}
} To -workers: for some commands (including `rlogin', I think) we could
} make the completion function more tolerant by adding `-A "-*"'s to the 
} calls to _arguments.

This sounds like a good idea.  However, I don't think it will work for
rlogin, because some versions of rlogin require you to give the remote
host name BEFORE the options, e.g. `rlogin wilma -l fred'.

On Mar 22, 10:21am, Oliver Kiddle wrote:
} Subject: Re: new completion modifications
}
} Note to -workers - should _ssh be completing for ssh1 and ssh2 too?

Probably wouldn't hurt, although the options for ssh1/ssh2/openSSH are
a bit different.  (It looks as if _ssh is set up for openssh options,
except that ssh-keygen completion doesn't know about -d for DSA keys.)

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

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   



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