From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tim Cross Newsgroups: gmane.emacs.devel Subject: Re: Simple defadvice's stopped working (commit daa84a03, Thu Nov 8 23:10:16 2012 -0500) Date: Mon, 12 Nov 2012 08:24:50 +1100 Message-ID: <50A017A2.2000600@gmail.com> References: <87haoyl4on.fsf@topper.koldfront.dk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1352669103 4386 80.91.229.3 (11 Nov 2012 21:25:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 Nov 2012 21:25:03 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 11 22:25:14 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 1TXf1l-0000Ts-2F for ged-emacs-devel@m.gmane.org; Sun, 11 Nov 2012 22:25:13 +0100 Original-Received: from localhost ([::1]:60205 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXf1b-0003wA-Cp for ged-emacs-devel@m.gmane.org; Sun, 11 Nov 2012 16:25:03 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:55973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXf1W-0003vQ-C9 for emacs-devel@gnu.org; Sun, 11 Nov 2012 16:25:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TXf1T-0004KR-A7 for emacs-devel@gnu.org; Sun, 11 Nov 2012 16:24:58 -0500 Original-Received: from mail-pa0-f41.google.com ([209.85.220.41]:42389) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TXf1T-0004K9-3p for emacs-devel@gnu.org; Sun, 11 Nov 2012 16:24:55 -0500 Original-Received: by mail-pa0-f41.google.com with SMTP id fa10so4050234pad.0 for ; Sun, 11 Nov 2012 13:24:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=h5LV6mbEl3M409k8/BoMPGrxmgC1CRJI+eFQRXhvKyc=; b=aHkq7jFOmCtb0cZ/OMOIhw/qtrKZt3zq+/giReOmR/gRGsZ7Xd6P333TkGedHbSxB8 lwXv1XMzPMBkFeUUvZ/6ceOrExh8psGVtbRg3rbktYb6HtUVFRqpY1cG/ToIhWAngSlb KZABcbnfyTmQSrnho7c/5K4NmUsV1ah39orq8zm859gd2DKjBBMp6pLXQAk9cjTkcd4Y C+lflfx4zkQqLsgMby9DLGUYyQKAOmJTfulFFwC0bHpAxu03yW5vbuQwfdiKJkv7n1W7 dBLv1fV+u+5tbolaQPV1YyhXjQJHfKNOZNWjWr24b0dlde1Hih2DrrqvTweC19dzlsA1 hXBA== Original-Received: by 10.68.234.229 with SMTP id uh5mr51951815pbc.123.1352669093932; Sun, 11 Nov 2012 13:24:53 -0800 (PST) Original-Received: from [192.168.1.114] (ppp234-105.static.internode.on.net. [59.167.234.105]) by mx.google.com with ESMTPS id v2sm3079982paz.27.2012.11.11.13.24.52 (version=SSLv3 cipher=OTHER); Sun, 11 Nov 2012 13:24:53 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.220.41 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:154822 Archived-At: On 10/11/12 12:55, Stefan Monnier wrote: >> I just installed a new emacs-snapshot packageš, and got an error on >> startup, from these four lines in my .emacs.d/init.el: > > Better make it a bug report rather than send it to the discussion list. > And also I recommend you use the emacs-24 branch rather than the trunk, > so as to help debug the pretest of 24.3. > > > Stefan > Just FYI, I encountered the same error with some of the emacspeak defadvice. Switching to the Emacs-24 branch and no error - all compiled fine. Tim