From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: ad-remove-advice bug. Date: Thu, 08 Mar 2007 12:40:36 -0500 Message-ID: References: <878xe9t916.fsf@lrde.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1173375773 15993 80.91.229.12 (8 Mar 2007 17:42:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Mar 2007 17:42:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: michael@cadilhac.name (=?iso-8859-1?Q?Micha=EBl?= Cadilhac) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 08 18:42:39 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HPMdR-0006QA-MU for ged-emacs-devel@m.gmane.org; Thu, 08 Mar 2007 18:42:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HPMdf-0007w3-Gg for ged-emacs-devel@m.gmane.org; Thu, 08 Mar 2007 12:42:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HPMdS-0007vU-NV for emacs-devel@gnu.org; Thu, 08 Mar 2007 12:42:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HPMdR-0007vI-C7 for emacs-devel@gnu.org; Thu, 08 Mar 2007 12:42:37 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HPMdR-0007vF-6N for emacs-devel@gnu.org; Thu, 08 Mar 2007 12:42:37 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HPMdC-0006vh-L8 for emacs-devel@gnu.org; Thu, 08 Mar 2007 12:42:22 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HPMbU-0005jQ-Ep; Thu, 08 Mar 2007 12:40:36 -0500 In-reply-to: <878xe9t916.fsf@lrde.org> (michael@cadilhac.name) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:67575 Archived-At: Now, use M-x ad-remove-advice RET RET RET RET (the default each time) There's two annoying things : 1. M-x describe-function RET forward-line RET says : | This subr is advised. That's not a bug; we need not do anything now. 2. M-x ad-remove-advice default values are impossible. I do not understand. Your patch looks maybe ok for the future, but let's not do anything there now.