Hi, Thank you for the feedback. I’m resending the patch as an attachment to avoid line wrapping issues. This patch is generated from the latest master branch of Emacs as of 2025-07-20.     commit e6c1ec71b72  [Define setfunction for bibtex-generate-url-list (bug#78798)] Best regards, TDr.Sc.KAWAMOTO, Takuji On 2025/08/05 0:45, Alan Third wrote: >>> Date: Sun, 3 Aug 2025 15:45:25 +0900 >>> From: 川本 琢二 >>> (Dr.Sc.KAWAMOTO, Takuji) >>> >>> This patch addresses a bug in the macOS build of Emacs, where frame >>> position was not correctly updated after resizing from the left edge. >>> >>> In particular, it fixes the issue reported in bug#74074, where >>> the move-frame-functions hook does not reliably reflect the final >>> frame location after resizing. This patch introduces the >>> updateFramePosition method, which is called from windowDidMove >>> and windowDidEndLiveResize to ensure the frame geometry stays >>> in sync with the actual macOS window position. >>> >>> Tested on macOS 15.5. >> Thanks, I hope the macOS experts (CC'ed) will be able to review and >> test the patch. > This all looks good to me. The patch looks good and the explanation > and testing too. > > Unfortunately I can't apply the patch, I think it's had long-lines > wrapped by the email client. Can you please resend it? > > Thanks!