From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Holger Sparr Newsgroups: gmane.emacs.help Subject: Re: pasting many times Date: Fri, 27 Oct 2006 09:42:59 +0200 Message-ID: References: <1161778696.317614.27570@e3g2000cwe.googlegroups.com> <1161786070.670917.225130@f16g2000cwb.googlegroups.com> <453fb2ea$0$49199$14726298@news.sunsite.dk> <4540fd85$0$49195$14726298@news.sunsite.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1161938838 13818 80.91.229.2 (27 Oct 2006 08:47:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 Oct 2006 08:47:18 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 27 10:47:16 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GdNMw-0007B1-BF for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Oct 2006 10:47:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdNMv-0005DD-OP for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Oct 2006 04:47:13 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-X-Trace: news.dfncis.de B1PSOaQxisqA2f0gs0AmCQtiDQaqlLzG1+ZScItbKufm+/ Mail-Copies-To: never User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:aqjFKHcvPD6mWZEq+L9M0LSKo9c= Original-Xref: shelby.stanford.edu gnu.emacs.help:142698 Original-To: help-gnu-emacs@gnu.org 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:38319 Archived-At: On Thu, 26 Oct 2006, "Colin S. Miller" wrote: > Holger Sparr wrote: >> "Colin S. Miller" writes: >> >>> Nasty hack - >>> use defadvice on kill-region et all >>> the advice function will use add-timer >>> to call browse-kill-ring-update >>> after a suitable delay (10 to 100ms) >> >> Does `kill-region' change the the `kill-ring' exclusively? > > There are other functions that will, including > > copy-region-as-kill > (backwords-(or-forwards)?)?-kill-(word|line|paragraph|sexp|region) > kill-(append|comment|kill-entire-line|forwards-chars|new|rectangle|region|sentence|sexp|word) > x-mouse-kill > > and probably some others. That's my point. Then a defadvice on kill-region is not sufficient. Holger