From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bojohan+news@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) Newsgroups: gmane.emacs.devel Subject: Re: key to yank text at point into minibuffer? Date: Wed, 22 Feb 2006 16:31:57 +0100 Message-ID: References: <87d5hhddow.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1140750950 2659 80.91.229.2 (24 Feb 2006 03:15:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 24 Feb 2006 03:15:50 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 24 04:15:48 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FCTQd-0005eQ-QS for ged-emacs-devel@m.gmane.org; Fri, 24 Feb 2006 04:15:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FCTLi-0007ev-PZ for ged-emacs-devel@m.gmane.org; Thu, 23 Feb 2006 22:10:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FC7nf-0007If-5m for emacs-devel@gnu.org; Wed, 22 Feb 2006 23:09:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FC0z0-0003RO-P7 for emacs-devel@gnu.org; Wed, 22 Feb 2006 15:54:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBzDB-0002Eu-6W for emacs-devel@gnu.org; Wed, 22 Feb 2006 13:59:41 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FBw5Q-00010g-1X for emacs-devel@gnu.org; Wed, 22 Feb 2006 10:39:28 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FBvyl-0001fO-GT for emacs-devel@gnu.org; Wed, 22 Feb 2006 16:32:35 +0100 Original-Received: from linus003.dd.chalmers.se ([129.16.117.203]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Feb 2006 16:32:35 +0100 Original-Received: from bojohan+news by linus003.dd.chalmers.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Feb 2006 16:32:35 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 12 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: linus003.dd.chalmers.se Mail-Copies-To: never User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:58CIMmHzXWnQpD8Brloh633X6TA= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:50894 Archived-At: "Drew Adams" writes: > (BTW, everyone should have a key bound in the minibuffer to a > command that erases the minibuffer. I use `M-S-backspace'.) [etc/NEWS] ** New command `kill-whole-line' kills an entire line at once. By default, it is bound to C-S-. -- Johan Bockgård