home *** CD-ROM | disk | FTP | other *** search
/ GRIPS 2: Government Rast…rocessing Software & Data / GRIPS_2.cdr / dos / ncsa_tel / digests / v2.27 < prev    next >
Encoding:
Text File  |  1990-12-29  |  11.7 KB  |  298 lines

  1. Subject: NCSA Telnet Digest V2.27
  2.  
  3. NCSA Telnet Digest         July 3, 1989         Volume 2 : Issue 27
  4. --------------------------------------------------------------------
  5. Subjects:
  6.     Wraparound of selected text region
  7.     Crashing of certain beta versions of 2.3 w/Word 4.0
  8.     VT102 emulation bugs
  9.     FTP and password suggestions
  10.     tn3270 under MultiFinder
  11.     use machine indication when referring to NCSA Telnet
  12.     TSR telnet comments
  13.     Telpass 
  14.     3C503 again
  15.  
  16.  
  17. --------------------------------------------------------------------
  18. Date: Mon, 19 Jun 89 14:05:40 EDT
  19. From: Ben Cranston <ZBEN@UMD2.UMD.EDU>
  20. Subject: minor cosmetic bug
  21.  
  22. One thing I have noticed about all the NCSA telnet versions I have used.
  23. If you have a selected area on the screen (like to do a Print Selection)
  24. and let it scroll off the top of the screen without un-selecting it,
  25. some time in the future a selected area of the same "shape" appears in
  26. the display.  Since it is usually a long time in the future, I suspect
  27. some kind of wraparound, perhaps a 16-bit wraparound in the selected
  28. screen area cells.  This might not be enough of a problem to even diagnose,
  29. much less fix...
  30.  
  31.  
  32. [ The memory is stored internally as a wrap-around.  Too late to fix it
  33. in 2.3.  Tim K]
  34.  
  35.  
  36. --------------------------------------------------------------------
  37.  
  38. Date: Tue 20 Jun 89 12:40:48-GMT
  39. From: Jeff Gehlhaar <GEHLHAAR%DRZEUS@qualcomm.com>
  40. Subject: MSWord and Telnet
  41.  
  42. I too have had problems with Telnet and Word 4.0.  When running 2.3b versions,
  43. and word, I have had word crash on me outright, and have telnet tell me that
  44. it was out of memory for a new session (even though I only had 2 open and had
  45. room for four or more).
  46.  
  47. Machine: Mac SE 2.5 Megs 6.0.2 system.
  48.  
  49. Jeff Gehlhaar
  50. Qualcomm Inc.
  51. San Diego, CA 92121
  52. -------
  53.  
  54.  
  55. [  Important!
  56.   I believe this problem comes from a bug in the FTP transfer of
  57.   versions 2.3b3,b4,b5,b6 and b7.
  58.   You MUST upgrade to 2.3b8 (or b9 - coming soon).
  59. Tim K.]
  60.  
  61.  
  62. --------------------------------------------------------------------
  63. Date: Tue, 20 Jun 89 16:45:45 PDT
  64. From: jqj@hogg.cc.uoregon.edu
  65. Subject: Re:  NCSA Telnet Digest V2.26
  66. To: telnet@ncsa.uiuc.edu
  67.  
  68. Tim K writes:
  69. >For the VT emulation - please send me dumpfiles which demonstrate
  70. >errors and document what the procedure SHOULD do.
  71.  
  72. You asked for some typical problems with the NCSA terminal emulator.
  73. The following are tested against 2.2 on the PC; your mileage may vary.
  74. In general, I think that there are LOTS of little bugs in the terminal
  75. emulator; when you fix these I'll report more.  Most, as I've remarked,
  76. are not serious.
  77.  
  78. For a more accurate emulator, see my version of the VTEM package
  79. recently posted as part of tooltool, or available for anonymous ftp
  80. from hogg.cc.uoregon.edu as pub/vtem.shar.
  81.  
  82. Some typical bugs:
  83.  
  84. 0/ embedded control characters in an escape sequence terminate the
  85.    sequence instead of having an immediate effect.  For example,
  86.    ^[[10;^M20r should execute first the CR then the SET SCROLLING
  87.    REGION.  See the VT102 manual, page 63.
  88. 1/ autowrap mode is broken.  If you receive ^[?7h^[[10;80fx^[[Ay you should
  89.    display a y in column 80 with an x under it in column 80.  Instead,
  90.    you display x in column 80 and y in column 1.  This is perhaps the
  91.    most serious bug I've seen, and the one most likely to break display
  92.    programs.  In general, a character printed in col 80 sets a flag that
  93.    says the NEXT character should be preceded by a wrap.  However, any
  94.    cursor motion clears the flag.  Your implementation is to perform the
  95.    wrap immediately, which is wrong.
  96. 2/ Lots of bugs with scrolling regions which may also break some programs.
  97.    ^[[23;24r (2 line scrolling region at bottom) creates a 3-line
  98.      scrolling region.
  99.    ^[[5r should set the scrolling region to [5;24].  Instead, in NCSA
  100.      Telnet it sets it to [4;24] and seems to get the emulator totally
  101.      confused.  My description of the behavior is not complete, but it
  102.      is buggy in any case.
  103.    ^[20;20r is illegal since TOP isn't less than BOTTOM.  However, on a
  104.      real VT102, it is ignored, while in NCSA Telnet it sets the scrolling
  105.      region to [1,20] or somesuch.
  106. 3/ origin mode doesn't work at all.  ^[[?6h seems to be a noop.
  107. 4/ RESTORE CURSOR i.e. ^[8 if no previous ^[7 has occured should home
  108.    the cursor (and on most versions of the VT102 ROM restores character
  109.    sets and attributes to a reasonable value).  In NCSA it restores things
  110.    to a random state, including a random cursor position.
  111.  
  112. [long script omitted...Tim K]
  113.  
  114.  
  115. --------------------------------------------------------------------
  116.  
  117. Date: Tue, 20 Jun 89 21:56:12 EDT
  118. From: Ben Cranston <ZBEN@UMD2.UMD.EDU>
  119. Subject: request drop ftp -n option if passwords enabled
  120.  
  121. Just enabled password protection on ftp and noticed that the network menu
  122. command "send ftp command" still puts the -n option on the generated ftp
  123. command.  It is not useful to bypass ftp signon if ftp signon will later
  124. be required to transfer files.
  125.  
  126. If it knows (or can be made to know) that password checking is enabled,
  127. perhaps it would be a good idea to supress the -n option, so it just
  128. generates:
  129.  
  130.     ftp 123.45.67.89
  131.  
  132. The next step in the password stuff would be to distinguish between reading
  133. and writing.  I think I would set my machine up so anybody could read the
  134. disk but only I could write it...
  135.  
  136.  
  137. --------------------------------------------------------------------
  138. Date: 22 Jun 89 16:13:00 PST
  139. From: "John Mulhollen" <johnm@afsc-bmo.af.mil>
  140. Subject: RE: NCSA Telnet beta test crashes
  141.  
  142. how can i get a version I can use on my pc? I have no unix system available
  143. and do not know how to get TAR or UNSQUEEZE or the like.
  144.  
  145. thanks!
  146.  
  147.  
  148. [We generally assume you want to connect your PC to a unix system when
  149. you get NCSA Telnet.  So we assume tar.  But we do have a least common
  150. denominator -- you can get a disk and manual from us for the cost of
  151. disk and handling.  It takes a while, but you don't need tar.
  152. We have a catalog we send out, request by USnail:
  153.  
  154. NCSA Telnet orders
  155. 605 E. Springfield Ave
  156. Champaign, IL  61820
  157.  
  158. Tim K]
  159.  
  160. --------------------------------------------------------------------
  161.  
  162. Date: Fri, 23 Jun 89 10:35:33 EDT
  163. From: Gene Jackson <genej@uncecs.edu>
  164. Subject: Internet Systems Corp.
  165.  
  166. Does anyone have any information on Internet System Corporation of Reston Va  
  167. who advertised an commerical version of NCSA Telnet for Macintosh.  I can not
  168. locate the company and am interested in learning if the product is still being 
  169. sold.  Thanks for any help.
  170.  
  171.  
  172. [Their name has changed to InterCon Systems Corp, but their phone number
  173. has not:  (703)435-8170
  174. The product is TCP/Connect and now goes beyond what NCSA Telnet can do.
  175. Tim K.]
  176.  
  177.  
  178. --------------------------------------------------------------------
  179. From: david@wubios.WUstl.EDU (David J. Camp)
  180. Subject: Mention Mac Please
  181. Date: Mon, 26 Jun 89 5:30:50 CDT
  182.  
  183. I have seen a lot of postings mentioning a version number of
  184. NCSA_Telnet, without explicitly mentioning what machine they are for.  I
  185. believe most of the recent postings have been about the Mac, but that is
  186. just guesswork.  I would appreciate it if references to version numbers
  187. would include the machine for which that version is implemented.  Thank
  188. you,  -David-
  189.  
  190. Bitnet:   david@wubios.wustl                ^      Mr. David J. Camp
  191. Internet: david%wubios@wucs1.wustl.edu    < * >    Box 8067, Biostatistics
  192. uucp:     uunet!wucs1!wubios!david          v      660 South Euclid
  193. Washington University (314) 36-23635               Saint Louis, MO 63110
  194.  
  195. --------------------------------------------------------------------
  196. From: david@wubios.WUstl.EDU (David J. Camp)
  197. Subject: TSR version of Telnet
  198. Date: Mon, 26 Jun 89 5:47:02 CDT
  199.  
  200. Patrick, I appreciate your efforts to make a TSR version of NCSA_Telnet, and
  201. I may find it useful under certain cirsumstances.  But PLEASE, make it a
  202. command-line option so that I can still use it like I do now.  I often
  203. have memory constraints, and one of the redeeming features of
  204. NCSA_Telnet is the fact that it is completely unloaded when exited.
  205. -David-
  206.  
  207. Bitnet:   david@wubios.wustl                ^      Mr. David J. Camp
  208. Internet: david%wubios@wucs1.wustl.edu    < * >    Box 8067, Biostatistics
  209. uucp:     uunet!wucs1!wubios!david          v      660 South Euclid
  210. Washington University (314) 36-23635               Saint Louis, MO 63110
  211.  
  212. To: david@wubios.WUstl.EDU
  213. Subject: TSR version of Telnet
  214.  
  215. The way it is set up now it runs as an application unless you opt to 
  216. Terminate and stay resident.  Unfortunately, I have ended my work on
  217. TSR Telnet as I graduated and no longer work for the NMSU Computer
  218. Center.  As far as I know the work on it is suspended currently.
  219. If you want the source or any other info on the project mail to
  220. Dave Rocks (rocks@nmsu.edu)
  221.  
  222. Thanks for your interest,
  223. Patrick Gaughan
  224. pgaughan@nmsu.edu 
  225.  
  226.  
  227. [Seems to me that David didn't remember to include which version of NCSA
  228. Telnet he was referring to, but we will assume, as Patrick Gaughan did,
  229. that he was referring to the PC version of NCSA Telnet.  Tim K]
  230.  
  231.  
  232. --------------------------------------------------------------------
  233. Date:         Thu, 29 Jun 89 02:11:19 EDT
  234. From: Peter DiCamillo <CMSMAINT%BROWNVM.BITNET@VMD.CSO.UIUC.EDU>
  235. Subject:      tn3270
  236.  
  237. >    I'm not sure who at Brown University to contact about this, so I
  238. >ask here.
  239. >
  240. >    On a Mac II running system 6.0.2 (I think) the tn3270 program
  241. >won't run correctly under multi-finder.  Is anybody working on this
  242. >problem?
  243. >
  244. >Pieter
  245. >bowman@science.utah.edu
  246.  
  247. tn3270 works fine under MultiFinder.  However, as distributed, tn3270
  248. does not have its memory size set large enough for a Mac II.  This is
  249. because tn3270 requires memory for offscreen bitmaps, and the size of
  250. the bitmaps varies depending on the screen size and number of colors.
  251. In my experience, any problems running tn3270 under MultiFinder have
  252. resulted from the memory size being too small.
  253.  
  254. To adjust the memory size, use "Get Info" from the "File" menu in
  255. Finder or MultiFinder.  Set the Application Memory Size to a large
  256. number, for example 700K.  Start tn3270, and select "About tn3270"
  257. under the apple menu.  Then click on the "Storage Info." button.  The
  258. dialog box which comes up will indicate how much storage is in use by
  259. bitmaps, and how much is available.  The Application Memory Size should
  260. be adjusted so that the amount of available storage is at least 64K.
  261. The graphics bitmap will not be allocated when there is not enough
  262. memory for it, so the memory allocation can be reduced by the size of
  263. the graphics bitmap if it has been allocated, and you are certain you
  264. will not be using 3179 graphics during your terminal session.
  265.  
  266. Peter DiCamillo
  267.  
  268.  
  269. --------------------------------------------------------------------
  270. Date:         Mon, 03 Jul 89 14:13:30 EDT
  271. From: JoAnn <TKSJMI%UBVM.cc.buffalo.edu@VMD.CSO.UIUC.EDU>
  272. Subject:      telpass for mac
  273.  
  274.  
  275.  A simple question - where do we get the telpass program for ftppass
  276.  generation?  We haven't been able to find it in recent versions.
  277.  
  278.  Have we missed it?
  279.  JoAnn
  280.  
  281. [A beta test version does not come with all of the accoutrements
  282. that a release version does, that is why it is a beta test version.
  283. The telpass from v2.2 still works as well as it ever did.
  284. Tim K.]
  285.  
  286. --------------------------------------------------------------------
  287.  
  288. From: MARK MACKENZIE <MACKENZIE@vms3.macc.wisc.edu>
  289. From: tucker@uieea.ece.uiuc.edu (Tucker)
  290. From: Perry Brunelli <brunelli@csd4.milw.wisc.edu>
  291.  
  292. [ To the above 3 requesters:
  293. Yes, the 3C503 version of NCSA Telnet for the PC is in testing.
  294. It is on our server (128.174.20.50) in the contributions directory. It will
  295. become part of the PC's v2.3 release later this summer.
  296. Tim K]
  297.  
  298.