diff options
| author | Eli Zaretskii | 2024-05-11 06:50:56 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2024-05-11 06:50:56 -0400 |
| commit | 48c9285c19ffa484fc5163c55eca5a9f3ef41cc7 (patch) | |
| tree | 25d48db21cea72224758ecc225d6116723b565d4 /etc | |
| parent | 6380806196f3806b6c2bff60ff6cddae3eee2a19 (diff) | |
| parent | 0ec9a02a0d5da108ccefe32dd37b066bae357334 (diff) | |
| download | emacs-48c9285c19ffa484fc5163c55eca5a9f3ef41cc7.tar.gz emacs-48c9285c19ffa484fc5163c55eca5a9f3ef41cc7.zip | |
Merge from origin/emacs-29
0ec9a02a0d5 ; Fix doc strings of two scroll-bar functions.
2f8bccf9d8c ; * doc/emacs/frames.texi (Scroll Bars): Improve formatting.
f9832e80b89 ; * lisp/textmodes/ispell.el (ispell-message): Add commen...
a7d247be90c ; * etc/PROBLEMS: Document macOS problems with Emacs.clr ...
8560ee7b5ca ; * doc/misc/auth.texi (The Unix password store): Fix var...
74c6b59af15 ; Advertise scroll bars some more
3d65d4306b9 Avoid errors in 'image-dired-tag-thumbnail'
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/PROBLEMS | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 2922f5a384c..77856087367 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -3402,7 +3402,7 @@ for further discussion. | |||
| 3402 | 3402 | ||
| 3403 | * Runtime problems specific to macOS | 3403 | * Runtime problems specific to macOS |
| 3404 | 3404 | ||
| 3405 | ** Error message when opening Emacs on macOS | 3405 | ** Error message about malicious software when opening Emacs on macOS |
| 3406 | 3406 | ||
| 3407 | When opening Emacs, you may see an error message saying something like | 3407 | When opening Emacs, you may see an error message saying something like |
| 3408 | this: | 3408 | this: |
| @@ -3419,6 +3419,22 @@ the Emacs app icon, and then choose Open. This adds a security | |||
| 3419 | exception for Emacs and from now on you should be able to open it by | 3419 | exception for Emacs and from now on you should be able to open it by |
| 3420 | double-clicking on its icon, like any other app. | 3420 | double-clicking on its icon, like any other app. |
| 3421 | 3421 | ||
| 3422 | ** Error message about color list unarchiver when starting Emacs on macOS | ||
| 3423 | |||
| 3424 | The error message looks like this: | ||
| 3425 | |||
| 3426 | Failed to initialize color list unarchiver: | ||
| 3427 | Error Domain=NSCocoaErrorDomain Code=4864 "*** -[NSKeyedUnarchiver | ||
| 3428 | _initForReadingFromData:error:throwLegacyExceptions:]: non-keyed archive cannot be decoded by NSKeyedUnarchiver" | ||
| 3429 | UserInfo={NSDebugDescription=*** -[NSKeyedUnarchiver | ||
| 3430 | _initForReadingFromData:error:throwLegacyExceptions:]: non-keyed archive cannot be decoded by NSKeyedUnarchiver} | ||
| 3431 | |||
| 3432 | After showing this message, Emacs usually works normally. | ||
| 3433 | |||
| 3434 | The usual reason for this is that the color file, | ||
| 3435 | ~/Library/Colors/Emacs.clr, is stale or corrupted. The solution is to | ||
| 3436 | delete that file and restart Emacs. | ||
| 3437 | |||
| 3422 | ** macOS doesn't come with libxpm, so only XPM3 is supported. | 3438 | ** macOS doesn't come with libxpm, so only XPM3 is supported. |
| 3423 | 3439 | ||
| 3424 | Libxpm is available for macOS as part of the XQuartz project. | 3440 | Libxpm is available for macOS as part of the XQuartz project. |