Files
emacs-doom/patches
Daneel ce31b94bb9 revert to v9 patch - virtual tree broke VoiceOver text interaction
v13 virtual element tree (EmacsAccessibilityBuffer) broke:
- typing echo (VoiceOver ignores notifications from virtual elements)
- buffer reading (AXGroup role on EmacsView confused VoiceOver)
- text navigation (dual text protocol = conflicting responses)

Reverting to v9 which has confirmed working:
- Zoom cursor tracking (UAZoomChangeFocus)
- typing echo (rich ValueChanged on EmacsView)
- buffer reading (accessibilityValue on AXTextArea)

Window detection (the only v13 improvement) not worth the regression.
2026-02-26 09:30:49 +01:00
..