Sorry for being so slow in replying. I can say something about your question (1), I have the same bug and I add the following to my .emacs :
(defun my-sage () "sage+sage-view" (interactive) (call-interactively 'run-sage) (if (y-or-n-p "Toggle sage-view ? ") (call-interactively 'sage-view) nil) ) So you can go M-x my-sage (instead of M-x run-sage), and WAIT for sage to start fully; THEN, press y if you want sage-view. It's slightly faster than typing M-sage-view !! There isn't much else we can do, since the bug seems to be that sage-view tries to start before sage has completed its own boot. I guess the person who develops sage-view has an incredibly fast machine, on which sage starts in 1 second. pierre On 9 jan, 02:06, Felix Lenders <f...@felixlenders.de> wrote: > Hi, > > at first I want to thank you very much for sage which is a great piece > of software; it was for long time my wish to have an open source math > system. > > I am currently running sage via thesage-modeemacs interface (emacs 23 > under a debian testing kde 4 environment). However, I have with this > interface three minor issues: > > 1) Altough I have > > (require 'sage-view "sage-view") > (add-hook 'sage-startup-hook 'sage-view > 'sage-view-enable-inline-output 'sage-view-enable-inline-plots) > > in my .emacs I have to execute sage-view every time I startsage mode > manually. > > 2) The latex output is too small for my favor. I know that I can > right-click and use zoom-in, factor 1.2 or 1.4 is about the size I > like. But I don't want to use this step for every formula, so my > question: Is there a option to set this as default value? And I think > that the pdf -> png conversion is not as nice as it could be. On my > system it looks like a rather low resolution and not as nice and > smooth as you have it in a normal pdf-output. I don't know if this is > a compromise due to image size and conversion time, but it would be > nicer to have a high quality image. > > 3) There is a missing new line after having the output of a plot to the > sage command, so the sage: prompt for the next command is placed > right to the inlined plot graph, which doesn't look nice and in > almost every case doesn't provide enough space for the next command > as well. > > What can I do about this? > Thank you very much for yourhelp! > Felix -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org