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: trunk defadvice doesn't preserve original function Date: Tue, 23 Oct 2007 10:24:15 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1193127975 29269 80.91.229.12 (23 Oct 2007 08:26:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Oct 2007 08:26:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Katsumi Yamaoka" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 23 10:26:16 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 1IkF5b-0007Sq-94 for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2007 10:26:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkF5T-0008LJ-9n for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2007 04:26:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IkF3j-0006l9-Km for emacs-devel@gnu.org; Tue, 23 Oct 2007 04:24:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IkF3h-0006j7-Iu for emacs-devel@gnu.org; Tue, 23 Oct 2007 04:24:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkF3h-0006ii-8V for emacs-devel@gnu.org; Tue, 23 Oct 2007 04:24:17 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.181]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IkF3g-00061c-Nc for emacs-devel@gnu.org; Tue, 23 Oct 2007 04:24:16 -0400 Original-Received: by wa-out-1112.google.com with SMTP id k34so1707415wah for ; Tue, 23 Oct 2007 01:24:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=IjI/LbDdjFP8FMejtxmRzYmxXWpPeeGBB/t6lNOpTlg=; b=RLN77fKYA1OCoOgS/KV220gUGlSqLnfS4K9y9ePBKsHApceKYUeRJEmAOef3i6cBaEoFn44gNL6FQLmXpySn1d1EFWHZrP0qP3Pv23CYGI1m0hwLvvFhH7nZ6Xaz78qHomO/aky4fxZzaPi9i4h9E66SQEZiJDkEpYzVtSVOlbw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MGvD31GIrQfv/CJem528Us/XxsVrCQs3Xbr/SJnTSzJt46wdco/ifP+KNIP+tIDbwvVXHJIT8M8uRfQFSvxOMWyM530Mm5py3Ql216CykWE6NieHkFKd9tjPCpvahb0BDLQpCX4L6Jzz0AT1wyRkbv7fZa5iBFxTKFuqGbaqbJ8= Original-Received: by 10.115.75.1 with SMTP id c1mr6583025wal.1193127855428; Tue, 23 Oct 2007 01:24:15 -0700 (PDT) Original-Received: by 10.115.72.13 with HTTP; Tue, 23 Oct 2007 01:24:15 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:81530 Archived-At: On 10/23/07, Katsumi Yamaoka wrote: > I found that the cause is: > > 2007-10-20 Juanma Barranquero > > * doc.c (Fdocumentation): Check for advice in all cases. Why am I not surprised? Since advice.el's change on 2007-10-14 this is like the fourth bug we fight... Juanma