aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorKaroly Lorentey2006-07-29 09:59:12 +0000
committerKaroly Lorentey2006-07-29 09:59:12 +0000
commit251bc578cc636223d618d06cf2a2bb7d07db9cce (patch)
tree58e1c6b0a35bb4a77e6cb77876e4bc6a9d3f2ab2 /etc/PROBLEMS
parent99715bbc447eb633e45ffa23b87284771ce3ac74 (diff)
parent0ed0527cb02180a50f6744086ce3a487740c73e4 (diff)
downloademacs-251bc578cc636223d618d06cf2a2bb7d07db9cce.tar.gz
emacs-251bc578cc636223d618d06cf2a2bb7d07db9cce.zip
Merged from emacs@sv.gnu.org
Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-351 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-352 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-353 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-354 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-355 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-356 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-357 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-358 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-359 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-360 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-361 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-362 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-363 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-364 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-365 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-366 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-367 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-368 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-369 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-370 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-115 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-116 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-117 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-118 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-119 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-120 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-573
Diffstat (limited to 'etc/PROBLEMS')
-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