From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.devel Subject: Re: [EPeterson@mcdonaldbradley.com: Kill ring leak in winemacs macros] Date: Thu, 18 Aug 2005 10:43:41 -0600 Message-ID: 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> <40280.128.165.123.83.1124204823.squirrel@webmail.lanl.gov> <43020FDF.6060007@gnu.org> <430211FD.5000507@gnu.org> 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 1124384298 21454 80.91.229.2 (18 Aug 2005 16:58:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 18 Aug 2005 16:58:18 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 18 18:58:10 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E5nha-0008Tv-Rz for ged-emacs-devel@m.gmane.org; Thu, 18 Aug 2005 18:57:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E5nl7-0001i9-0n for ged-emacs-devel@m.gmane.org; Thu, 18 Aug 2005 13:00:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E5nk4-0001ec-E8 for emacs-devel@gnu.org; Thu, 18 Aug 2005 12:59:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E5nk0-0001bm-26 for emacs-devel@gnu.org; Thu, 18 Aug 2005 12:59:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E5njz-0001bX-T4 for emacs-devel@gnu.org; Thu, 18 Aug 2005 12:59:43 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1E5nnV-0002k9-17 for emacs-devel@gnu.org; Thu, 18 Aug 2005 13:03:21 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1E5nVm-0005Dz-08 for emacs-devel@gnu.org; Thu, 18 Aug 2005 18:45:02 +0200 Original-Received: from 207.167.42.60 ([207.167.42.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Aug 2005 18:45:01 +0200 Original-Received: from ihs_4664 by 207.167.42.60 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Aug 2005 18:45:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 15 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 207.167.42.60 User-Agent: Mozilla Thunderbird 0.9 (X11/20041105) X-Accept-Language: en-us, en In-Reply-To: <430211FD.5000507@gnu.org> 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:42232 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:42232 Jason Rumney wrote: > Jason Rumney wrote: >> I'm not convinced this change is a good one. What if your macro >> involves a call-process call to an external program that interacts >> with Emacs via the keyboard? > > clipboard, of course, not keyboard. If the proposed new option's default preserves the current behavior, you don't have to do anything. But if the default is to disable interaction via the clipboard, then you'd have to customize the option before executing the macro. -- Kevin Rodgers