aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert1999-11-30 18:44:14 +0000
committerPaul Eggert1999-11-30 18:44:14 +0000
commit3156909f7e70743a34f353029efe50d96ec7b9cc (patch)
tree9a606bcaf23914cd908549cce31d46bcfd4f87e8
parent2ab98065f3ae0d35d877a85dde6f9dfc02b29a5b (diff)
downloademacs-3156909f7e70743a34f353029efe50d96ec7b9cc.tar.gz
emacs-3156909f7e70743a34f353029efe50d96ec7b9cc.zip
Update Solaris 2.6 and 7 problems.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/PROBLEMS28
2 files changed, 16 insertions, 16 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 716a1996d33..ca4e17eee43 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
11999-11-30 Paul Eggert <eggert@twinsun.com>
2
3 * PROBLEMS: Update Solaris 2.6 and 7 problems.
4
11999-11-22 Paul Eggert <eggert@twinsun.com> 51999-11-22 Paul Eggert <eggert@twinsun.com>
2 6
3 * NEWS: Rename messages-locale to system-messages-locale 7 * NEWS: Rename messages-locale to system-messages-locale
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 6a01cf7c0e2..a614fc25456 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -11,8 +11,9 @@ the same version of GCC, and telling us whether that fixes the problem.
11* On Solaris 7, Emacs gets a segmentation fault when starting up using X. 11* On Solaris 7, Emacs gets a segmentation fault when starting up using X.
12 12
13This results from Sun patch 107058-01 (SunOS 5.7: Patch for 13This results from Sun patch 107058-01 (SunOS 5.7: Patch for
14assembler), if you use GCC (version 2.7 or 2.8, at least). To work 14assembler) if you use GCC version 2.7 or later.
15around it, either uninstall the patch, or install the GNU Binutils. 15To work around it, either install patch 106950-03 or later,
16or uninstall patch 107058-01, or install the GNU Binutils.
16Then recompile Emacs, and it should work. 17Then recompile Emacs, and it should work.
17 18
18* With X11R6.4, public-patch-3, Emacs crashes at startup. 19* With X11R6.4, public-patch-3, Emacs crashes at startup.
@@ -53,14 +54,6 @@ Reportedly this patch in X fixes the problem.
53 return ret; 54 return ret;
54 55
55 56
56* On Solaris 2.7, the Compose key does not work *except* when the
57system is quite heavily loaded.
58
59This is a bug in Motif in Solaris. Supposedly it has been fixed for
60the next major release of Solaris. However, if someone with Sun
61support complains to Sun about the bug, they may release a patch for
62Solaris 2.7. If you do this, mention Sun bug #4188711.
63
64* Emacs crashes on Irix 6.5 on the SGI R10K, when compiled with GCC. 57* Emacs crashes on Irix 6.5 on the SGI R10K, when compiled with GCC.
65 58
66This seems to be fixed in GCC 2.95. 59This seems to be fixed in GCC 2.95.
@@ -349,7 +342,12 @@ On Solaris 2.6, Emacs is said to work with Motif when Solaris patch
349105284-12 is installed, but fail when 105284-15 is installed. 342105284-12 is installed, but fail when 105284-15 is installed.
350105284-18 might fix it again. 343105284-18 might fix it again.
351 344
352* On Solaris 2.6, the Compose key does not work. 345* On Solaris 2.6 and 7, the Compose key does not work.
346
347This is a bug in Motif in Solaris. Supposedly it has been fixed for
348the next major release of Solaris. However, if someone with Sun
349support complains to Sun about the bug, they may release a patch.
350If you do this, mention Sun bug #4188711.
353 351
354One workaround is to use a locale that allows non-ASCII characters. 352One workaround is to use a locale that allows non-ASCII characters.
355For example, before invoking emacs, set the LC_ALL environment 353For example, before invoking emacs, set the LC_ALL environment
@@ -357,11 +355,9 @@ variable to "en_US" (American English). The directory /usr/lib/locale
357lists the supported locales; any locale other than "C" or "POSIX" 355lists the supported locales; any locale other than "C" or "POSIX"
358should do. 356should do.
359 357
360pen@lysator.liu.se says (Feb 1998) that this is a bug in the Solaris 358pen@lysator.liu.se says (Feb 1998) that the Compose key does work
3612.6 X libraries, and that the Compose key does work if you link with 359if you link with the MIT X11 libraries instead of the Solaris X11
362the MIT X11 libraries instead. 360libraries.
363
364Sun has accepted this as a bug; see Sun bug 4188711.
365 361
366* Emacs does not know your host's fully-qualified domain name. 362* Emacs does not know your host's fully-qualified domain name.
367 363