-- "David S. Harrison" <dsh(a)Magma-DA.COM> spake thusly:
Stephen J. Turnbull writes:
> I think we've seen enough anti to insist that the two main bindings
> (C-k and M-k) not change in the release.
>
I am late in joining this discussion. But as another point of
reference: many people here use a little bit of e-lisp to make
C-k kill and eat the line if the point is at the start of the
line and kill to end of line if it is elsewhere. If you keep
the point at the start of the line, multiple C-k operations
work as Ben described. Otherwise, it works as it has always
done. Is this behaviour a useful one to consider as the default?
The "little bit of e-lisp" required to do this is:
(setq kill-whole-line t)
And I agree that this should be the default. But then, I think about
half of the customizations I've made should be the default (including
binding ctrl-z to `undo' and moving `suspend-emacs' to ctrl-x, ctrl-z).