diff options
| author | Miles Bader | 2006-07-19 00:42:56 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-07-19 00:42:56 +0000 |
| commit | 63db3c1b3ffa669435b10aa362115ef664990ab2 (patch) | |
| tree | a62f68b147d4265ce993136af897d4f348570594 /etc/PROBLEMS | |
| parent | 2988d6b36d310ba98ea1fed570142f436804fc18 (diff) | |
| parent | 83676aa2e399363120942ef5ea19f8af6b75e8e8 (diff) | |
| download | emacs-63db3c1b3ffa669435b10aa362115ef664990ab2.tar.gz emacs-63db3c1b3ffa669435b10aa362115ef664990ab2.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 343-356)
- Update from CVS
- Update for ERC 5.1.3.
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 113-115)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-90
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 0c1f47605df..e740bd727ab 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -933,12 +933,12 @@ make it compiled by the latest Emacs. | |||
| 933 | + ;; The only way the function is used in this package is included | 933 | + ;; The only way the function is used in this package is included |
| 934 | + ;; in `mucs-package-definition-end-hook' value, where it must | 934 | + ;; in `mucs-package-definition-end-hook' value, where it must |
| 935 | + ;; return (possibly empty) *list* of forms. Do this. Do not rely | 935 | + ;; return (possibly empty) *list* of forms. Do this. Do not rely |
| 936 | + ;; on byte compiler to remove extra `progn's in `(progn ...)' | 936 | + ;; on byte compiler to remove extra `progn's in `(progn ...)' |
| 937 | + ;; form. | 937 | + ;; form. |
| 938 | + `((setq mucs-ccl-facility-alist | 938 | + `((setq mucs-ccl-facility-alist |
| 939 | + (quote ,mucs-ccl-facility-alist)) | 939 | + (quote ,mucs-ccl-facility-alist)) |
| 940 | + ,@result))) | 940 | + ,@result))) |
| 941 | 941 | ||
| 942 | ;;; Add hook for embedding translation informations to a package. | 942 | ;;; Add hook for embedding translation informations to a package. |
| 943 | (add-hook 'mucs-package-definition-end-hook | 943 | (add-hook 'mucs-package-definition-end-hook |
| 944 | 944 | ||
| @@ -2027,6 +2027,15 @@ to allocate ptys reliably. | |||
| 2027 | 2027 | ||
| 2028 | * Runtime problems specific to MS-Windows | 2028 | * Runtime problems specific to MS-Windows |
| 2029 | 2029 | ||
| 2030 | ** Windows 95 and networking. | ||
| 2031 | |||
| 2032 | To support server sockets, Emacs 22.1 loads ws2_32.dll. If this file | ||
| 2033 | is missing, all Emacs networking features are disabled. | ||
| 2034 | |||
| 2035 | Old versions of Windows 95 may not have the required DLL. To use | ||
| 2036 | Emacs' networking features on Windows 95, you must install the | ||
| 2037 | "Windows Socket 2" update available from MicroSoft's support Web. | ||
| 2038 | |||
| 2030 | ** Emacs exits with "X protocol error" when run with an X server for MS-Windows. | 2039 | ** Emacs exits with "X protocol error" when run with an X server for MS-Windows. |
| 2031 | 2040 | ||
| 2032 | A certain X server for Windows had a bug which caused this. | 2041 | A certain X server for Windows had a bug which caused this. |
| @@ -2467,7 +2476,7 @@ command when running temacs like this: | |||
| 2467 | 2476 | ||
| 2468 | setarch i386 ./temacs --batch --load loadup [dump|bootstrap] | 2477 | setarch i386 ./temacs --batch --load loadup [dump|bootstrap] |
| 2469 | 2478 | ||
| 2470 | 2479 | ||
| 2471 | *** Fedora Core 4 GNU/Linux: Segfault during dumping. | 2480 | *** Fedora Core 4 GNU/Linux: Segfault during dumping. |
| 2472 | 2481 | ||
| 2473 | In addition to exec-shield explained above "Linux: Segfault during | 2482 | In addition to exec-shield explained above "Linux: Segfault during |
| @@ -2481,7 +2490,7 @@ command: | |||
| 2481 | 2490 | ||
| 2482 | or | 2491 | or |
| 2483 | 2492 | ||
| 2484 | setarch i386 -R make bootstrap | 2493 | setarch i386 -R make bootstrap |
| 2485 | 2494 | ||
| 2486 | *** Fatal signal in the command temacs -l loadup inc dump. | 2495 | *** Fatal signal in the command temacs -l loadup inc dump. |
| 2487 | 2496 | ||