Changeset 4111 for trunk/etc/PROBLEMS
- Timestamp:
- 07/16/06 08:36:52 (2 years ago)
- Files:
-
- trunk/etc/PROBLEMS (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/etc/PROBLEMS
r4098 r4111 930 930 + ;; in `mucs-package-definition-end-hook' value, where it must 931 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 933 + ;; form. 934 934 + `((setq mucs-ccl-facility-alist 935 935 + (quote ,mucs-ccl-facility-alist)) 936 936 + ,@result))) 937 937 938 938 ;;; Add hook for embedding translation informations to a package. 939 939 (add-hook 'mucs-package-definition-end-hook … … 2024 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 2035 ** Emacs exits with "X protocol error" when run with an X server for MS-Windows. 2027 2036 … … 2464 2473 setarch i386 ./temacs --batch --load loadup [dump|bootstrap] 2465 2474 2466 2475 2467 2476 *** Fedora Core 4 GNU/Linux: Segfault during dumping. 2468 2477 … … 2478 2487 or 2479 2488 2480 setarch i386 -R make bootstrap 2489 setarch i386 -R make bootstrap 2481 2490 2482 2491 *** Fatal signal in the command temacs -l loadup inc dump.
