comparison PROBLEMS @ 144:318232e2a3f0 r20-2b6

Import from CVS: tag r20-2b6
author cvs
date Mon, 13 Aug 2007 09:34:14 +0200
parents 6608ceec7cf8
children 538048ae2ab8
comparison
equal deleted inserted replaced
143:50e7fedfe353 144:318232e2a3f0
5 This file is large, but we have tried to sort the entries by their 5 This file is large, but we have tried to sort the entries by their
6 respective relevance for XEmacs, but may have not succeeded completely 6 respective relevance for XEmacs, but may have not succeeded completely
7 in that task. Try finding the things you need using one of the search 7 in that task. Try finding the things you need using one of the search
8 commands XEmacs provides (e.g. `C-s'). 8 commands XEmacs provides (e.g. `C-s').
9 9
10 (updated for 20.1) 10 (updated for 20.2)
11 11
12 * Watch out for .emacs file 12 * Watch out for .emacs file
13 13
14 ~/.emacs is your Emacs init file. If you observe strange problems, 14 ~/.emacs is your Emacs init file. If you observe strange problems,
15 invoke XEmacs with the `-q' option and see if you can repeat the 15 invoke XEmacs with the `-q' option and see if you can repeat the
153 There have been reports of Sun sed truncating very lines in the 153 There have been reports of Sun sed truncating very lines in the
154 Makefile during configuration. The workaround is to use GNU sed or, 154 Makefile during configuration. The workaround is to use GNU sed or,
155 even better, think of a better way to generate Makefile, and send us a 155 even better, think of a better way to generate Makefile, and send us a
156 patch. :-) 156 patch. :-)
157 157
158 ** CDE is not autodetected on HP.
159
160 Richard Cognot <cognot@ensg.u-nancy.fr> writes:
161 I have to force /usr/dt/{lib,include} into the site include/lib
162 command line options. I could add these in hpux10.h, but then I
163 would think these should be pretty standard (to my knowledge, that's
164 also where Sun puts its CDE stuff), so that wouldn't fix the problem
165 on other architectures. AAMOF, when these path are given, CDE is
166 detected, and DragAndDrop works (more or less, see next issue).
167
168 ** Linking with -rpath on IRIX. 158 ** Linking with -rpath on IRIX.
169 159
170 Darrell Kindred <dkindred@cmu.edu> writes: 160 Darrell Kindred <dkindred@cmu.edu> writes:
171 There are a couple of problems [with use of -rpath with Irix ld], though: 161 There are a couple of problems [with use of -rpath with Irix ld], though:
172 162
1472 ** Signaling: (wrong-type-argument ...) when loading mail-abbrevs 1462 ** Signaling: (wrong-type-argument ...) when loading mail-abbrevs
1473 1463
1474 The is seen when installing the Big Brother Data Base (bbdb) which 1464 The is seen when installing the Big Brother Data Base (bbdb) which
1475 includes an outdated copy of mail-abbrevs.el. Remove the copy that 1465 includes an outdated copy of mail-abbrevs.el. Remove the copy that
1476 comes with bbdb and use the one that comes with XEmacs. 1466 comes with bbdb and use the one that comes with XEmacs.
1467
1468 * MULE issues
1469
1470 ** Internationalized (Asian) Isearch doesn't work
1471
1472 Currently, Isearch doesn't directly support any of the input methods
1473 that are not XIM based (like egg, canna and quail) (and there are
1474 potential problems with XIM version too...). This is something
1475 we are working on, but for the moment, if you're using egg there is a
1476 workaround. Hitting <RET> right after C-s to invoke Isearch will put
1477 Isearch in string mode, where a complete string can be typed into the
1478 minibuffer and then processed by Isearch afterwards. Since egg is now
1479 supported in the minibuffer using string mode you can now use egg to
1480 input your Japanese, Korean or Chinese string, then hit return to send
1481 that to Isearch and then use standard Isearch commands from there.
1482
1483 ** Using egg or canna and mousing around while in 'fence' mode screws
1484 up my buffer
1485
1486 Don't do this. The fence modes of egg and canna are currently very
1487 modal, and messing with where they expect point to be and what they
1488 think is the current buffer is just asking for trouble. If you're
1489 lucky they will realize that something is awry, and simply delete the
1490 fence, but worst case can trash other buffers too. We've tried to
1491 protect against this where we can, but there still are many ways to
1492 shoot yourself in the foot. So just finish what you are typing into
1493 the fence before reaching for the mouse.