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 16:19:06 +0200 Message-ID: <42F223DA.7030700@student.lu.se> References: <34161.128.165.123.83.1123097221.squirrel@webmail.lanl.gov> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1123167058 2640 80.91.229.2 (4 Aug 2005 14:50:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Aug 2005 14:50:58 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 04 16:50:56 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E0h2N-00043m-Es for ged-emacs-devel@m.gmane.org; Thu, 04 Aug 2005 16:49:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E0h5B-0004Hq-Fv for ged-emacs-devel@m.gmane.org; Thu, 04 Aug 2005 10:52:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E0gzK-0000nL-Mr for emacs-devel@gnu.org; Thu, 04 Aug 2005 10:46:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E0gzI-0000m1-D9 for emacs-devel@gnu.org; Thu, 04 Aug 2005 10:46:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E0gxQ-0008MP-PV for emacs-devel@gnu.org; Thu, 04 Aug 2005 10:44:28 -0400 Original-Received: from [81.228.8.164] (helo=pne-smtpout2-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E0glh-0006h2-MO; Thu, 04 Aug 2005 10:32:21 -0400 Original-Received: from [192.168.123.121] (83.249.205.6) by pne-smtpout2-sn2.hy.skanova.net (7.2.060.1) id 42B94E29006A8FC1; Thu, 4 Aug 2005 16:19:07 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: rms@gnu.org 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:41486 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41486 Richard M. Stallman wrote: > Perhaps would it be convenient to put a defadvice around on > execute-kbd-macro for this? > >No! Emacs code should not use defadvice. > >When you're trying to make improvements in Emacs or fix problems in >Emacs, please do NOT think of defadvice as the way to do it. > > Sorry, I was just suggesting an easy way to achieve the result, not something to implement in Emacs. But it looks like I misunderstood the magnitude of the problem and the intention of the question.