From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: maddog Newsgroups: gmane.emacs.help Subject: Re: how to delete a line without putting them into yanking? Date: Thu, 09 Sep 2004 09:55:13 +0800 Organization: aller Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1094695518 16765 80.91.224.253 (9 Sep 2004 02:05:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Sep 2004 02:05:18 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 09 04:05:00 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C5EJ1-0003Rn-00 for ; Thu, 09 Sep 2004 04:04:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C5EOK-0007vL-Fm for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Sep 2004 22:10:28 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!NewsITBone-GARR!news.mailgate.org!newsfeed.stueberl.de!npeer.de.kpn-eurorings.net!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 61.149.241.176 Original-X-Trace: quimby.gnus.org 1094695089 10568 61.149.241.176 (9 Sep 2004 01:58:09 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Thu, 9 Sep 2004 01:58:09 +0000 (UTC) X-SampleHeader: maddog User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:NfGJ5+SdLZytWPwe767YPtyG++s= Original-Xref: shelby.stanford.edu gnu.emacs.help:125171 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:20524 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20524 Rokia writes: > sometimes when I copy text from other application. and I want to yank > them into some file. so I press ^X^F to open the file, but emacs give > me a default path which I dont want, so I press ^A to goto the head of > this line, and press ^K to delete it, you know,then, when I press ^Y > ,what I got is the path string ,not what I really want to paste. > > so, how to delete a line without putting them into yanking? > > thanks a lot. why not do paste before your C-k?