• Joined on 2026-02-16
daneel pushed to master at martin/emacs-doom 2026-02-27 11:37:44 +00:00
495a5510c6 patches: AnnouncementRequested PriorityMedium→High (interrupt buffer reading)
daneel pushed to master at martin/emacs-doom 2026-02-27 11:27:22 +00:00
8a834448f9 patches: systematic notification strategy — eliminate double-speech
daneel pushed to master at martin/emacs-doom 2026-02-27 11:16:35 +00:00
edad606809 patches: fix double-speech and evil block cursor char reading
daneel pushed to master at martin/emacs-doom 2026-02-27 11:07:22 +00:00
5f98a78467 patches: fix 5 critical issues in VoiceOver patch
daneel pushed to master at martin/emacs-doom 2026-02-27 10:48:44 +00:00
3df5dc94b1 patches: fix char nav — announce char AT point, not before it (evil block cursor)
daneel pushed to master at martin/emacs-doom 2026-02-27 10:36:11 +00:00
75c1b471c4 patches: fix granularity — line comparison not delta, fixes org-mode empty lines
daneel pushed to master at martin/emacs-doom 2026-02-27 10:14:33 +00:00
8890e659e1 patches: systematic line announcement (granularity=line, all modes)
daneel pushed to master at martin/emacs-doom 2026-02-27 10:06:16 +00:00
0110670734 patches: fix broken function insertion (build error)
daneel pushed to master at martin/emacs-doom 2026-02-27 10:01:23 +00:00
f306599d94 patches: fix completion announcement (CONSP completion--string, focused+unfocused paths)
daneel pushed to master at martin/emacs-doom 2026-02-27 09:47:56 +00:00
c138bdc6d5 patches: remove accessibilityChildren override (C-n/C-p line nav regression fix)
daneel pushed to master at martin/emacs-doom 2026-02-27 09:42:32 +00:00
5f08e0a315 patches: fix completion span boundary (completion--string vs mouse-face)
daneel pushed to master at martin/emacs-doom 2026-02-27 09:31:05 +00:00
23102444d4 patches: fix build errors (Fplist_get arity, MRC weak, duplicate decl)
daneel pushed to master at martin/emacs-doom 2026-02-27 09:26:32 +00:00
92ef24332f patches: add EmacsAccessibilityInteractiveSpan (VoiceOver Tab nav, buttons, links, completions)
daneel pushed to master at martin/emacs-doom 2026-02-27 09:10:42 +00:00
7a0e7722f7 patches: fix Tab navigation in completion buffer (probe order + Tab detection)
daneel pushed to master at martin/emacs-doom 2026-02-27 08:57:13 +00:00
1245253e15 patches: fix B1 (live window ref), B2 (matrix guard), B3 (invisibility-spec), H1 (thread safety), H4 (main thread assert)
daneel pushed to master at martin/emacs-doom 2026-02-27 08:39:43 +00:00
081d1c01e7 patches: restore postAccessibilityUpdates in ns_update_end (VoiceOver broken after rebase)
daneel pushed to master at martin/emacs-doom 2026-02-27 06:43:15 +00:00
d11aa168b9 patches: fix Vreal_this_command linker error, squash into single patch
daneel pushed to master at martin/emacs-doom 2026-02-27 06:38:20 +00:00
f37e06b00f patches: rebase on upstream f0dbe25 + fix NSRange return type
daneel pushed to master at martin/emacs-doom 2026-02-27 06:31:47 +00:00
7419d9b0e4 patches: regenerate from actual emacs repo (fix src/ path prefix)
daneel pushed to master at martin/emacs-doom 2026-02-27 06:29:58 +00:00
368f9600df patches: fix NSRange return type bug in accessibilitySelectedTextRange