home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / emacs / help / 5194 < prev    next >
Encoding:
Text File  |  1992-12-29  |  2.4 KB  |  77 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!news.belwue.de!news.uni-stuttgart.de!itap.physik.uni-stuttgart.de!stef
  3. From: stef@itap.physik.uni-stuttgart.de (Stefan Ried)
  4. Subject: Emacs,DEC5000,Terminals
  5. Message-ID: <1992Dec28.170505.624@news.uni-stuttgart.de>
  6. Keywords: VT100,DEC5000,EMACS,Terminal
  7. Sender: news@news.uni-stuttgart.de (USENET News System)
  8. Reply-To: stef@itap.physik.uni-stuttgart.de (Stefan Ried)
  9. Organization: ITAP University of Stuttgart
  10. Date: Mon, 28 Dec 1992 17:05:05 GMT
  11. Lines: 64
  12.  
  13.  
  14.    Flow-Problems with Terminals
  15.    ----------------------------
  16.  
  17.  
  18. Hallo everybody,
  19.  
  20. Does anybody use EMACS with Terminals like DEC VT220 or
  21. TransTec-Terminals emulating VT100, VT200 or VT220 ?
  22.  
  23. Configuration :
  24.  
  25. DEC 5000/120, Ultrix V4.2A (Rev. 47), Terminals DEC VT220 
  26. and TransTec GDT6225 with 9600 baud
  27.  
  28. EMACS 18.58.2.
  29.  
  30.  
  31. Problem :
  32.  
  33. The best way to run EMACS from Terminals is to configure
  34. the Terminals to hardware-handshake. Then one can use
  35. the CTRL+S key to I-SEARCH. This does not work on this DECstation
  36. in principle. It seems to be a hardware or a Ultrix problem.
  37.  
  38. So we tried the software handshake XON,XOFF. The Terminal works
  39. correctly with normal displaytask like "more .." and the VI editor.
  40.  
  41. To run EMACS we said in the "~/.emacs" file :
  42.  
  43.     (global-unset-key "\C-S")
  44.     (global-unset-key "\C-Q")
  45.     (setq search-exit-option nil)
  46.      
  47. Now EMACS should understand XON and XOFF as XON and XOFF.
  48. (to use I-SEARCH we must bring it to another key)
  49.  
  50. If you start EMACS with a file with only an few lines everything
  51. is ok !
  52. If the file have eg. 100 Lines EMACS comes up with a correct
  53. first display, but if the cursor is moved down the display is not
  54. scrolled correctly.
  55. The Terminal has about 250 bytes of buffer. Only the first half screen
  56. is restaurated correctly and then a XOFF-XON sequence might happen and
  57. the hole second part of the transmission, about 200 bytes, is lost.
  58.  
  59. Why does the standard tasks run on this Terminal and only EMACS do have
  60. such a typical handshake-problem ?
  61.  
  62. Of cource the files ../emacs/lisp/term/vt200.el and so on are readable
  63. for the emacs-user and "term" environment is set to vt200.
  64.  
  65. It really must be a handshake-mistake as Terminals with the same configuration
  66. but a bigger buffer like PCs or Ataris emulation VT200 work on the same 
  67. tty-line without trouble. 
  68.  
  69.  
  70. Stefan Ried
  71.  
  72. Institut fuer theoretische und angewandte Physik, Uni Stuttgart, Deutschland
  73. email: stef@itap.physik.uni-stuttgart.de
  74.  
  75.  
  76.  
  77.