Closed xenodium closed 2 months ago
Hi Γlvaro π I am so happy to see you π₯
It would be nice to get it upstream, but if not, maybe we should stay consistent and put all permission-related stuff here.
Hi Γlvaro π I am so happy to see you π₯
Likewise! Really nice to see ya active here.
It would be nice to get it upstream
I'll produce an upstream patch shortly. I'm waiting to hear back about my copyright assignment (unsure how long it'll take).
maybe we should stay consistent and put all permission-related stuff here.
Yeah. That's better.
I think we can take it.
Thank you! You merged before I even replied ;) Was gonna do the upstream patch first.
Let me know if it lands in upstream π
Will do!
Let me know if it lands in upstream π
Submitted patch https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72827
Heads-up, this is now in master https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=c36ff7d8e46c75cfadea6f4c1f4eadb3aef37f2d
Any way we can keep the PR in emacs-plus for Emacs 29 and 30 only? Do we use patch instead? Something else?
Congratulations on your contribution to GNU Emacs π
Re your question - already done in https://github.com/d12frosted/homebrew-emacs-plus/commit/6f099bb618334885f509c907efc9a0e0e4257ac5. Not ideal way, but at least it doesn't break 31 for now.
Congratulations on your contribution to GNU Emacs π
Thanks =) My first.
Re your question - already done in https://github.com/d12frosted/homebrew-emacs-plus/commit/6f099bb618334885f509c907efc9a0e0e4257ac5. Not ideal way, but at least it doesn't break 31 for now.
Wonderful. Thank you!
Hi Boris!
Sending a tiny patch to enable invoking processes using speech recognition APIs.
Without NSSpeechRecognitionUsageDescription in Info.plist, we cannot launch processes that use macOS's speech recognition APIs.
For example, running an command line utility from eshell that uses speech recognition yields:
With NSSpeechRecognitionUsageDescription in Info.plist, macOS displays the dialog asking the user to grant permission and allows the speech APIs to be used from the process.
I'll see if I can upstream this as well.