emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Lisp error
@ 2010-10-23  0:56 Marvin Doyley
  2010-10-23  9:32 ` Noorul Islam
  2010-10-23 12:46 ` Carsten Dominik
  0 siblings, 2 replies; 7+ messages in thread
From: Marvin Doyley @ 2010-10-23  0:56 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 231 bytes --]

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

cheers
M

[-- Attachment #1.2: Type: text/html, Size: 257 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Lisp error
  2010-10-23  0:56 Lisp error Marvin Doyley
@ 2010-10-23  9:32 ` Noorul Islam
  2010-10-23 12:07   ` Marvin Doyley
  2010-10-23 12:46 ` Carsten Dominik
  1 sibling, 1 reply; 7+ messages in thread
From: Noorul Islam @ 2010-10-23  9:32 UTC (permalink / raw)
  To: Marvin Doyley; +Cc: emacs-orgmode

On Sat, Oct 23, 2010 at 6:26 AM, Marvin Doyley <marvinpas@gmail.com> 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
>

I am not facing this problem on a debian box.

Thanks and Regards
Noorul

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Lisp error
  2010-10-23  9:32 ` Noorul Islam
@ 2010-10-23 12:07   ` Marvin Doyley
  0 siblings, 0 replies; 7+ messages in thread
From: Marvin Doyley @ 2010-10-23 12:07 UTC (permalink / raw)
  To: Noorul Islam; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 604 bytes --]

I am working on a mac osx snow leopard. I got the error after I pull the
latest changes.

I am still puzzled

cheers
M

On Sat, Oct 23, 2010 at 5:32 AM, Noorul Islam <noorul@noorul.com> wrote:

> On Sat, Oct 23, 2010 at 6:26 AM, Marvin Doyley <marvinpas@gmail.com>
> 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
> >
>
> I am not facing this problem on a debian box.
>
> Thanks and Regards
> Noorul
>

[-- Attachment #1.2: Type: text/html, Size: 1049 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Lisp error
  2010-10-23  0:56 Lisp error Marvin Doyley
  2010-10-23  9:32 ` Noorul Islam
@ 2010-10-23 12:46 ` Carsten Dominik
  2010-10-23 13:05   ` Marvin Doyley
  2010-10-23 13:35   ` Noorul Islam
  1 sibling, 2 replies; 7+ messages in thread
From: Carsten Dominik @ 2010-10-23 12:46 UTC (permalink / raw)
  To: Marvin Doyley; +Cc: emacs-orgmode


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.

Cheers

- Carsten

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Lisp error
  2010-10-23 12:46 ` Carsten Dominik
@ 2010-10-23 13:05   ` Marvin Doyley
  2010-10-23 13:35   ` Noorul Islam
  1 sibling, 0 replies; 7+ messages in thread
From: Marvin Doyley @ 2010-10-23 13:05 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 576 bytes --]

Problem solved,

Cheers,
M

On Sat, Oct 23, 2010 at 8:46 AM, Carsten Dominik
<carsten.dominik@gmail.com>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.
>
> Cheers
>
> - Carsten
>
>

[-- Attachment #1.2: Type: text/html, Size: 1100 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Lisp error
  2010-10-23 12:46 ` Carsten Dominik
  2010-10-23 13:05   ` Marvin Doyley
@ 2010-10-23 13:35   ` Noorul Islam
  2010-10-23 13:47     ` Carsten Dominik
  1 sibling, 1 reply; 7+ messages in thread
From: Noorul Islam @ 2010-10-23 13:35 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: Marvin Doyley, emacs-orgmode

On Sat, Oct 23, 2010 at 6:16 PM, Carsten Dominik
<carsten.dominik@gmail.com> 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.

Thanks and Regards
Noorul

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Lisp error
  2010-10-23 13:35   ` Noorul Islam
@ 2010-10-23 13:47     ` Carsten Dominik
  0 siblings, 0 replies; 7+ messages in thread
From: Carsten Dominik @ 2010-10-23 13:47 UTC (permalink / raw)
  To: Noorul Islam; +Cc: Marvin Doyley, emacs-orgmode


On Oct 23, 2010, at 3:35 PM, Noorul Islam wrote:

> On Sat, Oct 23, 2010 at 6:16 PM, Carsten Dominik
> <carsten.dominik@gmail.com> 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-10-23 13:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-23  0:56 Lisp error Marvin Doyley
2010-10-23  9:32 ` Noorul Islam
2010-10-23 12:07   ` Marvin Doyley
2010-10-23 12:46 ` Carsten Dominik
2010-10-23 13:05   ` Marvin Doyley
2010-10-23 13:35   ` Noorul Islam
2010-10-23 13:47     ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).