home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / lucid / lemacs-19.6 / src / paths.h-dist < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.6 KB  |  36 lines

  1. /* Think twice before editing this file.
  2.  
  3.  The file startup.el guesses at reasonable values for load-path, exec-path,
  4.  and lock-directory.  This means that if you move emacs and its associated
  5.  sub-tree to a different place in the filesystem, or to a different machine,
  6.  you won't have to do anything for it to work.
  7.  
  8.  If you define the paths in this file, then you are hardcoding their locations
  9.  into the emacs executable, and if you move emacs to a different place, you
  10.  will have to recompile it.
  11.  
  12.  See the NEWS file for a description of the heuristic used to locate the lisp
  13.  and exec directories at startup time.  If you are looking at this file
  14.  because you are having trouble, then you would be much better off arranging
  15.  for those heuristics to succeed than defining the paths in this file.
  16.  
  17.  If it defines anything, this file should define some subset of the following:
  18.  
  19.    PATH_LOADSEARCH    The default value of `load-path'.
  20.             If you set this, you must set it to a colon-seperated
  21.             list of the fully-qualified names of the appropriate
  22.             lisp library, and all of its subdirectories.
  23.  
  24.    PATH_EXEC        The default value of `exec-directory' and `exec-path'.
  25.             (exec-path also contains the value of whatever is in
  26.             the PATH environment variable.)
  27.  
  28.    PATH_LOCK        The name of the directory that contains lock files
  29.             with which we record what files are being modified in 
  30.             Emacs.  This directory should be writable by everyone.
  31.             If this is specified, the string must end with a slash!
  32.  
  33.    PATH_SUPERLOCK    The name of the file !!!SuperLock!!! in the lock 
  34.             directory.  You probably should let this default...
  35.  */
  36.