Hi all, I was wondering if there was anything I could do to help get this patch reviewed and, after any required tweaks, integrated. I don't know about best practices and expectations yet so figured I would bump to learn more. Thanks in advance.
Best, Jules On Sun, Feb 2, 2025 at 11:38 AM Jules Tamagnan <jtamag...@gmail.com> wrote: > Hi all, > > I hope this email finds you well. This is my first time contributing to > this mailing list attempting to contribute to org-mode, so hopefully I > do this correctly. > > I recently noticed that `org-string-width` ran all buffer hooks like > `buffer-list-update-hook` for the ` *Org string width*` buffer. This > doesn't seem needed because it feels like ` *Org string width*` should > act like a temporary buffer that is only needed for these simple > operations. With that in mind I wanted to set `inhibit-buffer-hooks` to > `t`. > > Hopefully this rationale and patch makes sense. After getting this in I > can also review other places that `get-buffer-create` is used and > possible use `inhibit-buffer-tools` there as well if it would help. > > Best, > Jules > >