From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wen Weng Newsgroups: gmane.emacs.help Subject: Re: Hard to switch from vi Date: Mon, 09 Oct 2006 21:36:47 -0400 Message-ID: References: <87u02dlvkv.fsf@gmx.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1160445359 10329 80.91.229.2 (10 Oct 2006 01:55:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 10 Oct 2006 01:55:59 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 10 03:55:58 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 1GX6cc-0005q5-NO for geh-help-gnu-emacs@m.gmane.org; Tue, 10 Oct 2006 03:41:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GX6cc-0007iA-7v for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Oct 2006 21:41:30 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx01.iad01.newshosting.com!newshosting.com!69.28.186.77.MISMATCH!hwmnpeer03.lga!hwmnpeer01.lga!news.highwinds-media.com!hw-filter.lga!newsfe02.lga.POSTED!53ab2750!not-for-mail User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) Original-Newsgroups: gnu.emacs.help In-Reply-To: <87u02dlvkv.fsf@gmx.at> Original-Lines: 16 Original-X-Trace: nphhjmdkmllhpdkekannfilpcpbbolnmcekabigedebodoiblbfajommfadngcaaniciipnkdmiklclhbllconobbcpmibjcjccfofacecbhpncplcpbbfilfcboapmnenfnojecgjgcfcij Original-NNTP-Posting-Date: Mon, 09 Oct 2006 18:36:49 MST Original-Xref: shelby.stanford.edu gnu.emacs.help:142325 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:37945 Archived-At: Markus Triska wrote: > 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) > `---- > the C-S-BS did not work for me. > Best wishes! Markus Triska