diff options
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index c3e9ce2a16a..4ff8d50c8ae 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -5,6 +5,18 @@ in compiling, installing and running GNU Emacs. | |||
| 5 | 5 | ||
| 6 | It's completely redundant now, as far as we know. | 6 | It's completely redundant now, as far as we know. |
| 7 | 7 | ||
| 8 | * Environment Variables from dotfiles are ignored with Mac OS X (Carbon). | ||
| 9 | |||
| 10 | When starting Emacs from the Dock or the Finder on Mac OS X, the | ||
| 11 | environment variables that are set up in dotfiles, such as .cshrc or | ||
| 12 | .profile, are ignored. This is because the Finder and Dock are not | ||
| 13 | started from a shell, but instead from the Window Manager itself. | ||
| 14 | |||
| 15 | The workaround for this is to create a .MacOSX/environment.plist file to | ||
| 16 | setup these environment variables. These environment variables will | ||
| 17 | apply to all processes regardless of where they are started. | ||
| 18 | For me information, see http://developer.apple.com/qa/qa2001/qa1067.html. | ||
| 19 | |||
| 8 | * Segfault on GNU/Linux using certain recent versions of the Linux kernel. | 20 | * Segfault on GNU/Linux using certain recent versions of the Linux kernel. |
| 9 | 21 | ||
| 10 | With certain recent Linux kernels (like the one of Redhat Fedora Core | 22 | With certain recent Linux kernels (like the one of Redhat Fedora Core |
| @@ -225,6 +237,12 @@ __MSVCRT__, like so: | |||
| 225 | 237 | ||
| 226 | configure --with-gcc --cflags -mwin32 --cflags -D__MSVCRT__ | 238 | configure --with-gcc --cflags -mwin32 --cflags -D__MSVCRT__ |
| 227 | 239 | ||
| 240 | * Building the MS-Windows port fails with a CreateProcess failure. | ||
| 241 | |||
| 242 | Some versions of mingw32 make on some versions of Windows do not seem | ||
| 243 | to detect the shell correctly. Try "make SHELL=cmd.exe", or if that | ||
| 244 | fails, try running make from Cygwin bash instead. | ||
| 245 | |||
| 228 | * Building the MS-Windows port with Leim fails in the `leim' directory. | 246 | * Building the MS-Windows port with Leim fails in the `leim' directory. |
| 229 | 247 | ||
| 230 | The error message might be something like this: | 248 | The error message might be something like this: |
| @@ -578,11 +596,6 @@ ought to recognize the Windows language-change event and set up the | |||
| 578 | appropriate keyboard encoding automatically, but it doesn't do that | 596 | appropriate keyboard encoding automatically, but it doesn't do that |
| 579 | yet.) | 597 | yet.) |
| 580 | 598 | ||
| 581 | Windows uses UTF-16 encoding to deal with multilingual text (text not | ||
| 582 | encodable in the `system codepage') in the clipboard. To deal with | ||
| 583 | this, load the library `utf-16' and use `set-selection-coding-system' | ||
| 584 | to set the clipboard coding system to `utf-16-le-with-signature-dos'. | ||
| 585 | |||
| 586 | The %b specifier for format-time-string does not produce abbreviated | 599 | The %b specifier for format-time-string does not produce abbreviated |
| 587 | month names with consistent widths for some locales on some versions | 600 | month names with consistent widths for some locales on some versions |
| 588 | of Windows. This is caused by a deficiency in the underlying system | 601 | of Windows. This is caused by a deficiency in the underlying system |