aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS23
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
6It's completely redundant now, as far as we know. 6It's completely redundant now, as far as we know.
7 7
8* Environment Variables from dotfiles are ignored with Mac OS X (Carbon).
9
10When starting Emacs from the Dock or the Finder on Mac OS X, the
11environment variables that are set up in dotfiles, such as .cshrc or
12.profile, are ignored. This is because the Finder and Dock are not
13started from a shell, but instead from the Window Manager itself.
14
15The workaround for this is to create a .MacOSX/environment.plist file to
16setup these environment variables. These environment variables will
17apply to all processes regardless of where they are started.
18For 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
10With certain recent Linux kernels (like the one of Redhat Fedora Core 22With 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
242Some versions of mingw32 make on some versions of Windows do not seem
243to detect the shell correctly. Try "make SHELL=cmd.exe", or if that
244fails, 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
230The error message might be something like this: 248The error message might be something like this:
@@ -578,11 +596,6 @@ ought to recognize the Windows language-change event and set up the
578appropriate keyboard encoding automatically, but it doesn't do that 596appropriate keyboard encoding automatically, but it doesn't do that
579yet.) 597yet.)
580 598
581Windows uses UTF-16 encoding to deal with multilingual text (text not
582encodable in the `system codepage') in the clipboard. To deal with
583this, load the library `utf-16' and use `set-selection-coding-system'
584to set the clipboard coding system to `utf-16-le-with-signature-dos'.
585
586The %b specifier for format-time-string does not produce abbreviated 599The %b specifier for format-time-string does not produce abbreviated
587month names with consistent widths for some locales on some versions 600month names with consistent widths for some locales on some versions
588of Windows. This is caused by a deficiency in the underlying system 601of Windows. This is caused by a deficiency in the underlying system