emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [emacs-wiki-discuss] problem with emacs config


From: Jim Ottaway
Subject: Re: [emacs-wiki-discuss] problem with emacs config
Date: Sun, 13 Mar 2005 10:02:11 +0000
User-agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.2 (gnu/linux)

>>>>> Rino Mardo <address@hidden> writes:
> i managed to isolate the offending line and it is the "(require
> 'planner)" line. after that i don't know how else to proceed. btw,


> Signaling: (error "Invalid character: 012667, 5559, 0x15b7")
>   eval-buffer(#<buffer  *load*<3>> nil "emacs-wiki-publish")
>   
> load-with-code-conversion("/home/rino/sacha-stable/emacs-wiki/emacs-wiki-publish.el"
>  "emacs-wiki-publish" nil t)
>   load("emacs-wiki-publish" nil t)
>   eval-buffer(#<buffer  *load*<2>> nil "emacs-wiki")
>   
> load-with-code-conversion("/home/rino/sacha-stable/emacs-wiki/emacs-wiki.el" 
> "emacs-wiki" nil t)
>   require(emacs-wiki)
>   eval-buffer(#<buffer  *load*> nil "planner")
>   load-with-code-conversion("/home/rino/sacha-stable/planner/planner.el" 
> "planner" nil t)
>   require(planner)
>   eval-buffer()
>   call-interactively(eval-buffer)
>   execute-extended-command(nil)
>   call-interactively(execute-extended-command)

The problem is in loading emacs-wiki-publish.el [top of the trace is
later than the bottom]: you could have a look at that file to see if
there are any unusual looking characters.  Perhaps you have a
corrupted file. Or it could be something to do with the coding-system
determined by Emacs for the file. I know there are some funny looking
characters in the first line of the contributors section before
(zhaolei AT netarchlab DOT tsinghua DOT edu DOT cn); If you delete
them does it work?

Regards,

-- 
Jim Ottaway




reply via email to

[Prev in Thread] Current Thread [Next in Thread]