Re: "take-prompt" command in table "choice"?

2010-02-06 Thread clemens fischer
Nicholas Marriott wrote: > Projects the size of tmux don't need branches. Is that why there are two repos, the OpenBSD and the portable one? (Couldn't resist ...) clemens -- The Planet: dedicated and managed hosting,

Re: "take-prompt" command in table "choice"?

2010-02-06 Thread Nicholas Marriott
On Sat, Feb 06, 2010 at 07:08:20PM +0100, clemens fischer wrote: > Nicholas Marriott wrote: > > >> cvs [update aborted]: connect to > >> tmux.cvs.sourceforge.net(0.0.0.0):2401 failed: Connection refused > > > > Looks like you have DNS problems to me, nothing should resolve to > > 0.0.0.0. >

alternative git repo mirror (Re: "take-prompt" command in table "choice"?)

2010-02-06 Thread clemens fischer
Thomas Adam wrote: > You can always use: > > http://github.com/ThomasAdam/tmux > > Automatically synched hourly from SF.net Thanks, I wasn't aware of that. clemens -- The Planet: dedicated and managed hosting, cloud

Re: "take-prompt" command in table "choice"?

2010-02-06 Thread clemens fischer
Nicholas Marriott wrote: >> cvs [update aborted]: connect to >> tmux.cvs.sourceforge.net(0.0.0.0):2401 failed: Connection refused > > Looks like you have DNS problems to me, nothing should resolve to > 0.0.0.0. Oh, I hadn't thought about this! That's easy to fix: should it happen again, I

Re: "take-prompt" command in table "choice"?

2010-02-06 Thread Thomas Adam
On Sat, Feb 06, 2010 at 05:11:02PM +, Nicholas Marriott wrote: > On Sat, Feb 06, 2010 at 04:01:42PM +0100, clemens fischer wrote: > > > > Currently I cannot perform a "login" with the same error. I'd much > > rather prefer mercurial or git. > > Yeah well I like CVS. You can always use: htt

Re: "take-prompt" command in table "choice"?

2010-02-06 Thread Nicholas Marriott
On Sat, Feb 06, 2010 at 04:01:42PM +0100, clemens fischer wrote: > Nicholas Marriott wrote: > > > On Fri, Feb 05, 2010 at 12:55:22AM +0100, clemens fischer wrote: > > > You want a -p option to confirm-before, I guess and the ability to > > insert the prompt text, which would be nice for both. >

Re: "take-prompt" command in table "choice"?

2010-02-06 Thread clemens fischer
Nicholas Marriott wrote: > On Fri, Feb 05, 2010 at 12:55:22AM +0100, clemens fischer wrote: > You want a -p option to confirm-before, I guess and the ability to > insert the prompt text, which would be nice for both. I've got a better idea, I hope. Change the syntax of the "-p" option to "comma

Re: "take-prompt" command in table "choice"?

2010-02-05 Thread Nicholas Marriott
On Fri, Feb 05, 2010 at 12:55:22AM +0100, clemens fischer wrote: > Nicholas Marriott wrote: > > > On Thu, Feb 04, 2010 at 08:53:39PM +0100, clemens fischer wrote: > > > >> can tmux be given a command "take-prompt" for the *choice tables? > >> I wanted to make a mapping to list the various mappings

Re: "take-prompt" command in table "choice"?

2010-02-04 Thread clemens fischer
Nicholas Marriott wrote: > On Thu, Feb 04, 2010 at 08:53:39PM +0100, clemens fischer wrote: > >> can tmux be given a command "take-prompt" for the *choice tables? >> I wanted to make a mapping to list the various mappings, thus: >> >> bind 'h' command-prompt \ -p >> vi-edit,emacs-edit,vi-choi

Re: "take-prompt" command in table "choice"?

2010-02-04 Thread Nicholas Marriott
On Thu, Feb 04, 2010 at 08:53:39PM +0100, clemens fischer wrote: > Hi, > > can tmux be given a command "take-prompt" for the *choice tables? > I wanted to make a mapping to list the various mappings, thus: > > bind 'h' command-prompt \ > -p vi-edit,emacs-edit,vi-choice,emacs-choice,vi-copy,em

"take-prompt" command in table "choice"?

2010-02-04 Thread clemens fischer
Hi, can tmux be given a command "take-prompt" for the *choice tables? I wanted to make a mapping to list the various mappings, thus: bind 'h' command-prompt \ -p vi-edit,emacs-edit,vi-choice,emacs-choice,vi-copy,emacs-copy \ "list-keys -t '%%'" (all one one line). I wanted it to insert th