From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrew Pennebaker Newsgroups: gmane.emacs.help Subject: Re: c++-mode: Invalid function: (setq ad-return-value (ad-Orig-c-parse-state)) Date: Wed, 27 Mar 2013 08:16:27 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e013c69f2e7b4e504d8e70158 X-Trace: ger.gmane.org 1364386607 24728 80.91.229.3 (27 Mar 2013 12:16:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Mar 2013 12:16:47 +0000 (UTC) To: Emacs Help Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 27 13:17:12 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1UKpHv-00046r-36 for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Mar 2013 13:17:07 +0100 Original-Received: from localhost ([::1]:36673 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKpHW-0004r8-RB for geh-help-gnu-emacs@m.gmane.org; Wed, 27 Mar 2013 08:16:42 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:44648) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKpHL-0004qs-9m for help-gnu-emacs@gnu.org; Wed, 27 Mar 2013 08:16:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKpHI-00011e-Fg for help-gnu-emacs@gnu.org; Wed, 27 Mar 2013 08:16:31 -0400 Original-Received: from mail-ie0-x22c.google.com ([2607:f8b0:4001:c03::22c]:61653) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKpHI-00011P-Aq for help-gnu-emacs@gnu.org; Wed, 27 Mar 2013 08:16:28 -0400 Original-Received: by mail-ie0-f172.google.com with SMTP id c10so10020993ieb.17 for ; Wed, 27 Mar 2013 05:16:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=p0nz5SlCin0k8cQ2cMNGV7LwoHX5+9D/tF4xrwMR6lw=; b=uhl9RJlPDcaSU9fsWDcAl+qRIDhxBLy9igBwi03Bh2xJ7/mRe83cb8IZUOyWxhS6hN NFITFatT76Es84lQSHu/ZxGxxKVk/ILnToWEt0DhjYzDp2E7hgSRbUjQvRXCJWgRxq2X ol4oFljgEj1xrHJB+ymVwnY43F3PKnV15EY9WeZtZghVjBTxzvqpnkPFrVdbZgKI/hhj mndqxGeLc1Izhg5/N/iobrfdEMRImW3U6ODhsGNqnQQa23gD/S42y3epAFVFyd6n1mZr +abCRmUoiuzcK3IXDR1CY6aFt5jNaW5HAmB75z5wlP7RN7HeDz/5oaNliB2UTl798VAt VJmQ== X-Received: by 10.50.78.202 with SMTP id d10mr4093459igx.69.1364386587846; Wed, 27 Mar 2013 05:16:27 -0700 (PDT) Original-Received: by 10.42.110.194 with HTTP; Wed, 27 Mar 2013 05:16:27 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::22c X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89772 Archived-At: --089e013c69f2e7b4e504d8e70158 Content-Type: text/plain; charset=ISO-8859-1 I have not used advise myself, but maybe one of the packages I am using has. My .emacs: https://github.com/mcandre/dotfiles/blob/master/emacs On Wed, Mar 27, 2013 at 2:43 AM, Leo Liu wrote: > On 2013-03-27 04:12 +0800, Andrew Pennebaker wrote: > > "Invalid function: (setq ad-return-value (ad-Orig-c-parse-state))" > > more like a screwup in your setup. ad-Orig-c-parse-state suggests you > have advised c-parse-state. > > Leo > > > -- Cheers, Andrew Pennebaker www.yellosoft.us --089e013c69f2e7b4e504d8e70158 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
I have not used advise myself, but maybe one of the packag= es I am using has.

My .emacs:

=


O= n Wed, Mar 27, 2013 at 2:43 AM, Leo Liu <sdl.web@gmail.com> = wrote:
On 2013-03-27 04:12 +0800,= Andrew Pennebaker wrote:
> "Invalid function: (setq ad-return-value (ad-Orig-c-parse-state))= "

more like a screwup in your setup. ad-Orig-c-parse-state suggests you=
have advised c-parse-state.

Leo





--
Cheers,

Andrew Pennebaker
--089e013c69f2e7b4e504d8e70158--