Mercurial > hg > xemacs-beta
comparison nt/PROBLEMS @ 327:03446687b7cc r21-0-61
Import from CVS: tag r21-0-61
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:48:16 +0200 |
parents | afd57c14dfc8 |
children | 182f72e8cd0d 2f8bb876ab1d |
comparison
equal
deleted
inserted
replaced
326:e2671bc7f66a | 327:03446687b7cc |
---|---|
45 these variables both exist. | 45 these variables both exist. |
46 - The directory that XEmacs was started from. | 46 - The directory that XEmacs was started from. |
47 | 47 |
48 ** XEmacs can't find any packages | 48 ** XEmacs can't find any packages |
49 | 49 |
50 The directory tree under which XEmacs looks for your packages is set | 50 XEmacs looks for your packages in subdirectories of a directory which |
51 at compile-time, and defaults to C:\Program Files\XEmacs\Packages. The | 51 is set at compile-time, and defaults to C:\Program Files\XEmacs. The |
52 variable configure-package-path holds the actual value that was | 52 variable configure-package-path holds the actual path that was |
53 compiled into your copy of XEmacs. | 53 compiled into your copy of XEmacs. |
54 | 54 |
55 The compile-time default location can be overridden by the | 55 The compile-time default location can be overridden by the |
56 EMACSPACKAGEPATH environment variable or by the | 56 EMACSPACKAGEPATH environment variable or by the |
57 SOFTWARE\GNU\XEmacs\EMACSPACKAGEPATH registry entry. You should check | 57 SOFTWARE\GNU\XEmacs\EMACSPACKAGEPATH registry entry. You should check |