diff options
| author | Chong Yidong | 2007-05-23 20:10:04 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-05-23 20:10:04 +0000 |
| commit | 6c06422c157c1209cd6bc231e26c62cdb1c8c98b (patch) | |
| tree | 67bcc9ec54f6ca0a286c30374d29e7a260bcc960 | |
| parent | 3a25d6b30b3bcf8c4a5bf7d072ed2c68beb66dd8 (diff) | |
| download | emacs-6c06422c157c1209cd6bc231e26c62cdb1c8c98b.tar.gz emacs-6c06422c157c1209cd6bc231e26c62cdb1c8c98b.zip | |
Add "Installing to a directory with non-ASCII characters in the name fails".
| -rw-r--r-- | etc/PROBLEMS | 9 |
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 | ||
| 159 | https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239344 | 159 | https://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'. | |||
| 2810 | Using directory paths with spaces is not supported at this time: you | 2809 | Using directory paths with spaces is not supported at this time: you |
| 2811 | must re-configure without using spaces. | 2810 | must re-configure without using spaces. |
| 2812 | 2811 | ||
| 2812 | *** Installing to a directory with non-ASCII characters in the name fails. | ||
| 2813 | |||
| 2814 | Installation may fail, or the Emacs executable may not start | ||
| 2815 | correctly, if a directory name containing non-ASCII characters is used | ||
| 2816 | as a `configure' argument (e.g. `--prefix'). The problem can also | ||
| 2817 | occur if a non-ASCII directory is specified in the EMACSLOADPATH | ||
| 2818 | envvar. | ||
| 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 | ||
| 2815 | The Emacs configuration process allows you to configure the | 2822 | The Emacs configuration process allows you to configure the |