aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2001-01-24 08:09:48 +0000
committerEli Zaretskii2001-01-24 08:09:48 +0000
commit7c22dc9d3eaad7e68b9465b3b51fdbd4e1fc7f0a (patch)
tree4dba1af36d4f70e0cd5f8811683ca0feb6635f04 /etc
parent0ee1088b3e5bcc537f29ad5c060cb45c61ef46df (diff)
downloademacs-7c22dc9d3eaad7e68b9465b3b51fdbd4e1fc7f0a.tar.gz
emacs-7c22dc9d3eaad7e68b9465b3b51fdbd4e1fc7f0a.zip
Document problems (with WinZip) whereby *.tit files get converted
to DOS-style EOLs while unpacking Leim.
Diffstat (limited to 'etc')
-rw-r--r--etc/PROBLEMS22
1 files changed, 22 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index cb48a4cbf22..8d52bafaa81 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -13,6 +13,28 @@ The solution is to make sure the preprocessor is run with the
13`-traditional' option. (The `configure' script should do that 13`-traditional' option. (The `configure' script should do that
14automatically with Emacs 21 and later.) 14automatically with Emacs 21 and later.)
15 15
16* Building the Windows port with Leim fails in the `leim' directory.
17
18The error message might be something like this:
19
20 Converting d:/emacs-21.1/leim/CXTERM-DIC/4Corner.tit to quail-package...
21 Invalid ENCODE: value in TIT dictionary
22 NMAKE : fatal error U1077: '"../src/obj-spd/i386/emacs.exe"' : return code
23 '0xffffffff'
24 Stop.
25
26This can happen if the Leim distribution is unpacked with a program
27which converts the `*.tit' files to DOS-style CR-LF text format. The
28`*.tit' files in the leim/CXTERM-DIC directory require Unix-style line
29endings to compile properly, because Emacs reads them without any code
30or EOL conversions.
31
32The solution is to make sure the program used to unpack Leim does not
33change the files' line endings behind your back. The GNU FTP site has
34in the `/gnu/emacs/windows' directory a program called `djtarnt.exe'
35which can be used to unpack `.tar.gz' and `.zip' archives without
36mangling them.
37
16* When using Xaw3d scroll bars without arrows, the very first mouse 38* When using Xaw3d scroll bars without arrows, the very first mouse
17click in a scroll bar might be ignored by the scroll bar widget. This 39click in a scroll bar might be ignored by the scroll bar widget. This
18is probably a bug in Xaw3d; when Xaw3d is compiled with arrows, the 40is probably a bug in Xaw3d; when Xaw3d is compiled with arrows, the