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: paste when cursor is in the fringe Date: Fri, 11 Aug 2006 10:16:49 +0200 Message-ID: <7dbe73ed0608110116t52fe3828y2ab8b5c499200333@mail.gmail.com> References: <17628.11678.640872.91387@kahikatea.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1155284239 16293 80.91.229.2 (11 Aug 2006 08:17:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 Aug 2006 08:17:19 +0000 (UTC) Cc: Nick Roberts , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 11 10:17:17 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 1GBSCh-0004Tv-3d for ged-emacs-devel@m.gmane.org; Fri, 11 Aug 2006 10:17:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GBSCg-0000Ci-C0 for ged-emacs-devel@m.gmane.org; Fri, 11 Aug 2006 04:17:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GBSCP-00008m-A5 for emacs-devel@gnu.org; Fri, 11 Aug 2006 04:16:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GBSCK-0008V7-Tg for emacs-devel@gnu.org; Fri, 11 Aug 2006 04:16:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GBSCK-0008Ty-1q for emacs-devel@gnu.org; Fri, 11 Aug 2006 04:16:52 -0400 Original-Received: from [64.233.182.187] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GBSHP-00080j-32 for emacs-devel@gnu.org; Fri, 11 Aug 2006 04:22:07 -0400 Original-Received: by nf-out-0910.google.com with SMTP id h2so842324nfe for ; Fri, 11 Aug 2006 01:16:49 -0700 (PDT) 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=Wf4cXkWTp5b3A3WOOnQWKwoDmlGbJd4qS0xUivEP5X9BTYv4I9bZjYpvz8bSEGnd62G2776rEwulfi0diwpSP/l6E6QgWujXKdkXl3yqgMKO2AGyXhktkGg4A71zUK84seibSQh5i1tCMX/7ETGQsDuykw8zh0zdw3XeIBXWMAw= Original-Received: by 10.48.48.15 with SMTP id v15mr3600699nfv; Fri, 11 Aug 2006 01:16:49 -0700 (PDT) Original-Received: by 10.49.17.5 with HTTP; Fri, 11 Aug 2006 01:16:49 -0700 (PDT) Original-To: "Klaus Zeitler" 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:58284 Archived-At: > Nick> I can do the first two but not the last (because mouse-2 isn't > Nick> defined in the fringe) and it would be odd to click on it anyway. > > Why is that odd. I think it'd be nice, if one could use mouse-2 iff the cursor > is in the fringe (though I don't know if it's easy to implement). FYI I just bound mouse-2 on the fringe (using M-x local-set-key) to mouse-yank-at-click, and it seemed to work OK.