Re: [sup-devel] new branch: keybindings

2011-02-13 Thread Rich Lane
Excerpts from Gaute Hope's message of 2011-02-08 03:07:31 -0500: > Excerpts from Gaute Hope's message of 2011-02-08 09:01:44 +0100: > > Excerpts from Rich Lane's message of 2011-01-28 05:26:38 +0100: > > Could it be that this broke continue buffer search key 'n' ? > > > > lib/sup/buffer.rb:171 > >

Re: [sup-devel] new branch: keybindings

2011-02-08 Thread Gaute Hope
Excerpts from Gaute Hope's message of 2011-02-08 09:01:44 +0100: > Excerpts from Rich Lane's message of 2011-01-28 05:26:38 +0100: > Could it be that this broke continue buffer search key 'n' ? > > lib/sup/buffer.rb:171 > > This doesn't work for me anymore, could anyone confirm that? Ah - I just

Re: [sup-devel] new branch: keybindings

2011-02-08 Thread Gaute Hope
Excerpts from Rich Lane's message of 2011-01-28 05:26:38 +0100: > This branch makes the keybindings hook more useful. It moves the global > keymap into a new GlobalMode that all others inherit from. This lets > you write the same code to make a global keybinding as for a > mode-specific one: > > c