hi nick, I've installed CarbonEmacs, the same thing happens. Then i've reduced my .emacs to just
(add-to-list 'load-path (expand-file-name "/Applications/sage/data/ emacs")) (require 'sage "sage") (setq sage-command "/Applications/sage/sage") (require 'sage-view "sage-view") (add-hook 'sage-startup-hook 'sage-view) same problem. What else could I try to see where the issue comes from ? pierre On 2 sep, 18:21, Nick Alexander <[email protected]> wrote: > On Sep 2, 8:52 am, Pierre <[email protected]> wrote: > > > hi, > > > I've built sage 4.1.1 on OS X, and i've had to re-install sage-mode, > > the new one being 0.6. I've got an issue with sage-view, in that it > > doesn't start automatically anymore (i have to go M-x sage-view). And > > yes, i put > > > (add-hook 'sage-startup-hook 'sage-view) > > > in my .emacs. Btw in the past i had tried to rely on the hook in order > > to disable-inline-plots, wasn't working either. I guess my hook is > > f****d, somehow. But at the time at least sage-view started > > automatically. > > Hmm, I will take a look at this. > > > And also : is it normal that the install instructions for sage-mode > > have chanded with this version ? no more (require 'pyrex "pyrex-mode") > > and the like ? > > I think this is correct. I folded the autoloading and require emacs > stuff for pyrex-mode into the sage-mode require stuff. > > > PS i'm on aquamacs. > > Okay, I don't use Aquamacs, I use Zenitani's marvelous distribution, > so our mileage might vary. > > Nick --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
