; * etc/PROBLEMS: Minor fixes of last change.

This commit is contained in:
Eli Zaretskii 2026-05-31 12:40:11 +03:00
parent 2727a6f4e8
commit cc9f35c54b

View file

@ -3650,8 +3650,8 @@ file; for example:
Natively compiled modules are validated by macOS the first time that
they are loaded. On some machines, this can cause Emacs to be
temporarily less responsive while large batches of modules are being
compiled and loaded.
temporarily less responsive while a large number of '*.eln' files are
being compiled and loaded.
One can force the first load of the module to happen in the async
compilation worker by adding this to their early-init.el:
@ -3678,6 +3678,9 @@ codesign --force --sign - \
--entitlements macos-disable-library-validation.entitlements \
src/emacs
Disabling validation might expose you to security risks, so please
consider that before using this recipe.
** Text dictation doesn't work on macOS
The indication is that the macOS keyboard shortcut for dictation is ignored.