From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrea Crotti Newsgroups: gmane.emacs.help Subject: Re: Grab and yank Date: Sun, 24 Jan 2010 12:50:11 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1264333874 22250 80.91.229.12 (24 Jan 2010 11:51:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Jan 2010 11:51:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 24 12:51:06 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 1NZ0zh-0007eK-3K for geh-help-gnu-emacs@m.gmane.org; Sun, 24 Jan 2010 12:51:05 +0100 Original-Received: from localhost ([127.0.0.1]:37969 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZ0zi-0005XT-9E for geh-help-gnu-emacs@m.gmane.org; Sun, 24 Jan 2010 06:51:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NZ0zM-0005X6-EI for help-gnu-emacs@gnu.org; Sun, 24 Jan 2010 06:50:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NZ0zH-0005Wq-Mw for help-gnu-emacs@gnu.org; Sun, 24 Jan 2010 06:50:44 -0500 Original-Received: from [199.232.76.173] (port=54494 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZ0zH-0005Wn-I5 for help-gnu-emacs@gnu.org; Sun, 24 Jan 2010 06:50:39 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:50943) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NZ0zH-0004Kx-6C for help-gnu-emacs@gnu.org; Sun, 24 Jan 2010 06:50:39 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NZ0zB-0007RD-Vo for help-gnu-emacs@gnu.org; Sun, 24 Jan 2010 12:50:33 +0100 Original-Received: from 134.61.95.223 ([134.61.95.223]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 24 Jan 2010 12:50:33 +0100 Original-Received: from andrea.crotti.0 by 134.61.95.223 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 24 Jan 2010 12:50:33 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 134.61.95.223 User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (darwin) Cancel-Lock: sha1:iJJjBIwyBEp91I+vRMdTTpahYxo= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:71417 Archived-At: 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. Is it maybe possible to have a single commands that - sets the point to where I am - find a buffer and for me to select something - bury it and paste when it's done It's very close to what I would like already anyway, I can also try to adapt it... By the way is not my own business, but I see there are many nice things in that file, and they don't have so much to do with a xml mode in general. Why don't make them part of something more generic somehow?