comparison man/lispref/os.texi @ 373:6240c7796c7a r21-2b2

Import from CVS: tag r21-2b2
author cvs
date Mon, 13 Aug 2007 11:04:06 +0200
parents cc15677e0335
children 74fd4e045ea6
comparison
equal deleted inserted replaced
372:49e1ed2d7ed8 373:6240c7796c7a
1538 @deffn Command open-termscript filename 1538 @deffn Command open-termscript filename
1539 @cindex termscript file 1539 @cindex termscript file
1540 This function is used to open a @dfn{termscript file} that will record 1540 This function is used to open a @dfn{termscript file} that will record
1541 all the characters sent by XEmacs to the terminal. (If there are 1541 all the characters sent by XEmacs to the terminal. (If there are
1542 multiple tty or stream devices, all characters sent to all such devices 1542 multiple tty or stream devices, all characters sent to all such devices
1543 are recorded.) The funcion returns @code{nil}. Termscript files are 1543 are recorded.) The function returns @code{nil}. Termscript files are
1544 useful for investigating problems where XEmacs garbles the screen, 1544 useful for investigating problems where XEmacs garbles the screen,
1545 problems that are due to incorrect Termcap entries or to undesirable 1545 problems that are due to incorrect Termcap entries or to undesirable
1546 settings of terminal options more often than to actual XEmacs bugs. 1546 settings of terminal options more often than to actual XEmacs bugs.
1547 Once you are certain which characters were actually output, you can 1547 Once you are certain which characters were actually output, you can
1548 determine reliably whether they correspond to the Termcap specifications 1548 determine reliably whether they correspond to the Termcap specifications