From 164a194da5543b6d93500c1b700522b6a4989cf4 Mon Sep 17 00:00:00 2001 From: Daneel Date: Mon, 2 Mar 2026 10:13:49 +0100 Subject: [PATCH] Fix patch 0003 hunk header count and non-ASCII character The edit adding 2 comment lines broke the +8758,552 count (now 554). Also replace UTF-8 arrow -> ASCII to avoid git am corruption. --- ...ns-add-buffer-notification-dispatch-and-mode-line-el.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/0003-ns-add-buffer-notification-dispatch-and-mode-line-el.patch b/patches/0003-ns-add-buffer-notification-dispatch-and-mode-line-el.patch index 9e7f305..3e2cb45 100644 --- a/patches/0003-ns-add-buffer-notification-dispatch-and-mode-line-el.patch +++ b/patches/0003-ns-add-buffer-notification-dispatch-and-mode-line-el.patch @@ -29,7 +29,7 @@ diff --git a/src/nsterm.m b/src/nsterm.m index 3e1ac74..d3015e2 100644 --- a/src/nsterm.m +++ b/src/nsterm.m -@@ -8758,6 +8758,552 @@ - (NSRect)accessibilityFrame +@@ -8758,6 +8758,554 @@ - (NSRect)accessibilityFrame @end @@ -110,7 +110,7 @@ index 3e1ac74..d3015e2 100644 + /* Always include granularity so VoiceOver can advance its browse + cursor by the correct unit (character, word, or line). Without + granularity, VO leaves its browse cursor at the previous position -+ for character moves, breaking Emacs-cursor → VO-cursor sync. ++ for character moves, breaking Emacs-cursor -> VO-cursor sync. + For character moves, the explicit AnnouncementRequested below + (High priority) overrides VO's auto-speech, so evil block-cursor + mode still reads the correct character. */