From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Something similar to write-file-functions for copy & cut? Date: Wed, 6 Jun 2007 15:52:49 +0200 Message-ID: References: <4666B624.2010000@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181137981 31367 80.91.229.12 (6 Jun 2007 13:53:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 6 Jun 2007 13:53:01 +0000 (UTC) Cc: Emacs Devel To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 06 15:53:00 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 1HvvwW-0003E0-Pp for ged-emacs-devel@m.gmane.org; Wed, 06 Jun 2007 15:52:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HvvwW-0008Fl-DT for ged-emacs-devel@m.gmane.org; Wed, 06 Jun 2007 09:52:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HvvwS-0008Cf-0U for emacs-devel@gnu.org; Wed, 06 Jun 2007 09:52:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HvvwQ-000876-D6 for emacs-devel@gnu.org; Wed, 06 Jun 2007 09:52:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HvvwQ-00086d-7m for emacs-devel@gnu.org; Wed, 06 Jun 2007 09:52:50 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HvvwP-0007ds-Ro for emacs-devel@gnu.org; Wed, 06 Jun 2007 09:52:50 -0400 Original-Received: by wx-out-0506.google.com with SMTP id h26so129452wxd for ; Wed, 06 Jun 2007 06:52:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LF5NwVqdpLt59TdJEUBzZmRjiyISmOiRvMNkEig1vDtV3LiFpgc9ltpwX+T5rRyxC0juf+g0krcgmdR8XND+0HYvoIg7jDo/6d4mYhHP+FWLWhxZoU80nCXUtru6wbVx2Wc4k9Wx/OglZuzR4+xrW9wnNbGpAyxfzW6F/GrAY5E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GtI++dM4FYlN1egrav/9RLM8rkram9Yh1nQSaCK1k5Sus+UYY4EK5FYvUxmX9eIsjiiAHNp2hGHdHtCuXFFtVU89LTyqDKrcqTHoEl1pSRlV42HMzd8GP6C1Ced4Kz4xUIMGQhUI1nYJQCRvWqcXvd8mHJJyo7MaIYwxPW/KPx4= Original-Received: by 10.90.90.16 with SMTP id n16mr370281agb.1181137969062; Wed, 06 Jun 2007 06:52:49 -0700 (PDT) Original-Received: by 10.90.103.8 with HTTP; Wed, 6 Jun 2007 06:52:48 -0700 (PDT) In-Reply-To: <4666B624.2010000@gmail.com> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:72338 Archived-At: On 6/6/07, Lennart Borgman (gmail) wrote: > Is there some hook similar to write-file-functions for copy and cut > operations to the clipboard? You could (ab)use `buffer-substring-filters'. Juanma