On Thu, Feb 2, 2012 at 5:47 PM, Dan Christensen <[email protected]> wrote: > You can set the prompt using the LESS environment variable. > See the PROMPTS section of the less man page. Lots of sophisticated > behaviour is supported.
Great idea! More precisely, if on startup of Sage we set the LESS environment variable as follows (only setting it if it isn't already set), then the prompt at the end of docstring will be "(END - press q to quit) " instead of the cryptic "(END)": export LESS="-P?n?f%f .?m(file %i of %m) ..?e(END - press q to quit) ?x- Next\: %x..%t" This is now the palindromic trac 12421: http://trac.sagemath.org/sage_trac/ticket/12421 -- William > > Dan > > > -- > 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 > URL: http://www.sagemath.org -- William Stein Professor of Mathematics University of Washington http://wstein.org -- 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 URL: http://www.sagemath.org
