aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorEli Zaretskii2009-02-24 19:09:03 +0000
committerEli Zaretskii2009-02-24 19:09:03 +0000
commitdbf9702edca257a9730400a14d5e9bed1ce4e265 (patch)
treeabd63a36ece893387700e911d11fcf591c0a3c53 /etc/PROBLEMS
parent221d9807b3e97c839a8aa98b1b7ce2d8df773273 (diff)
downloademacs-dbf9702edca257a9730400a14d5e9bed1ce4e265.tar.gz
emacs-dbf9702edca257a9730400a14d5e9bed1ce4e265.zip
Mention problems with username in the MS-DOS port on MS-Windows.
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS22
1 files changed, 22 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index fb897ffb5f1..81a600cfedb 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -3534,6 +3534,28 @@ program by the same name supplied with DJGPP, which is used by
3534config.bat. To resolve this, move the DJGPP's `bin' subdirectory to 3534config.bat. To resolve this, move the DJGPP's `bin' subdirectory to
3535the front of your PATH environment variable. 3535the front of your PATH environment variable.
3536 3536
3537*** When Emacs compiled with DJGPP runs on Windows 2000 and later, it cannot
3538find your HOME directory.
3539
3540This was reported to happen when you click on "Save for future
3541sessions" button in a Customize buffer. You might see an error
3542message like this one:
3543
3544 basic-save-buffer-2: c:/FOO/BAR/~dosuser/: no such directory
3545
3546(The telltale sign is the "~USER" part at the end of the directory
3547Emacs complains about, where USER is your username or the literal
3548string "dosuser", which is the default username set up by the DJGPP
3549startup file DJGPP.ENV.)
3550
3551This happens when the functions `user-login-name' and
3552`user-real-login-name' return different strings for your username as
3553Emacs sees it. To correct this, make sure both USER and USERNAME
3554environment variables are set to the same value. Windows 2000 and
3555later sets USERNAME, so if you want to keep that, make sure USER is
3556set to the same value. If you don't want to set USER globally, you
3557can do it in the [emacs] section of your DJGPP.ENV file.
3558
3537*** When Emacs compiled with DJGPP runs on Vista, it runs out of memory. 3559*** When Emacs compiled with DJGPP runs on Vista, it runs out of memory.
3538 3560
3539If Emacs running on Vista displays "!MEM FULL!" in the mode line, you 3561If Emacs running on Vista displays "!MEM FULL!" in the mode line, you