Re: [cwm patch 1/6] Implement shell-like tab-completion for menus

2012-04-08 Thread Alexander Polakov
* Ted Unangst [120408 18:06]: > On Fri, Jan 20, 2012, Alexander Polakov wrote: > > I'm not sure how you got your clock so wrong, but I almost missed all > your mails because they did not show up where I expected them. My clock is fine, I sent the output of "git format-patch" to the list (which p

Re: [cwm patch 1/6] Implement shell-like tab-completion for menus

2012-04-08 Thread Ted Unangst
On Fri, Jan 20, 2012, Alexander Polakov wrote: I'm not sure how you got your clock so wrong, but I almost missed all your mails because they did not show up where I expected them.

Re: [cwm patch 1/6] Implement shell-like tab-completion for menus

2012-04-08 Thread Alexander Polakov
* Stuart Henderson [120408 13:42]: > On 2012/01/20 00:44, Alexander Polakov wrote: > > window/application menu: tab completes the word. > > exec menu: tab completes the word, when at the end > > of the word file menu appears. > > I like this quite a lot, but there is a bug in a directory with a >

Re: [cwm patch 1/6] Implement shell-like tab-completion for menus

2012-04-08 Thread Stuart Henderson
On 2012/01/20 00:44, Alexander Polakov wrote: > window/application menu: tab completes the word. > exec menu: tab completes the word, when at the end > of the word file menu appears. I like this quite a lot, but there is a bug in a directory with a lot of files, see http://junkpile.org/cwm-filelis

[cwm patch 1/6] Implement shell-like tab-completion for menus

2012-04-08 Thread Alexander Polakov
window/application menu: tab completes the word. exec menu: tab completes the word, when at the end of the word file menu appears. diff --git a/calmwm.h b/calmwm.h index 3aaac3e..b365983 100644 --- a/calmwm.h +++ b/calmwm.h @@ -257,7 +257,7 @@ TAILQ_HEAD(cmd_q, cmd); struct menu { TAILQ_E