diff options
| author | Eli Zaretskii | 2024-05-09 09:05:22 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-05-09 09:05:22 +0300 |
| commit | a7d247be90c6030a0ffebc2d8280206128b0e87c (patch) | |
| tree | 02299c6c90d980fb601d09f0b3c3f3c6af7e4055 | |
| parent | 8560ee7b5ca94ff35868adbf4f435f1bcf358566 (diff) | |
| download | emacs-a7d247be90c6030a0ffebc2d8280206128b0e87c.tar.gz emacs-a7d247be90c6030a0ffebc2d8280206128b0e87c.zip | |
; * etc/PROBLEMS: Document macOS problems with Emacs.clr (bug#70836).
| -rw-r--r-- | etc/PROBLEMS | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 2b3b7ba96f6..90d416714e5 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -3382,7 +3382,7 @@ for further discussion. | |||
| 3382 | 3382 | ||
| 3383 | * Runtime problems specific to macOS | 3383 | * Runtime problems specific to macOS |
| 3384 | 3384 | ||
| 3385 | ** Error message when opening Emacs on macOS | 3385 | ** Error message about malicious software when opening Emacs on macOS |
| 3386 | 3386 | ||
| 3387 | When opening Emacs, you may see an error message saying something like | 3387 | When opening Emacs, you may see an error message saying something like |
| 3388 | this: | 3388 | this: |
| @@ -3399,6 +3399,22 @@ the Emacs app icon, and then choose Open. This adds a security | |||
| 3399 | exception for Emacs and from now on you should be able to open it by | 3399 | exception for Emacs and from now on you should be able to open it by |
| 3400 | double-clicking on its icon, like any other app. | 3400 | double-clicking on its icon, like any other app. |
| 3401 | 3401 | ||
| 3402 | ** Error message about color list unarchiver when starting Emacs on macOS | ||
| 3403 | |||
| 3404 | The error message looks like this: | ||
| 3405 | |||
| 3406 | Failed to initialize color list unarchiver: | ||
| 3407 | Error Domain=NSCocoaErrorDomain Code=4864 "*** -[NSKeyedUnarchiver | ||
| 3408 | _initForReadingFromData:error:throwLegacyExceptions:]: non-keyed archive cannot be decoded by NSKeyedUnarchiver" | ||
| 3409 | UserInfo={NSDebugDescription=*** -[NSKeyedUnarchiver | ||
| 3410 | _initForReadingFromData:error:throwLegacyExceptions:]: non-keyed archive cannot be decoded by NSKeyedUnarchiver} | ||
| 3411 | |||
| 3412 | After showing this message, Emacs usually works normally. | ||
| 3413 | |||
| 3414 | The usual reason for this is that the color file, | ||
| 3415 | ~/Library/Colors/Emacs.clr, is stale or corrupted. The solution is to | ||
| 3416 | delete that file and restart Emacs. | ||
| 3417 | |||
| 3402 | ** macOS doesn't come with libxpm, so only XPM3 is supported. | 3418 | ** macOS doesn't come with libxpm, so only XPM3 is supported. |
| 3403 | 3419 | ||
| 3404 | Libxpm is available for macOS as part of the XQuartz project. | 3420 | Libxpm is available for macOS as part of the XQuartz project. |