aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2006-07-14 15:03:52 +0000
committerKim F. Storm2006-07-14 15:03:52 +0000
commitade79051d8415a90c73363efc17eee2d1c093fbc (patch)
treed0c93ec3fb8f1e4fdd3e19c529bb9129b0fceea8
parentf9125cde75438bba2db30f52910554686bb9f140 (diff)
downloademacs-ade79051d8415a90c73363efc17eee2d1c093fbc.tar.gz
emacs-ade79051d8415a90c73363efc17eee2d1c093fbc.zip
Emacs now requires ws2_32.dll on Windows.
-rw-r--r--etc/PROBLEMS17
1 files changed, 13 insertions, 4 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 9f7d7eb313f..3962459e61a 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -929,12 +929,12 @@ make it compiled by the latest Emacs.
929+ ;; The only way the function is used in this package is included 929+ ;; The only way the function is used in this package is included
930+ ;; in `mucs-package-definition-end-hook' value, where it must 930+ ;; in `mucs-package-definition-end-hook' value, where it must
931+ ;; return (possibly empty) *list* of forms. Do this. Do not rely 931+ ;; return (possibly empty) *list* of forms. Do this. Do not rely
932+ ;; on byte compiler to remove extra `progn's in `(progn ...)' 932+ ;; on byte compiler to remove extra `progn's in `(progn ...)'
933+ ;; form. 933+ ;; form.
934+ `((setq mucs-ccl-facility-alist 934+ `((setq mucs-ccl-facility-alist
935+ (quote ,mucs-ccl-facility-alist)) 935+ (quote ,mucs-ccl-facility-alist))
936+ ,@result))) 936+ ,@result)))
937 937
938 ;;; Add hook for embedding translation informations to a package. 938 ;;; Add hook for embedding translation informations to a package.
939 (add-hook 'mucs-package-definition-end-hook 939 (add-hook 'mucs-package-definition-end-hook
940 940
@@ -2023,6 +2023,15 @@ to allocate ptys reliably.
2023 2023
2024* Runtime problems specific to MS-Windows 2024* Runtime problems specific to MS-Windows
2025 2025
2026** Windows 95 and networking.
2027
2028To support server sockets, Emacs 22.1 loads ws2_32.dll. If this file
2029is missing, all Emacs networking features are disabled.
2030
2031Old versions of Windows 95 may not have the required DLL. To use
2032Emacs' networking features on Windows 95, you must install the
2033"Windows Socket 2" update available from MicroSoft's support Web.
2034
2026** Emacs exits with "X protocol error" when run with an X server for MS-Windows. 2035** Emacs exits with "X protocol error" when run with an X server for MS-Windows.
2027 2036
2028A certain X server for Windows had a bug which caused this. 2037A certain X server for Windows had a bug which caused this.
@@ -2463,7 +2472,7 @@ command when running temacs like this:
2463 2472
2464 setarch i386 ./temacs --batch --load loadup [dump|bootstrap] 2473 setarch i386 ./temacs --batch --load loadup [dump|bootstrap]
2465 2474
2466 2475
2467*** Fedora Core 4 GNU/Linux: Segfault during dumping. 2476*** Fedora Core 4 GNU/Linux: Segfault during dumping.
2468 2477
2469In addition to exec-shield explained above "Linux: Segfault during 2478In addition to exec-shield explained above "Linux: Segfault during
@@ -2477,7 +2486,7 @@ command:
2477 2486
2478or 2487or
2479 2488
2480 setarch i386 -R make bootstrap 2489 setarch i386 -R make bootstrap
2481 2490
2482*** Fatal signal in the command temacs -l loadup inc dump. 2491*** Fatal signal in the command temacs -l loadup inc dump.
2483 2492