Re: Add final hooks to S-/M-/S-M-cursor commands

2023-07-03 Thread Evgenii Klimov
On July 1, 2023 11:40:07 AM GMT+01:00, Ihor Radchenko wrote: >Thanks for the patch! >May you please squash it into one > Don't you mind if I also add the final hook to `org-meta-return'? I didn't do it right away because it requires a little bit of refactoring: everything after the initial ho

Re: Add final hooks to S-/M-/S-M-cursor commands

2023-07-01 Thread Ihor Radchenko
Evgenii Klimov writes: > On July 1, 2023 11:40:07 AM GMT+01:00, Ihor Radchenko > wrote: >>Thanks for the patch! >>May you please squash it into one >> > > Don't you mind if I also add the final hook to `org-meta-return'? I > didn't do it right away because it requires a little bit of refactorin

Re: Add final hooks to S-/M-/S-M-cursor commands

2023-07-01 Thread Ihor Radchenko
Evgenii Klimov writes: > `org-shiftup' and other S-cursor commands not only provide initial > hooks but also final hooks, while M-cursor and S-M-cursor commands > lack them. These patches add final hooks to all of these commands and > document both hooks in the docstring if they are not already p