From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Suggestion for mouse-based cut/copy/yank Date: Thu, 26 Jul 2007 12:59:55 -0400 Message-ID: References: <86lkd3pazl.fsf@lola.quinscape.zz> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1185469267 16364 80.91.229.12 (26 Jul 2007 17:01:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Jul 2007 17:01:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 26 19:01:04 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IE6i0-00006Y-4h for ged-emacs-devel@m.gmane.org; Thu, 26 Jul 2007 19:01:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IE6hz-0000SE-WC for ged-emacs-devel@m.gmane.org; Thu, 26 Jul 2007 13:01:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IE6fB-0005Ra-Jq for emacs-devel@gnu.org; Thu, 26 Jul 2007 12:58:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IE6fA-0005QA-1e for emacs-devel@gnu.org; Thu, 26 Jul 2007 12:58:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IE6f9-0005Pr-MK for emacs-devel@gnu.org; Thu, 26 Jul 2007 12:58:07 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IE6f9-0006Up-Cs for emacs-devel@gnu.org; Thu, 26 Jul 2007 12:58:07 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IE6gt-0006Yg-CS; Thu, 26 Jul 2007 12:59:55 -0400 In-reply-to: <86lkd3pazl.fsf@lola.quinscape.zz> (message from David Kastrup on Thu, 26 Jul 2007 15:09:50 +0200) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:75596 Archived-At: However, when yanking with a click, material is yanked right at point rather than at the start of line. That is a nuisance. So I think it would be nice to store the "granularity" of a mouse click/mark away and use it to move to begin of word/line before yanking. I think that would be a bug. You can change this yourself, but I don't think we should change Emacs' normal behavior.