On 13-Mar-09, at 11:13 AM, Florent Hivert wrote:

>
>>> Thanks for your work. This is very helpful !
>>>
>>> I'd like to report a problem. I don't know if I'm the only one who
>>> has it.
>>> I installed 0.5.3, I now c-c c-t raise a
>>>  Symbol's function definition is void: sage-test
>>
>> Certainly not, my autoloads were too aggressive.  There's a 0.5.4 on
>> the wiki now.
>
> I'm sorry to say so, but things get even worse. sage-mode does not
> load anymore. I'm not an expert in emacs-lisp so please ask me if the
> following informations are not sufficient:
>
> from a sage -f ... I got
>
> Successfully installed sage-mode-0.5.4
> Now cleaning up tmp files.
> Making Sage/Python scripts relocatable...
> Making script relocatable
> Finished installing sage-mode-0.5.4.spkg
>
> I load sage from a file called "/home/averell/lib/site-lisp/modes.el"
>
> which contains those lines:
>
> (add-to-list 'load-path (expand-file-name "/usr/local/sage/sage/data/ 
> emacs"))
> (require 'python)
> (require 'pyrex "pyrex-mode")
> (require 'sage "sage-mode")
> (setq sage-command "/usr/local/sage/sage/sage")

Hi Florent, the installation instructions changed (updated  
instructions should have been printed on sage -f).  You should just  
now need:

(add-to-list 'load-path (expand-file-name "/usr/local/sage/sage/data/ 
emacs"))
(require 'sage "sage")

We will get this working eventually!
Nick

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to