diff options
| author | Alvaro Ramirez | 2025-07-21 12:53:50 +0100 |
|---|---|---|
| committer | Gerd Möllmann | 2025-07-26 12:09:56 +0200 |
| commit | 6e64e0bd26b6c0f1c4e90c9bc0df37a2a9ac72da (patch) | |
| tree | 4068f5177529f458c707311ef513e8c9dcbc5155 /etc/PROBLEMS | |
| parent | e0152180570b3a071c3fb9140aa94b23e4e93857 (diff) | |
| download | emacs-6e64e0bd26b6c0f1c4e90c9bc0df37a2a9ac72da.tar.gz emacs-6e64e0bd26b6c0f1c4e90c9bc0df37a2a9ac72da.zip | |
Enabled macOS dictation post NSTextInputClient migration in v30
* src/nsterm.m (selectedRange): Implement to fix dictation.
* etc/NEWS: Announce regression fix.
* etc/PROBLEMS: Help users recover from rejected permission.
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 20fe9134da5..2d0a5870be9 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -3566,6 +3566,18 @@ file; for example: | |||
| 3566 | "/usr/local/opt/libgccjit/lib/gcc/11" | 3566 | "/usr/local/opt/libgccjit/lib/gcc/11" |
| 3567 | "/usr/local/opt/gcc/lib/gcc/11/gcc/x86_64-apple-darwin20/11.2.0") ":")) | 3567 | "/usr/local/opt/gcc/lib/gcc/11/gcc/x86_64-apple-darwin20/11.2.0") ":")) |
| 3568 | 3568 | ||
| 3569 | ** Text dictation doesn't work on macOS | ||
| 3570 | |||
| 3571 | The indication is that the macOS keyboard shortcut for dictation is ignored. | ||
| 3572 | |||
| 3573 | One reason for this is that the Emacs permissions for using the | ||
| 3574 | microphone were rejected in the past. To reset the permissions, run | ||
| 3575 | this command: | ||
| 3576 | |||
| 3577 | tccutil reset Microphone org.gnu.Emacs | ||
| 3578 | |||
| 3579 | Another reason may be an unsupported macOS version. For example: macOS 12. | ||
| 3580 | |||
| 3569 | * Runtime problems specific to PGTK build | 3581 | * Runtime problems specific to PGTK build |
| 3570 | 3582 | ||
| 3571 | ** Whether a display server is available cannot be automatically detected. | 3583 | ** Whether a display server is available cannot be automatically detected. |