From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Lisp error Date: Sat, 23 Oct 2010 15:47:59 +0200 Message-ID: References: <8C601E12-78B1-4C54-9A72-8A64B3E0D062@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=34717 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9eS5-0004Hd-Iq for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 09:48:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9eS4-000742-G7 for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 09:48:05 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:52177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P9eS4-00073v-9U for emacs-orgmode@gnu.org; Sat, 23 Oct 2010 09:48:04 -0400 Received: by eydd26 with SMTP id d26so910425eyd.0 for ; Sat, 23 Oct 2010 06:48:02 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Noorul Islam Cc: Marvin Doyley , emacs-orgmode@gnu.org On Oct 23, 2010, at 3:35 PM, Noorul Islam wrote: > On Sat, Oct 23, 2010 at 6:16 PM, Carsten Dominik > wrote: >> >> On Oct 23, 2010, at 2:56 AM, Marvin Doyley wrote: >> >>> There would seem to be an error in the latest version of org.elc. >>> I get = >>> the following error when I run a make >>> >>> lisp/org.el:16219:1:Error: Invalid character: 1048575, #o3777777, >>> =#xfffff >>> make: *** [lisp/org.elc] Error 1 >> >> That is due to a recent change in the regular expression >> searching for inline images. >> >> I have modified the regexp, should work now. >> > > Is that Mac related error? I did not get that error on linux. It is probably an Emacs version that does not understand utf8. The original poser unfortunately forgot to give those details. - Carsten