From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Re: key to yank text at point into minibuffer? Date: Tue, 21 Feb 2006 14:43:55 +0100 Message-ID: <7dbe73ed0602210543wf7828d4tc6ed529b8187e253@mail.gmail.com> References: <87d5hhddow.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1140583607 23430 80.91.229.2 (22 Feb 2006 04:46:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Feb 2006 04:46:47 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 22 05:46:43 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 1FBlth-0007Uh-VL for ged-emacs-devel@m.gmane.org; Wed, 22 Feb 2006 05:46:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBlsj-0003SJ-Lb for ged-emacs-devel@m.gmane.org; Tue, 21 Feb 2006 23:45:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FBdQT-0003wO-Qs for emacs-devel@gnu.org; Tue, 21 Feb 2006 14:43:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FBdFm-0008TM-R0 for emacs-devel@gnu.org; Tue, 21 Feb 2006 14:32:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FBXo6-0004Q0-1z for emacs-devel@gnu.org; Tue, 21 Feb 2006 08:43:58 -0500 Original-Received: from [66.249.82.192] (helo=xproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FBXuM-0006My-Bg for emacs-devel@gnu.org; Tue, 21 Feb 2006 08:50:26 -0500 Original-Received: by xproxy.gmail.com with SMTP id r21so826913wxc for ; Tue, 21 Feb 2006 05:43:56 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ka50DrZ/eox2wYjSyGqVfPfDBgwu2zoxgfwGdFRKvYpzn0WPLg9QdPS8qYe1o3YodrYlPvh/vgxtbPH2zXynMhsUcXi+tofM2TidcubiRP+BO80WX0lmuj89kNlfSd+tLV8FejAsZSBj4fObuzTVcHmnhSrDRTBldrte74mvEgE= Original-Received: by 10.70.109.18 with SMTP id h18mr4953997wxc; Tue, 21 Feb 2006 05:43:55 -0800 (PST) Original-Received: by 10.70.115.19 with HTTP; Tue, 21 Feb 2006 05:43:55 -0800 (PST) Original-To: "Drew Adams" In-Reply-To: Content-Disposition: inline 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:50868 Archived-At: > (BTW, everyone should have a key bound in the minibuffer to a command tha= t > erases the minibuffer. I use `M-S-backspace'.) I agree. Many shells have that and in a way, Emacs' different prompts have the same function. Such a key bound by default in Emacs would be useful, and I think it should do `delete', not `kill'.