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: Tue, 26 Mar 2013 16:18:44 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=90e6ba6e8f30d251e104d8d9a02a X-Trace: ger.gmane.org 1364329140 31576 80.91.229.3 (26 Mar 2013 20:19:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Mar 2013 20:19:00 +0000 (UTC) To: Emacs Help Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 26 21:19:27 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 1UKaL5-0000j8-7d for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Mar 2013 21:19:23 +0100 Original-Received: from localhost ([::1]:43700 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKaKh-0002xs-9I for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Mar 2013 16:18:59 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:59655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKaKV-0002xS-6U for help-gnu-emacs@gnu.org; Tue, 26 Mar 2013 16:18:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKaKT-0007bp-1N for help-gnu-emacs@gnu.org; Tue, 26 Mar 2013 16:18:47 -0400 Original-Received: from mail-ie0-x22c.google.com ([2607:f8b0:4001:c03::22c]:45803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKaKS-0007ba-Sq for help-gnu-emacs@gnu.org; Tue, 26 Mar 2013 16:18:44 -0400 Original-Received: by mail-ie0-f172.google.com with SMTP id c10so9520807ieb.31 for ; Tue, 26 Mar 2013 13:18:44 -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=Cz4wBYvkP+qzIUxbEwHzEqj7hom21Ny+0giPbAc4w9w=; b=PsvpO/GCzyoosYZx6P9ooTH6sjilZEi5KRdvFlXDw00+vDaW/5qG5ZU33oEgePlSZF PwNSvjG0u2GuFzCyRbRJyemZPPXGEv/8X07GC+5to8MyBqsDgSFVkND7hqydwMKEdji4 zOd0ZBQErwuPufCxaIN7HwDPH7nYxivkOhZvC5SH0uE4IpM4rlQPfRFguN8m2quvTo5W zcNYhI0t0ypbcLmexBkkZ/CunK4vBQuscL8zKc+xcttVTE9shxqWY+NCfpXp8hrT5dX1 56JDJyviyniLjoRNSEUioVizpQwchLr0IHVGOYlcHcD779Sng2hhC6LxDTix6zQ29Jav bLxQ== X-Received: by 10.42.175.73 with SMTP id az9mr10041930icb.55.1364329124473; Tue, 26 Mar 2013 13:18:44 -0700 (PDT) Original-Received: by 10.42.110.194 with HTTP; Tue, 26 Mar 2013 13:18:44 -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:89767 Archived-At: --90e6ba6e8f30d251e104d8d9a02a Content-Type: text/plain; charset=ISO-8859-1 Updatedcode example. I had to copy and paste `i` and `{` on lines 48 and 49, because Emacs kept complaining "Invalid function: (setq ad-return-value (ad-Orig-c-parse-state))" On Tue, Mar 26, 2013 at 4:12 PM, Andrew Pennebaker < andrew.pennebaker@gmail.com> wrote: > I can't insert important C++ characters into my code (attached). When I > press ; or { Emacs shows an error in the minibuffer: > > "Invalid function: (setq ad-return-value (ad-Orig-c-parse-state))" > > Major mode is c++-mode. > > Using Emacs 24.2.1. > > -- > Cheers, > > Andrew Pennebaker > www.yellosoft.us > -- Cheers, Andrew Pennebaker www.yellosoft.us --90e6ba6e8f30d251e104d8d9a02a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Updated code example. I ha= d to copy and paste `i` and `{` on lines 48 and 49, because Emacs kept comp= laining

"Invalid function: (setq ad-return-value (ad-Orig-c-parse-state))"= ;


On Tue, Mar 26, 2013 at 4:12 PM, Andrew Pennebaker <andrew.penne= baker@gmail.com> wrote:
I can't insert important C++ characters into my code (= attached). When I press ; or { Emacs shows an error in the minibuffer:
=

"Invalid function: (setq ad-return-value (ad-Orig-= c-parse-state))"

Major mode is c++-mode.

Us= ing Emacs=A024.2.1.

--
Cheers,

Andrew Pennebaker<= /div>



--
C= heers,

Andrew Pennebaker
--90e6ba6e8f30d251e104d8d9a02a--