diff options
| author | Kim F. Storm | 2006-07-14 15:03:52 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-07-14 15:03:52 +0000 |
| commit | ade79051d8415a90c73363efc17eee2d1c093fbc (patch) | |
| tree | d0c93ec3fb8f1e4fdd3e19c529bb9129b0fceea8 | |
| parent | f9125cde75438bba2db30f52910554686bb9f140 (diff) | |
| download | emacs-ade79051d8415a90c73363efc17eee2d1c093fbc.tar.gz emacs-ade79051d8415a90c73363efc17eee2d1c093fbc.zip | |
Emacs now requires ws2_32.dll on Windows.
| -rw-r--r-- | etc/PROBLEMS | 17 |
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 | |||
| 2028 | To support server sockets, Emacs 22.1 loads ws2_32.dll. If this file | ||
| 2029 | is missing, all Emacs networking features are disabled. | ||
| 2030 | |||
| 2031 | Old versions of Windows 95 may not have the required DLL. To use | ||
| 2032 | Emacs' 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 | ||
| 2028 | A certain X server for Windows had a bug which caused this. | 2037 | A 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 | ||
| 2469 | In addition to exec-shield explained above "Linux: Segfault during | 2478 | In addition to exec-shield explained above "Linux: Segfault during |
| @@ -2477,7 +2486,7 @@ command: | |||
| 2477 | 2486 | ||
| 2478 | or | 2487 | or |
| 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 | ||