#18115: Add BackendEmacs so sage-mode can have it's own playground for 
typesetting
output
-------------------------------------+-------------------------------------
       Reporter:  iandrus            |        Owner:
           Type:  enhancement        |       Status:  new
       Priority:  major              |    Milestone:  sage-6.6
      Component:  user interface     |   Resolution:
       Keywords:  sage-mode, emacs   |    Merged in:
        Authors:  Ivan Andrus        |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:  u/iandrus/emacs-   |       Commit:
  typeset-output                     |  e3e324770e2a06d75e6d15b3641ddbe3a5573d7e
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by iandrus):

 For those, like me, who don't fully understand the display_manager stuff,
 try this recipe

 {{{
 from sage.repl.rich_output.backend_emacs import BackendEmacs
 from sage.repl.rich_output import get_display_manager
 emacsdm = BackendEmacs()
 get_display_manager().switch_backend(emacsdm,shell=get_ipython())
 }}}

 Then you can use

 {{{
 %display text latex
 }}}

 to test it out.  Of course it will look rather ugly since sage-mode isn't
 formatting it for you.

--
Ticket URL: <http://trac.sagemath.org/ticket/18115#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" 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-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to