aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-05-23 20:10:04 +0000
committerChong Yidong2007-05-23 20:10:04 +0000
commit6c06422c157c1209cd6bc231e26c62cdb1c8c98b (patch)
tree67bcc9ec54f6ca0a286c30374d29e7a260bcc960
parent3a25d6b30b3bcf8c4a5bf7d072ed2c68beb66dd8 (diff)
downloademacs-6c06422c157c1209cd6bc231e26c62cdb1c8c98b.tar.gz
emacs-6c06422c157c1209cd6bc231e26c62cdb1c8c98b.zip
Add "Installing to a directory with non-ASCII characters in the name fails".
-rw-r--r--etc/PROBLEMS9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 00bddb791c2..00dedc0c363 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -158,7 +158,6 @@ will run it under. For details, see
158 158
159https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239344 159https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239344
160 160
161
162* Crash bugs 161* Crash bugs
163 162
164** Emacs crashes in x-popup-dialog. 163** Emacs crashes in x-popup-dialog.
@@ -2810,6 +2809,14 @@ with spaces in the value, eg --enable-locallisppath='/path/with\ spaces'.
2810Using directory paths with spaces is not supported at this time: you 2809Using directory paths with spaces is not supported at this time: you
2811must re-configure without using spaces. 2810must re-configure without using spaces.
2812 2811
2812*** Installing to a directory with non-ASCII characters in the name fails.
2813
2814Installation may fail, or the Emacs executable may not start
2815correctly, if a directory name containing non-ASCII characters is used
2816as a `configure' argument (e.g. `--prefix'). The problem can also
2817occur if a non-ASCII directory is specified in the EMACSLOADPATH
2818envvar.
2819
2813*** On Solaris, use GNU Make when installing an out-of-tree build 2820*** On Solaris, use GNU Make when installing an out-of-tree build
2814 2821
2815The Emacs configuration process allows you to configure the 2822The Emacs configuration process allows you to configure the