does Ctrl+C send a message in gmail, I hadn't finished my previous query about trying to get sage virtual box exposed in windows, actually it's Ctrl+Enter https://support.google.com/mail/answer/6594?hl=en, sorry the problem with RTFM on the web is that you can't, it just goes on and on
the information i would add to the wiki, i haven't seen on the wiki, hence the question, if anything i would like to reduced version of the wiki RE: stopping the notebook server, milestone 5.13 looking forward to that http://trac.sagemath.org/ticket/6369 """" Try this: 1. sage -notebook foo 1. Find the pid of the sage -notebook process with ps ax |grep "sage -notebook" 1. Kill that process with kill -9 [pid] 1. The notebook server is still going. And now the only way to kill it is with ps ax |grep tracd and start killing things until you hit the right one. Since people, especially new sage users, often kill the notebook server by, e.g., clicking kill in a terminal or some other silly means, it would be much better if the sage-cleaner could at least step in and kill the notebook server, so it gets shut down cleanly (saving its state), and doesn't stop the notebook from running in the future (if it is always running, it can't run again), hence confusing users. To do all this is probably as simple as calling one little register function in sage.misc.cleaner. """"" -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/groups/opt_out.
