cvs commit: hugs98/src hugs.c command.h

Sigbjorn Finne sof@glass.cse.ogi.edu
Tue, 6 Nov 2001 22:19:21 -0800


sof         2001/11/06 22:19:21 PST

  Modified files:
    src                  hugs.c command.h 
  Log:
  Change of heart re: Win32 Registry saving & the possibility
  of storing bogus search paths there. Instead of handling
  ill-formed search paths by falling back on a default one,
  prevent the :setting of an incorrect search path in the first
  place. i.e., if you now try to do ":set -P<foo>" and Prelude
  isn't reachable from <foo>, the interpreter will emit an error
  message and just ignore the -P setting (ditto when the -P option
  is fed in via the command-line / env. var).
  
  Simpler & more precise + it avoids introducing the new command,
  :regsave (at least for now, we may want to offer :regsave
  functionality sometime in the future for other reasons).
  
  Revision  Changes    Path
  1.50      +13 -51    hugs98/src/hugs.c
  1.10      +2 -3      hugs98/src/command.h