cvs commit: hugs98/src hugs.c

Sigbjorn Finne sof@glass.cse.ogi.edu
Fri, 8 Nov 2002 20:43:52 -0800


sof         2002/11/08 20:43:52 PST

  Modified files:
    src                  hugs.c 
  Log:
  win32 only: Low-level support for scrubbing/ignoring the user's
  Registry settings -- if the environment variable
  IGNORE_USER_REGISTRY is defined, Hugs will ignore the user-local
  Registry options upon startup.
  
  So, by starting up Hugs with this environment variable set followed
  by doing a ":set +i" (say), the user's Registry options will be
  overwritten by the defaults, hopefully clearing up the problem.
  
  [ I'm hoping bug reports re: fouled up Registry settings for (Win)Hugs
    will mostly be a thing of the past with the next release, but in
    case it still turns to be an issue for users, the above workaround
    is at least built-in.]
  
  Revision  Changes    Path
  1.106     +11 -4     hugs98/src/hugs.c