From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Romain Francoise Newsgroups: gmane.emacs.devel Subject: Re: yanking a killed or saved region with a single mouse gesture Date: Tue, 15 Apr 2008 07:50:36 +0200 Organization: orebokech dot com Message-ID: <87hce3k6oj.fsf@elegiac.orebokech.com> References: <87wsmzu207.fsf@anzu.internal.golden-gryphon.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1208238660 5764 80.91.229.12 (15 Apr 2008 05:51:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Apr 2008 05:51:00 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 15 07:51:39 2008 connect(): Connection refused 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 1Jle4s-000378-1j for ged-emacs-devel@m.gmane.org; Tue, 15 Apr 2008 07:51:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jle4D-0001pR-R6 for ged-emacs-devel@m.gmane.org; Tue, 15 Apr 2008 01:50:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jle49-0001ng-Bm for emacs-devel@gnu.org; Tue, 15 Apr 2008 01:50:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jle48-0001mP-E0 for emacs-devel@gnu.org; Tue, 15 Apr 2008 01:50:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jle48-0001mG-9e for emacs-devel@gnu.org; Tue, 15 Apr 2008 01:50:48 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jle47-00015R-Oo for emacs-devel@gnu.org; Tue, 15 Apr 2008 01:50:47 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Jle43-00082w-3M for emacs-devel@gnu.org; Tue, 15 Apr 2008 05:50:43 +0000 Original-Received: from home.orebokech.com ([82.67.41.165]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Apr 2008 05:50:43 +0000 Original-Received: from romain by home.orebokech.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Apr 2008 05:50:43 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 7 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: home.orebokech.com X-Face: }9mYu,e_@+e!`Z-P5kVXa3\_b:hdJ"B)ww[&=b<2=awG:GOIM 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:95245 Archived-At: Manoj Srivastava writes: > So mouse 2 saves, mouse 3 yanks the saved region, and holding down > the shift key kills instead of saves. In which way is this better than the default mouse commands (Mouse-1 at start of region, single or double Mouse-3 click at the end)?