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: [EPeterson@mcdonaldbradley.com: Kill ring leak in winemacs macros] Date: Thu, 4 Aug 2005 17:20:21 +0200 Message-ID: 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-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1123169784 11520 80.91.229.2 (4 Aug 2005 15:36:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Aug 2005 15:36: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 17:36:22 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E0hjh-0002pS-JO for ged-emacs-devel@m.gmane.org; Thu, 04 Aug 2005 17:34:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E0hmV-00064T-Jd for ged-emacs-devel@m.gmane.org; Thu, 04 Aug 2005 11:37:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E0hjb-0004m9-J6 for emacs-devel@gnu.org; Thu, 04 Aug 2005 11:34:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E0hjU-0004jT-At for emacs-devel@gnu.org; Thu, 04 Aug 2005 11:34:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E0hjT-0004gS-27 for emacs-devel@gnu.org; Thu, 04 Aug 2005 11:34:07 -0400 Original-Received: from [64.233.182.205] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E0hiy-0003fJ-SK for emacs-devel@gnu.org; Thu, 04 Aug 2005 11:33:37 -0400 Original-Received: by nproxy.gmail.com with SMTP id h2so92610nfe for ; Thu, 04 Aug 2005 08:20:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=P8d+2kUtoldAYe679VAg3pqo9H/ApS5dKmkBYAsw9RCUP7x8rHRE7KE/9XTa5rGVG+H82cZdCVO2JfWUIEkCaXG1LFdup6m1bX4eAVC3/W12Tpii1JbZyAVVJzYPuO++wCbuhmHtq2Qg4daSEMOzasgy08d8rEV1Wvn/KgJ4FMg= Original-Received: by 10.48.250.9 with SMTP id x9mr66061nfh; Thu, 04 Aug 2005 08:20:21 -0700 (PDT) Original-Received: by 10.48.250.5 with HTTP; Thu, 4 Aug 2005 08:20:21 -0700 (PDT) Original-To: rms@gnu.org In-Reply-To: Content-Disposition: inline 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:41488 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41488 On 8/4/05, Richard M. Stallman wrote: > No! Emacs code should not use defadvice. follow.el ibuf-ext.el ses.el uniquify.el woman.el emulation/viper.el mh-e/mh-acros.el net/tramp.el net/tramp-vc.el progmodes/ada-mode.el progmodes/gdb-ui.el progmodes/idlw-shell.el textmodes/org.el at the very least. Some use defadvice for compatibility with older Emacsen, but not all. --=20 /L/e/k/t/u