Daneel 51f59441c1 fix: VO browse cursor sync - post FocusedUIElementChanged on window
VoiceOver's browse cursor was not following Emacs cursor moves because
FocusedUIElementChangedNotification was posted on the buffer element
(a custom NSObject subclass), which VoiceOver ignores for browse cursor
re-anchoring.

Three changes:
1. Post FocusedUIElementChanged on the NSWindow instead of self, causing
   VoiceOver to call accessibilityFocusedUIElement on the window and
   re-anchor its browse cursor at the returned buffer element.
2. Post NSAccessibilityLayoutChangedNotification on self.emacsView with
   NSAccessibilityUIElementsKey pointing to the buffer element, causing
   VoiceOver to re-examine the element's properties including
   accessibilitySelectedTextRange.
3. Post SelectedTextChangedNotification from self.emacsView (an NSView)
   instead of self (NSObject), with NSAccessibilityUIElementsKey, so
   VoiceOver processes text-change notifications from a view-based
   element in the hierarchy.
2026-03-02 14:59:05 +01:00
2026-02-25 12:51:11 +01:00
2026-02-12 12:55:29 +01:00
2026-02-12 12:55:29 +01:00
2026-02-21 00:05:48 +01:00
2026-02-24 17:01:41 +01:00
2026-02-12 12:52:50 +01:00
2026-02-26 21:51:50 +01:00

# instalace mailu:
brew install mu isync msmtp

pak mbsync personal (musi existovat .mbsyncrc)

pak 
mu init --maildir=~/.mail --my-address=martin@sukany.cz
mu index
Description
No description provided
Readme 10 MiB
Languages
Emacs Lisp 95.3%
Shell 4.7%