Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7ebd25ac536d248d499a3ce2acda963a > files > 5054

Macaulay2-1.3.1-8.fc15.i686.rpm

<?xml version="1.0" encoding="utf-8" ?>  <!-- for emacs: -*- coding: utf-8 -*- -->
<!-- Apache may like this line in the file .htaccess: AddCharset utf-8 .html -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"	 "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg-flat.dtd" >
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head><title>running Macaulay2 in a terminal window</title>
<link rel="stylesheet" type="text/css" href="../../../../Macaulay2/Style/doc.css"/>
</head>
<body>
<table class="buttons">
  <tr>
    <td><div><a href="_using_sp__Macaulay2_spwith_spemacs.html">next</a> | <a href="_moving_spor_spcopying_spthe_sp__Macaulay2_spfiles.html">previous</a> | <a href="_using_sp__Macaulay2_spwith_spemacs.html">forward</a> | <a href="_moving_spor_spcopying_spthe_sp__Macaulay2_spfiles.html">backward</a> | <a href="_getting_spstarted.html">up</a> | <a href="index.html">top</a> | <a href="master.html">index</a> | <a href="toc.html">toc</a> | <a href="http://www.math.uiuc.edu/Macaulay2/">Macaulay2 web site</a></div>

    </td>
  </tr>
</table>
<div><a href="index.html" title="">Macaulay2Doc</a> > <a href="_getting_spstarted.html" title="">getting started</a> > <a href="_running_sp__Macaulay2_spin_spa_spterminal_spwindow.html" title="">running Macaulay2 in a terminal window</a></div>
<hr/>
<div><h1>running Macaulay2 in a terminal window</h1>
<div><p>Some answers in Macaulay2 can be very wide, but many of them will be wrapped appropriately to fit in the width of a terminal window.  Macaulay2 can successfully be used in a terminal window if care is taken not to display very wide objects, but most users will prefer to use the interface provided with emacs or with texmacs.</p>
<p>Macaulay2 uses the readline library and the history library to handle user input in a terminal window.  The readline user interface documentation is available at <a href="http://tiswww.case.edu/php/chet/readline/rluserman.html">http://tiswww.case.edu/php/chet/readline/rluserman.html</a>.  It can also be read with the command <tt>info readline</tt>.  The history user interface documentation is available at <a href="http://tiswww.case.edu/php/chet/readline/history.html#SEC1">http://tiswww.case.edu/php/chet/readline/history.html#SEC1</a>.  It can also be read with the command <tt>info history</tt>.</p>
<p>Name completion is implemented.  Press the <tt>TAB</tt> key to automatically complete names of identifiers that have been only partially typed, if possible.  Press <tt>TAB</tt> a second time to get a list of the possible completions when multiple choices exist.</p>
</div>
</div>
</body>
</html>