On Tue, Jul 15, 2008 at 12:47 PM, allan <[EMAIL PROTECTED]> wrote:
>
> Great that's much better, thank you.
> It seems if I had looked in examples/yi.hs I would have figured that out for
> myself.
> This example though often gets a bit stale (this kind of thing happens to
> many projects I think
Great that's much better, thank you.
It seems if I had looked in examples/yi.hs I would have figured that out for
myself.
This example though often gets a bit stale (this kind of thing happens to many
projects I think as updating the example configuration is time consuming/easily
forgotten).
Wh
it seems like you need to add the option: configKillringAccumulate
which controls globally if deletes are accumulated in killring or not.
main = yi $ defaultConfig {
configKillringAccumulate = True,
}
Cheers,
JP.
On Tue, Jul 15, 2008 at 12:27 PM, allan <[EMAIL PROTECT
Dear all
So after a small period of being unable to compile yi (my fault, thanks again
Kalman) I'm sort of 'back in the loop'.
The changes since are great, thanks a lot. One behaviour that has changed a bit
is the emacs killring. In particular the actions for "C-w" and "C-k" which I
use quite