emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] ol-man.el (org-man-open): Set window point not buffer point


From: Tom Gillespie
Subject: Re: [PATCH] ol-man.el (org-man-open): Set window point not buffer point
Date: Mon, 8 Aug 2022 18:39:35 -0700

Hi Ihor,
   Here is an updated patch. We can't use accept-process-output
because it doesn't seem to block in the way we need, or it blocks
exactly long enough for the process to finish but then continues
immediately to search instead of allowing the function that fills
the buffer to complete. Instead I use sleep-for a shorter time and
process-live-p which gives better results. I think I got the commit
message formats right this time. Best!
Tom

Attachment: 0001-ol-man-Set-window-point-not-buffer-point-and-wait-be.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]