Mercurial > hg > xemacs-beta
comparison man/lispref/os.texi @ 314:341dac730539 r21-0b55
Import from CVS: tag r21-0b55
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:44:22 +0200 |
parents | 4b85ae5eabfb |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
313:2905de29931f | 314:341dac730539 |
---|---|
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 |