Pulled and rebased patch to master (now in 0002-Enabled-macOS-dictation-post-NSTextInputClient-migration.patch) Alvaro Ramirez writes: > Hi folks! > > We lost macOS dictation in Emacs v30 (see > https://lists.gnu.org/archive/html/bug-gnu-emacs/2025-03/msg00585.html) > with the NSTextInputClient migration. > > Looks like we can get it back using the new subsystem by > implementing > the missing bits for 'selectedRange' in 'nsterm.m'. > > Not a NSTextInputClient expert here. Would love for other macOS > users > to give the patch a try and confirm they get dictation > back. Similarly, edit as normal so we can rule out there are no > additional side effects. > > Álvaro > > In GNU Emacs 31.0.50 (build 14, aarch64-apple-darwin24.3.0, NS > appkit-2575.40 Version 15.3.2 (Build 24D81)) of 2025-07-21 built > on > jiko.local > Repository revision: e9deec70dac822f2f312497c6d7a7bd6b4e648bb > Repository branch: fixes-macos-dictation-post-v30 > Windowing system distributor 'Apple', version 10.3.2575 > System Description: macOS 15.3.2 > > Configured using: > 'configure --with-ns > --prefix=.../emacs/nextstep/Emacs.app/Contents/MacOS > --enable-locallisppath=.../emacs/nextstep/Emacs.app/Contents/MacOS' > > [2. text/patch; > 0001-Enabled-macOS-dictation-post-NSTextInputClient-migration.patch]...