From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: [EPeterson@mcdonaldbradley.com: Kill ring leak in winemacs macros] Date: Thu, 04 Aug 2005 09:25:52 +0200 Message-ID: <42F1C300.5010405@student.lu.se> References: <34161.128.165.123.83.1123097221.squirrel@webmail.lanl.gov> <42F1208D.1070307@student.lu.se> <34340.128.165.123.83.1123102769.squirrel@webmail.lanl.gov> <42F139F0.8090100@student.lu.se> 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 1123140684 17427 80.91.229.2 (4 Aug 2005 07:31:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Aug 2005 07:31:24 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 04 09:31:22 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E0aBA-0007Ps-9V for ged-emacs-devel@m.gmane.org; Thu, 04 Aug 2005 09:30:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E0aDu-0007Dv-DW for ged-emacs-devel@m.gmane.org; Thu, 04 Aug 2005 03:33:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E0aA8-00076I-Jn for emacs-devel@gnu.org; Thu, 04 Aug 2005 03:29:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E0aA6-00075i-LH for emacs-devel@gnu.org; Thu, 04 Aug 2005 03:29:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E0aA6-00075e-2s for emacs-devel@gnu.org; Thu, 04 Aug 2005 03:29:06 -0400 Original-Received: from [81.228.11.159] (helo=pne-smtpout2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E0aJj-0002lS-B2; Thu, 04 Aug 2005 03:39:03 -0400 Original-Received: from [192.168.123.121] (83.249.205.6) by pne-smtpout2-sn1.fre.skanova.net (7.2.060.1) id 42B9371700695583; Thu, 4 Aug 2005 09:25:53 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: Eli Zaretskii In-Reply-To: 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:41483 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41483 Eli Zaretskii wrote: >That's because on Windows, there's _only_ the clipboard. On other >systems, you need to use the interprogram-* vars. So Stuart is >correct, I think: one needs to use the interprogram-* vars so that >this works on all supported systems. > > Thanks, the solution with the interprogram-* vars is of course much better.