home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR36 / KEXX.ZIP / PUSHPOP.DOC < prev    next >
Text File  |  1992-12-30  |  2KB  |  49 lines

  1.                   PUSH.KEX and POP.KEX Documentation
  2.                         Version 1.0 (June, 1992)
  3.  
  4. POP and PUSH are two macros that implement a context stack with KEDIT's
  5. EDITV variables.  PUSHing a context saves your current position in an
  6. editing session and the definitions of any keys you list on the command
  7. line.  POPing a context returns you to the PUSHed location in your
  8. editing session and restores any keydefs you might have saved.
  9.  
  10. BROWSE.KEX and SEARCH.KEX both provide examples of how to use the
  11. context stack to save locations and keys prior to setting up navigation
  12. keys and named locations in your files.  The -b or /b switches to both
  13. macros execute a POP to restore locations and keys to their pre-macro
  14. settings.
  15.  
  16. PUSH and POP can also be assigned directly to keys on your keyboard and
  17. used to move around that way.  PUSHing a location allows you to move
  18. around in your files and still be able to return to your original
  19. location at the press of a key.  Placing the following commands in your
  20. PROFILE.KEX file assigns PUSH and POP to Alt-Plus and Alt-Minus
  21. respectively:
  22.  
  23. 'Define Alt-Plus "Macro PUSH"'
  24. 'Define Alt-Minus "Macro POP"'
  25.  
  26. ** Prerequisites:
  27.  
  28. - KEDIT 5.00 or later.
  29.  
  30. - The POP, and PUSH macros (distributed as part of this package) must
  31.   be in your KEDIT macropath.
  32.  
  33. Disclaimer for all BBS (and other distributed) utilities/programs/macros:
  34.  
  35. The programs and macros distributed on this diskette are available
  36. strictly as aids and examples for users of Mansfield Software Group
  37. products.
  38.  
  39. Mansfield Software does not guarantee, or commit to support or maintain
  40. the programs or macros distributed on this diskette.  Also note that the
  41. programs and macros provided are not guaranteed to work with past,
  42. present, or future versions of Mansfield Software products.
  43.  
  44. Nonetheless, comments and suggestions are welcome.  Please post any
  45. comments, suggestions, or bug reports in:
  46.  
  47.   -- section 2 of the PCVENA forum on CompuServe, or
  48.   -- the Mansfield Software Group Bulletin Board, at (203) 429-3784.
  49.