help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Delete (kill) entire line at cursor - how?


From: thorne
Subject: Re: Delete (kill) entire line at cursor - how?
Date: Tue, 06 Mar 2007 01:30:43 -0800
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.51 (gnu/linux)

If you kill the entire line, won't your cursor have to go somewhere?

Anyway, maybe this is useful?:

,----[ C-h f kill-whole-line RET ]
| kill-whole-line is an interactive compiled Lisp function in `simple.el'.
| It is bound to <C-S-backspace>.
| (kill-whole-line &optional arg)
| 
| Kill current line.
| With prefix arg, kill that many lines starting from the current line.
| If arg is negative, kill backward.  Also kill the preceding newline.
| (This is meant to make C-x z work well with negative arguments.)
| If arg is zero, kill current line but exclude the trailing newline.
| 
| [back]
`----

-- 
þ    theron tlåx    þ


reply via email to

[Prev in Thread] Current Thread [Next in Thread]