home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / elisp / modes / multi-forms-mode / README < prev    next >
Encoding:
Text File  |  1992-06-25  |  1.0 KB  |  32 lines

  1. This is GNU Emacs 'multi forms-mode', version 1.4 (patchlevel 0).
  2.  
  3. This GNU Emacs major mode implements editing a structured file (i.e., a
  4. file with 'records' and 'fields' in it) using a form.
  5. It is fully documented in the source file 'forms.el' and in the
  6. now out of date texinfo file 'forms.ti'.  (forms.ti was written for
  7. forms-mode version 1.2, and has not been brought up to date.  More of
  8. it is correct than incorrect, so I (FR) include it with version 1.4.)
  9.  
  10. This kit contains:
  11.  
  12.     README        - this file
  13.     MANIFEST    - list of files (no longer included)
  14.     forms.ti    - texinfo file for forms-mode 1.2
  15.     forms.el    - the lisp source
  16.     demo1        - simple demo using /etc/passwd
  17.                           one record/buffer at a time
  18.     test.forms     - advanced demo
  19.                           multiple records/buffer at a time
  20.  
  21. Load the lisp source, and execute
  22.  
  23.     forms-find-file demo1
  24.  
  25. to look at your password file in a unconventional (but read-only) way.
  26.  
  27. find-file test.forms
  28.  
  29. gives you something with multiple records to clobber,
  30. with data and multi-line fields.
  31.  
  32.