From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Markus Triska Newsgroups: gmane.emacs.help Subject: Re: Hard to switch from vi Date: Mon, 09 Oct 2006 10:52:48 +0200 Message-ID: <87u02dlvkv.fsf@gmx.at> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1160386977 26022 80.91.229.2 (9 Oct 2006 09:42:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 9 Oct 2006 09:42:57 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 09 11:42:52 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GWreh-0007gX-BI for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Oct 2006 11:42:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GWreg-0002sR-5h for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Oct 2006 05:42:38 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-fra1.dfn.de!newscore.univie.ac.at!aconews-feed.univie.ac.at!aconews.univie.ac.at!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:Cxy7sjXYwjb2hQJWcUsQ1cUTPyk= Original-Lines: 14 Original-NNTP-Posting-Host: v223.demo.tuwien.ac.at Original-X-Trace: 1160383530 tunews.univie.ac.at 28520 128.131.204.223 Original-X-Complaints-To: abuse@tuwien.ac.at Original-Xref: shelby.stanford.edu gnu.emacs.help:142293 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37913 Archived-At: Wen Weng writes: > "5dd". In emacs, how do I delete a complete line? C-k only delete With recent versions: ,---- | runs the command kill-whole-line | which is an interactive compiled Lisp function in `simple.el'. | It is bound to . | (kill-whole-line &optional arg) `---- Best wishes! Markus Triska