On 7/7/07, Enrico Tröger enrico.troeger@uvena.de wrote:
On Fri, 6 Jul 2007 11:27:39 -0400, "John Gabriele" jmg3000@gmail.com wrote:
As a solution to both of those, it seems like select-paragraph should select the paragraph, *including* the last newline at the end of it.
Yes, this is exactly the problem. I wasn't sure about the selection boundaries and decided to not include the new line character(s). Obviously it is better when it is included. So, fixed it in SVN r1673. Thanks.
Nice! :)
That sounds preferable and easy to remember to me (delete line: Ctrl-K, cut line: Shift-Ctrl-K, go to line: Ctrl-L).
Ok, I'll do it tomorrow if nobody complains ;-).
Changes in SVN r1674: Ctrl-K - delete line Ctrl-Shift-K - cut line Shift-Alt-K - copy line Ctrl-T - transpose line (now changeable) Shift-Alt-L - select line Ctrl-L - goto line dialog
Excellent. Now I don't feel so bad using up Ctrl-T for getting the incremental search. :)
Incidentally, I notice that, by default, you've accidentally got "Uncomment line(s)" set to just a Ctrl character by itself.
Thanks! ---John