From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Grab and yank Date: Sun, 24 Jan 2010 14:48:35 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1264340977 8621 80.91.229.12 (24 Jan 2010 13:49:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Jan 2010 13:49:37 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Andrea Crotti Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 24 14:49:29 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NZ2qF-0007fa-Cu for geh-help-gnu-emacs@m.gmane.org; Sun, 24 Jan 2010 14:49:27 +0100 Original-Received: from localhost ([127.0.0.1]:44963 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZ2qG-0002MJ-Hr for geh-help-gnu-emacs@m.gmane.org; Sun, 24 Jan 2010 08:49:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NZ2pq-0002LX-Dj for help-gnu-emacs@gnu.org; Sun, 24 Jan 2010 08:49:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NZ2pl-0002K2-88 for help-gnu-emacs@gnu.org; Sun, 24 Jan 2010 08:49:02 -0500 Original-Received: from [199.232.76.173] (port=55729 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZ2pl-0002Jz-4F for help-gnu-emacs@gnu.org; Sun, 24 Jan 2010 08:48:57 -0500 Original-Received: from mail-fx0-f215.google.com ([209.85.220.215]:38361) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NZ2pk-000477-Oa for help-gnu-emacs@gnu.org; Sun, 24 Jan 2010 08:48:56 -0500 Original-Received: by fxm7 with SMTP id 7so937261fxm.8 for ; Sun, 24 Jan 2010 05:48:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=D3myP0DGDIfY+ZuHd14FxsiT9THkRhkrCy8ofTDzx7E=; b=mArHgtIopU3s6s0io6jfGgvwd54eM5kxtdxVGcXvJrgZlc3EW8+xS7F9xfYp+VstBz OwwS0FpLI6JfPRwDgiOuBYrGpnib7nV67V7WqgLVCN5vcDtv8K4+ubJ057UE5BO5EPZY QPGU8akqUjSC1KickuZ3ePIEgRjeFMrB8fmIw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=KhEdKFGU6ecObUYoZdcWOBMNLpqF8j5uT/rAVFsbPH+OQsCMIxdwuU9HLlGmoFTS/j JALBf9aGHQSMYStns/mAK7nCakbZ9VM3L9x/Hs7ytLcUYFpdDW0C7pjEmudlk35Go+Uv kaJ+oojrXJ15FBRLIZewaUX6NJ8Zw0c589GqE= Original-Received: by 10.239.148.8 with SMTP id d8mr561491hbb.109.1264340935102; Sun, 24 Jan 2010 05:48:55 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:71419 Archived-At: On Sun, Jan 24, 2010 at 1:05 PM, Lennart Borgman wrote: > On Sun, Jan 24, 2010 at 12:50 PM, Andrea Crotti > wrote: >> Lennart Borgman writes: >> >>> On Sat, Jan 23, 2010 at 10:31 PM, andrea wrote: >>> >>> I thought it was a good idea so I just added something like it to >>> ourcomments-util.el. See the function ourcomments-set-paste-point >>> there. >>> >>> You can find it in the nXhtml repository. (See EmacsWiki if you do not >>> know where it is.) >> >> Ok I found it here >> http://tinyurl.com/yzrt26b >> and looks really nice, thanks. I polished it a bit and renamed it to ourcomments-copy+paste-set-point.