home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / MISC / TNH_PC.ZIP / FOULGER1.NL < prev    next >
Encoding:
Text File  |  1987-01-14  |  2.8 KB  |  91 lines

  1. Word Processing in Personal Editor
  2.  
  3.              Davis Foulger
  4.     Connecticut IBM PC User's Group
  5.  
  6. This article describes a Personal
  7. Editor command profile developed
  8. specifically for the requirements of
  9. Word Processing. As with any Personal
  10. Editor profile, it has been
  11. customized to the particular needs of
  12. the person who developed it, and
  13. should not be considered as much more
  14. than a collection of hints about the
  15. kinds of functions you might want to
  16. build into your own Personal Editor
  17. profile.
  18.  
  19. No attempt will be made to fully
  20. describe the profile here. A complete
  21. explanation of everything in the
  22. profile could run into several
  23. chapters. Instead, some of the more
  24. basic functions and groupings in the
  25. profile will be explained, and the
  26. profile will be allowed to "speak for
  27. itself."
  28.  
  29. Each element of the profile is a
  30. command that could be executed
  31. directly from Personal Editor's
  32. command line.  Almost all are key
  33. definition (def) commands. The last
  34. two commands set up a default writing
  35. environment for PE. Margins are set
  36. for 10 pitch printing on standard
  37. pages. The display is defaulted to
  38. the monochrome display.
  39.  
  40. In the key definitions, keys are
  41. identified on the right side of the
  42. equal sign. For the most part, these
  43. key labels are self explanatory. Up
  44. is the up arrow key, for instance.
  45. Key names prefixed with "c-" are used
  46. in combination with the control
  47. (ctrl) key. "a-" refers to the
  48. alternate (alt) key. "s-" refers to
  49. the shift key.
  50.  
  51. The actions of these keys is
  52. recounted on the right.  "[up]" tells
  53. PE to move the cursor up. "[insert
  54. line]" tells PE to create a new line
  55. below the current line.  "[find blank
  56. line]" tells PE to find the next
  57. blank line. "[execute]" tells PE to
  58. execute a command on the command
  59. line. Characters appearing between
  60. single quote marks (') are treated as
  61. a string and written to the screen.
  62.  
  63. Key functions have been grouped in
  64. several ways. A number of graphics
  65. characters and small drawings have
  66. been clustered under the Alt/Function
  67. and Alt/Numeric key combinations.
  68. "a-8" draws a box. "a-5" draws a
  69. window.  Ctrl/Function key
  70. combinations have been allocated to
  71. commands. "c-f1" through "c-f6"
  72. define several alternative margins.
  73.  
  74. Regular function keys have been
  75. assigned to cursor movement.  Most
  76. letter keys have mnemonic meaning.
  77. "a-p" reParagraphs a section of text.
  78. "a-l" marks a line.  "a-e" toggles PE
  79. to edit another file. "a-m" moves a
  80. block of text from one location to
  81. another.
  82.  
  83. The PE macros exist as a separate
  84. off-loadable file on this diskette as
  85. WORDPROC.MAC.
  86.  
  87. I hope this profile helps to
  88. stimulate your imagination as you
  89. begin to develop your own Personal
  90. Profiles in Personal Editor.
  91.