> What shell are you using? Bash.
> In ksh, if I type: > > tmux neww 'emacs /usr/s<TAB> That's questionable behavior, because how would it handle filenames containing spaces? > An alternative would be to write a little shell function to translate: > > tmux_neww() { > tmux neww "$*" > } This still suffers from the same problem...trying to preserve whitespace through multiple levels of quoting is challenging, at best. Better if tmux would simple accept a tokenized command line from the shell. ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ tmux-users mailing list tmux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-users