diff options
| author | Eli Zaretskii | 2001-01-24 08:09:48 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-01-24 08:09:48 +0000 |
| commit | 7c22dc9d3eaad7e68b9465b3b51fdbd4e1fc7f0a (patch) | |
| tree | 4dba1af36d4f70e0cd5f8811683ca0feb6635f04 /etc | |
| parent | 0ee1088b3e5bcc537f29ad5c060cb45c61ef46df (diff) | |
| download | emacs-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/PROBLEMS | 22 |
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 |
| 14 | automatically with Emacs 21 and later.) | 14 | automatically with Emacs 21 and later.) |
| 15 | 15 | ||
| 16 | * Building the Windows port with Leim fails in the `leim' directory. | ||
| 17 | |||
| 18 | The 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 | |||
| 26 | This can happen if the Leim distribution is unpacked with a program | ||
| 27 | which 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 | ||
| 29 | endings to compile properly, because Emacs reads them without any code | ||
| 30 | or EOL conversions. | ||
| 31 | |||
| 32 | The solution is to make sure the program used to unpack Leim does not | ||
| 33 | change the files' line endings behind your back. The GNU FTP site has | ||
| 34 | in the `/gnu/emacs/windows' directory a program called `djtarnt.exe' | ||
| 35 | which can be used to unpack `.tar.gz' and `.zip' archives without | ||
| 36 | mangling 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 |
| 17 | click in a scroll bar might be ignored by the scroll bar widget. This | 39 | click in a scroll bar might be ignored by the scroll bar widget. This |
| 18 | is probably a bug in Xaw3d; when Xaw3d is compiled with arrows, the | 40 | is probably a bug in Xaw3d; when Xaw3d is compiled with arrows, the |