mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; * etc/PROBLEMS: Minor fixes of last change.
This commit is contained in:
parent
2727a6f4e8
commit
cc9f35c54b
1 changed files with 22 additions and 19 deletions
11
etc/PROBLEMS
11
etc/PROBLEMS
|
|
@ -3650,13 +3650,13 @@ 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:
|
||||
|
||||
(setq native-comp-async-env-modifier-form
|
||||
(setq native-comp-async-env-modifier-form
|
||||
'(progn
|
||||
(defun c/native-comp--preload-eln-after-compile
|
||||
(compile function-or-file &optional with-late-load output)
|
||||
|
|
@ -3674,10 +3674,13 @@ compilation worker by adding this to their early-init.el:
|
|||
Alternatively, if one is willing to accept the associated security
|
||||
risks, one could disable library validation on their Emacs binary:
|
||||
|
||||
codesign --force --sign - \
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue