From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel Subject: Re: Simple defadvice's stopped working (commit daa84a03, Thu Nov 8 23:10:16 2012 -0500) Date: Tue, 13 Nov 2012 20:09:39 +0900 Organization: Emacsen advocacy group Message-ID: References: <87haoyl4on.fsf@topper.koldfront.dk> <87625bw1jx.fsf@visionobjects.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1352804999 23173 80.91.229.3 (13 Nov 2012 11:09:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Nov 2012 11:09:59 +0000 (UTC) Cc: asjo@koldfront.dk, emacs-devel@gnu.org To: ivan.kanis@googlemail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 13 12:10:09 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TYENa-0003A1-T2 for ged-emacs-devel@m.gmane.org; Tue, 13 Nov 2012 12:10:07 +0100 Original-Received: from localhost ([::1]:33618 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYENQ-00070t-W3 for ged-emacs-devel@m.gmane.org; Tue, 13 Nov 2012 06:09:56 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:55239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYENL-00070E-QM for emacs-devel@gnu.org; Tue, 13 Nov 2012 06:09:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TYENI-0003W3-Nz for emacs-devel@gnu.org; Tue, 13 Nov 2012 06:09:51 -0500 Original-Received: from orlando.hostforweb.net ([216.246.45.90]:45638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TYENI-0003VM-K6 for emacs-devel@gnu.org; Tue, 13 Nov 2012 06:09:48 -0500 Original-Received: from localhost ([127.0.0.1]:36905) by orlando.hostforweb.net with smtp (Exim 4.77) (envelope-from ) id 1TYENE-0002SX-WB; Tue, 13 Nov 2012 05:09:45 -0600 X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130006 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.6) Emacs/24.3.50 (i686-pc-cygwin) Cancel-Lock: sha1:qz5H7C0B4iRYsGWmyDkrf4/mkdA= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (barebone) [generic] X-Received-From: 216.246.45.90 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:154845 Archived-At: Ivan Kanis wrote: > I am getting the exact same error, same backtrace. I use the same hook > in gnus as Adam. Sorry, this is a noise. The immediate cause of the error we all got is that the function `documentation' passes a function definition, not a function symbol, to `ad--make-advised-docstring'. I worked around it, it makes Emacs barely work, though it's far from the fix: ftp://ftp.jpl.org/pub/tmp/advice_el.diff