home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / elvis184.zip / doc / question.ms < prev    next >
Text File  |  1994-01-16  |  8KB  |  204 lines

  1. .Go 15 "QUESTIONS & ANSWERS"
  2. .nr qN 0 1
  3. .de Q
  4. .sp
  5. .IP \fB\\n+(qN) 0.4i
  6. ..
  7. .de A
  8. .IP \fR 0.75i
  9. ..
  10. .Q
  11. How can I make \*E run faster under DOS?
  12. .A
  13. There are several things you can do.
  14. The first thing to do is get a good screen driver such as NANSI.SYS.
  15. This can speed up screen redrawing by as much as a factor of eight!
  16. The DOS-specific part of section 12 tells you how to do this.
  17. .A
  18. You might also consider reducing the size of the blocks that \*E uses.
  19. You'll need to recompile \*E to do this.
  20. The default BLKSIZE is 2048 bytes for the DOS version of \*E, which means
  21. that for each keystroke that you insert, \*E must shift an average of
  22. about 1000 bytes.
  23. That's a lot to ask from a little old 5MHz 8088.
  24. A BLKSIZE of 512 bytes might be more appropriate.
  25. .A
  26. A "write-back" disk cache can help.
  27. DOS 5.0 and Windows 3.0 come with one of these, called SMARTDRV.EXE.
  28. I suggest you add "SMARTDRV C+" to your AUTOEXEC.BAT file.
  29. .A
  30. If you're \fIreally\fR desperate for more speed, you might want to make
  31. \*E store its temporary files on a RAM disk.
  32. However, this limits the size of the file you can edit, and it eliminates any
  33. chance you may have had to recover your work after a power failure
  34. or system crash, but it might be worth it; you decide.
  35. To do this, add ":set dir=R:\\" (or whatever your RAM disk's name is)
  36. to the \fIelvis.rc\fP file.
  37. .A
  38. Next, consider turning off the "sync" option.
  39. When the sync option is turned on, \*E will close the temporary file
  40. and reopen it after every change, in order to force DOS to update
  41. the file's directory entry.
  42. If you put ":set nosync" into the \fIelvis.rc\fP file, then \*E will
  43. only close the file when you start editing a different text file, or
  44. when you're exiting \*E.
  45. Consequently, there is no chance that you'll be able to recover your
  46. changes after a power failure... so if you're going to this, then you
  47. might as well store the temp files on the RAM disk, too.
  48. .Q
  49. Why isn't \*E reading my .exrc (or ELVIS.RC) file?
  50. .A
  51. For security reasons, \*E doesn't normally look for a .exrc file in
  52. the current directory.
  53. A mean-spirited person could lay a trap by placing a dangerous command
  54. in a .exrc file in some public directory.
  55. .A
  56. If you know for a fact that no such person has ever used your computer,
  57. then you can make elvis process the .exrc file from the current directory
  58. by adding "set exrc" to either your EXINIT environment variable
  59. or to the .exrc file in your home directory.
  60. .Q
  61. What is my home directory?
  62. .A
  63. On UNIX systems, each user is given a private "home" directory.
  64. Among other uses,
  65. this is used for storing personal configuration files for use with various
  66. programs.
  67. UNIX stores the pathname of your home directory in an environment variable
  68. called "HOME".
  69. .A
  70. DOS doesn't have UNIX-style home directories,
  71. but if you explicitly set HOME to the name of some directory,
  72. then \*E will still look for its ELVIS.RC file there.
  73. If HOME is unset, then elvis will look for ELVIS.RC in the same directory
  74. where ELVIS.EXE was found.
  75. .Q
  76. Where's the <Esc> key on a DEC keyboard?
  77. .A
  78. I don't know.  Maybe the <F11> key?  Maybe Control-3?
  79. You could always use ":map!" to make some other key act like the <Esc> key.
  80. If all else fails, try <Control-[>.
  81. .Q
  82. Is there a way to show which keys do what?
  83. .A
  84. Yes.  The command ":map" will show what each key does in command mode,
  85. and ":map!" (with an exclamation mark) shows what each key does in
  86. input mode.
  87. .A
  88. The table is divided into three columns: the key's label, the characters
  89. that it sends, and the characters that \*E pretends you typed.
  90. .Q
  91. How can I make \*E display long lines like the real vi?
  92. .A
  93. You can't yet.
  94. The next version of \*E should support this, though.
  95. .Q
  96. I can't recover my text [under MS-DOS or Atari TOS].
  97. According to the directory listing, the temporary file is 0 bytes long.
  98. What went wrong?
  99. .A
  100. MS-DOS and TOS only update a file's directory entry when the file is closed.
  101. If the system crashes while the file is still open, then the file's length
  102. is stored as 0 bytes.
  103. The ":set sync" option is supposed to prevent this;
  104. you probably turned it off in the interest of speed, right?
  105. .A
  106. Under MS-DOS [I don't know about TOS], you should delete the empty
  107. temporary file, and then run CHKDSK/F.
  108. This \fImight\fP find the data that belonged in the empty file,
  109. and place it in a new file with a name like "000001.CHK" -- something like that.
  110. You can then try to extract the text from that temporary file by giving the
  111. command "elvprsv -R 000001.chk".
  112. If you're lucky, then this might recover your text.
  113. .Q
  114. What is the most current version of \*E?
  115. .A
  116. Each version of \*E that is released to the public has a version number
  117. of the form "number point number".
  118. As I write this, the most current version of \*E is \*V.
  119. .A
  120. The intermediate steps between one release and the next are labeled with
  121. the \fInext\fP version number, with a letter appended.
  122. For example, after 1.4 was released, I started working on 1.5a.
  123. I am currently working on 2.0a.
  124. When \*E reaches a stable state, I'll call it 2.0 and release it.
  125. .A
  126. Sometimes a beta-test version of \*E will be available via anonymous FTP
  127. from m2xenix.psg.com, in the directory "pub/elvis/beta".
  128. .Q
  129. I only got executables, but now I want the source code.
  130. Where can I get it?
  131. .A
  132. If you have access to the Internet, then you should be able to fetch it
  133. from one of the public archives such as \fBplains.nodak.edu\fP.
  134. It is accessible via anonymous FTP, or via an email server named
  135. "archive-server@plains.nodak.edu".
  136. Elvis is located in the directory "/pub/Minix/all.contrib".
  137. .A
  138. It is also available from the C Users' Group, in volume #365.
  139. As I write this, they are asking $4 per disk plus $3.50 per order in the US,
  140. and elvis requires three disks; this is subject to change.
  141. Their phone number is (913) 841-1631, and their address is:
  142. .LD
  143. .ta 2.5i
  144. .sp
  145.     The C Users' Group
  146.     1601 W. 23rd Street, #200
  147.     Lawrence  KS  66046-2743
  148. .DE
  149. .Q
  150. Is this shareware, or public domain, or what?
  151. .A
  152. It is not public domain; it is copyrighted by me, Steve Kirkendall.
  153. However, this particular version is freely redistributable, in either
  154. source form or executable form.
  155. (I would prefer that you give copies away for free, complete with the
  156. full source code... but I'm not going to force you.)
  157. .A
  158. It is not shareware; you aren't expected to send me anything.
  159. You can use it without guilt.
  160. .A
  161. It is not "copylefted."
  162. I hold a copyright, but currently I have not added any of the usual restrictions
  163. that you would find on copylefted software.
  164. If people start doing really obnoxious things to \*E, then I will start
  165. adding restrictions to subsequent versions, but earlier versions won't
  166. be affected.
  167. (So far, everybody has been pretty good about this so no restrictions
  168. have been necessary.)
  169. .Q
  170. Can I reuse parts of your source code?
  171. .A
  172. Yes.  Please be careful, though, to make sure that the code really is mine.
  173. Some of the code was contributed by other people, and I don't have the
  174. authority to give you permission to use it.
  175. The author's name can be found near the top of each source file.
  176. If it says "Steve Kirkendall" then you may use it;
  177. otherwise, you'd better contact the author first.
  178. .A
  179. Please don't remove my name from the source code.
  180. If you modify the source, please make a note of that fact in a comment
  181. near the top of the source code.
  182. And, finally, please mention my name in your documentation.
  183. .Q
  184. Can \*E work with non-ASCII files?
  185. .A
  186. \*E is 8-bit clean.
  187. This means that \*E will allow you to edit files that use a European
  188. extended ASCII character set.
  189. However, some terminals are not 8-bit clean;
  190. they treat characters in the range 0x80-0x9f as control characters.
  191. \*E expects all characters above 0x7f to be treated as normal displayable
  192. characters, so on these terminals \*E may produce a scrambled display.
  193. .A
  194. \*E can't edit binary files because it can't handle the NUL character,
  195. and because of line-length limitations.
  196. .A
  197. \*E has also modified to work with 16-bit character sets, but that modification
  198. is not part of the standard \*E distribution.
  199. Yongguang Zhang (ygz@cs.purdue.edu) has created a Chinese version of \*E
  200. that uses 16-bit characters and runs under cxterm (Chinese X-term)
  201. on X-windows systems.
  202. Junichiro Itoh (itojun@foretune.co.jp) has modified \*E to edit Japanese
  203. text under MS-DOS.
  204.