From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: highlight with mouse then shouldn't need kill-ring-save? Date: Thu, 13 Jan 2005 07:26:17 +0800 Message-ID: <87r7kqi606.fsf@jidanni.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1105738688 29291 80.91.229.6 (14 Jan 2005 21:38:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 Jan 2005 21:38:08 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Jan 14 22:38:02 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CpYz6-0008Pz-00 for ; Fri, 14 Jan 2005 22:27:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CpZAo-0006o6-VP for geb-bug-gnu-emacs@m.gmane.org; Fri, 14 Jan 2005 16:40:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CpZA4-0006Pb-2E for bug-gnu-emacs@gnu.org; Fri, 14 Jan 2005 16:39:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CpZA1-0006OH-2r for bug-gnu-emacs@gnu.org; Fri, 14 Jan 2005 16:39:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CpZA0-0006Na-UH for bug-gnu-emacs@gnu.org; Fri, 14 Jan 2005 16:39:12 -0500 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CpYv3-0000k5-SK for bug-gnu-emacs@gnu.org; Fri, 14 Jan 2005 16:23:46 -0500 Original-Received: from tc218-187-77-169.2-4.dynamic.apol.com.tw ([218.187.77.169]:35735 helo=jidanni1) by frodo.hserus.net with esmtpsa (Cipher TLSv1:RC4-SHA:128) (Exim 4.43 #1) id 1CpYv0-000CCZ-Ls by authid with plain for ; Sat, 15 Jan 2005 02:53:44 +0530 Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:10437 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:10437 Gentlemen, in (iceme) X Windows all we have to do is highlight some text with the mouse, and then it is in the cut and paste buffer. But with emacs, oh no, one must remember to hit ESC w which runs the command kill-ring-save. So emacs should go with the flow, as 9 times out of 10 we do this in X so expect it for those times in emacs too... or make it an option...