From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Le Wang Newsgroups: gmane.emacs.help Subject: Re: mapcar problem Date: Tue, 20 Dec 2011 07:08:32 +0800 Message-ID: References: <0BB5E7904BB54EC0AB7BA8EB5E681FEF@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=002354470c8c87c46404b47a072a X-Trace: dough.gmane.org 1324336125 21363 80.91.229.12 (19 Dec 2011 23:08:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 19 Dec 2011 23:08:45 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Robert B. Gozzoli" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 20 00:08:40 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RcmJz-0008GV-Bx for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Dec 2011 00:08:39 +0100 Original-Received: from localhost ([::1]:41500 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcmJy-0004HD-Rl for geh-help-gnu-emacs@m.gmane.org; Mon, 19 Dec 2011 18:08:38 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:36776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcmJu-0004H8-SK for help-gnu-emacs@gnu.org; Mon, 19 Dec 2011 18:08:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RcmJt-0005nx-II for help-gnu-emacs@gnu.org; Mon, 19 Dec 2011 18:08:34 -0500 Original-Received: from mail-qy0-f169.google.com ([209.85.216.169]:44130) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcmJt-0005ns-G2 for help-gnu-emacs@gnu.org; Mon, 19 Dec 2011 18:08:33 -0500 Original-Received: by qcsd17 with SMTP id d17so3881640qcs.0 for ; Mon, 19 Dec 2011 15:08:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=qjd4lgj9pKlXam2MOr815jKNdYOhDHJoA45SaZXqjwY=; b=tK9ZreFVBgdIe3QZEQjqe5AjoxQHvYd/kXT4ogLxaZQVRvP2fNgiQ7NPFIVFYk1CAe loAkd+yD0qups8m5GBQyCiDScASRvrFiVg3QGX5TL7vMCrt16II0LirsVYJ1r8BxnEcq gaXMybSr6ZHTKGLa6CxWvCZSiR8ZjsYEExbn0= Original-Received: by 10.229.78.136 with SMTP id l8mr6586630qck.121.1324336112190; Mon, 19 Dec 2011 15:08:32 -0800 (PST) Original-Received: by 10.224.129.80 with HTTP; Mon, 19 Dec 2011 15:08:32 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.216.169 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:83227 Archived-At: --002354470c8c87c46404b47a072a Content-Type: text/plain; charset=ISO-8859-1 This is a bug. You should double check that the bug is still in the latest version of the package and report to the author. On Sun, Dec 18, 2011 at 12:46 PM, Robert B. Gozzoli wrote: > Dear Drew, > thank you. Loading cl.el in .emacs did the trick. > > Roberto > > On 18/12/2011, Drew Adams wrote: > >> apply: Symbol's function definition is void: mapcar* [2 times] > >> > >> I am not able to find consistent information online about the problem > >> itself, and I do not understand the problem in itself. I believe that > >> the problem should be in my.emacs and not in Latex, as I am able to > >> compile and view the file with other LaTeX editors. About emacs, this > >> is the version : GNU Emacs 23.3.1 (i386-mingw-nt6.1.7601), and I > >> attach to this email my .emacs file, if it can help. > > > > The function that Emacs says is undefined is `mapcar*', not `mapcar'. > If is > > defined in library `cl.el'. To use the function you will need to load > that > > library. Interactively, use `M-x load-library RET cl RET'. Or in your > init > > file use (require 'cl). > > > > > > -- Le --002354470c8c87c46404b47a072a Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable This is a bug.=A0 You should double check that the bug is still in the late= st version of the package and report to the author.

On Sun, Dec 18, 2011 at 12:46 PM, Robert B. Gozzoli <r.b.gozzoli@gmail.com> wrote:
Dear Drew,
thank you. Loading cl.el in .emacs did the trick.

Roberto

On 18/12/2011, Drew Adams <
drew= .adams@oracle.com> wrote:
>> apply: Symbol's function definition is void: mapcar* [2 times]=
>>
>> I am not able to find consistent information online about the prob= lem
>> itself, and I do not understand the problem in itself. I believe t= hat
>> the problem should be in my.emacs and not in Latex, as I am able t= o
>> compile and view the file with other LaTeX editors. About emacs, t= his
>> is the version : GNU Emacs 23.3.1 (i386-mingw-nt6.1.7601), and I >> attach to this email my .emacs file, if it can help.
>
> The function that Emacs says is undefined is `mapcar*', not `mapca= r'. =A0If is
> defined in library `cl.el'. =A0To use the function you will need t= o load that
> library. =A0Interactively, use `M-x load-library RET cl RET'. =A0O= r in your init
> file use (require 'cl).
>
>




--
Le
--002354470c8c87c46404b47a072a--