> > 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") and: tomahawk-*rc/Sage/Archives $ /usr/local/sage/sage/sage ---------------------------------------------------------------------- | Sage Version 3.4.rc0, Release Date: 2009-03-02 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- Loading Sage library. Current Mercurial branch is: combinat sage: Debugger entered--Lisp error: (error "Required feature `sage' was not provided") require(sage "sage-mode") eval-buffer(#<buffer *load*<3>> nil "/home/averell/lib/site-lisp/modes.el" nil t) ; Reading at buffer position 8385 load-with-code-conversion("/home/averell/lib/site-lisp/modes.el" "/home/averell/lib/site-lisp/modes.el" nil t) require(modes) eval-buffer(#<buffer *load*<2>> nil "/home/averell/.gnu-emacs" nil t) ; Reading at buffer position 922 load-with-code-conversion("/home/averell/.gnu-emacs" "/home/averell/.gnu-emacs" nil t) load("~/.gnu-emacs" nil t) (if (file-readable-p "~/.gnu-emacs") (load "~/.gnu-emacs" nil t) (if (file-readable-p "/etc/skel/.gnu-emacs") (load "/etc/skel/.gnu-emacs" nil t))) (if (string-match "XEmacs\\|Lucid" emacs-version) (progn (if ... ...)) (if (file-readable-p "~/.gnu-emacs") (load "~/.gnu-emacs" nil t) (if ... ...)) (setq custom-file "~/.gnu-emacs-custom") (load "~/.gnu-emacs-custom" t t)) eval-buffer(#<buffer *load*> nil "/home/averell/.emacs" nil t) ; Reading at buffer position 1633 load-with-code-conversion("/home/averell/.emacs" "/home/averell/.emacs" t t) load("~/.emacs" t t) #[nil " …¾ Æ=ƒ Ç ÈQ‚A É=ƒ3 ÊÇËÌ#ƒ# Í‚A ÊÇËÎ#ƒ/ Ï‚A Í‚A Ð=ƒ= Ñ‚A Ç ÒQ Ó Ô\nÓ‰#ˆ Ó=ƒi ÕÖ×Ç ØQ!\" Ô\fÓ‰#ˆ Ó=ƒh \n ) ƒ® Ù !Úšƒ® Û !‰ ÜP $Ý $!ƒŠ $‚• Ý !ƒ” ‚• ˉ ƒ Þ \"ƒ« ßà #ˆáâ!ˆ * %?…½ Ë &ÔãÓ‰#))‡" [init-file-user system-type user-init-file-1 user-init-file otherfile source ms-dos "~" "/_emacs" windows-nt directory-files nil "^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" "^_emacs\\(\\.elc?\\)?$" "~/_emacs" vax-vms "sys$login:.emacs" "/.emacs" t load expand-file-name "init" file-name-as-directory "/.emacs.d" file-name-extension "elc" file-name-sans-extension ".el" file-exists-p file-newer-than-file-p message "Warning: %s is newer than %s" sit-for 1 "default" alt inhibit-default-init inhibit-startup-screen] 7]() command-line() normal-top-level() > Thanks for the testing! Thanks **you** for the work. Florent --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---