home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / jove-4.16-src.tgz / tar.out / bsd / jove / tune.doc < prev    next >
Text File  |  1996-09-28  |  3KB  |  56 lines

  1. ########################################################################
  2. # This program is Copyright (C) 1986-1996 by Jonathan Payne.  JOVE is  #
  3. # provided to you without charge, and with no warranty.  You may give  #
  4. # away copies of JOVE, including sources, provided that this notice is #
  5. # included in all the files.                                           #
  6. ########################################################################
  7.  
  8. Here's a list of the compile time options and what they mean.  All options
  9. are turned ON in the distributed version of Jove.
  10.  
  11. ABBREV        Enables word-abbrev-mode which again is nice for paper writers.
  12.  
  13. BACKUPFILES    This enables backing up files on write.  I guess lots of
  14.         people like this feature.  It enables the feature but you
  15.         can still control whether files are backed up with the
  16.         make-backup-files variable.
  17.  
  18. BIFF        This enables turning on and off BIFF so your screen doesn't
  19.         get messed up with messages from BIFF.
  20.  
  21. CMT_FMT        This enables code to format and indent C comments.
  22.  
  23. F_COMPLETION    Enables filename completion.  This requires that your
  24.         system have reasonable directory scanning capabilities.
  25.         It's a really handy feature, so it's worth turning on.
  26.  
  27. ID_CHAR        Enables support for Insert/Delete character on terminals
  28.         that have those capabilities.  Couple of problems with this
  29.         code:  it's large, takes up lots of I space which is a
  30.         problem for the smaller computers (pdp11).  Also, it isn't
  31.         particularly smart and sometimes does really stupid things.
  32.         It sometimes uses insert/delete character when simply
  33.         redrawing would have been faster.  And if you look at code
  34.         you'll understand why I don't like it all that much.
  35.  
  36. IPROCS        Nice feature which lets you run interactive UNIX commands in
  37.         windows.  In particular, there is a shell command built in
  38.         which starts up an interactive shell in a window.  Porting
  39.         this one is hard even within Unix systems -- non-Unix systems
  40.         may not want to even try supporting this.
  41.  
  42. LISP        Enables Lisp Mode.  This includes code to indent "properly"
  43.         for Lisp code and new routines to move over s-expressions.
  44.         You probably won't want (or need) this on PDP-11's.
  45.  
  46. RECOVER        Enables code to support recovery of data from crashed JOVE
  47.         sessions.
  48.  
  49. SPELL        Enables the spell-buffer and parse-spelling-errors commands.
  50.         They are nice especially if you have lots of paper writers.
  51.         Requires SUBSHELL (to run spell program).
  52.  
  53. SUBSHELL    Enables various uses of sub-shells (eg. push-shell,
  54.         filter-region, shell-command-to-buffer) Somewhat easier to
  55.         port than IPROCS.
  56.