Re: Minor patch

2024-03-13 Thread Ihor Radchenko
Stefan Monnier writes: > The minor patch below clarifies what the computation is about and > removes the assumption that point-min == 1, while arguably > making the the code ever so slightly more efficient. Thanks! Applied, onto main, with minor amendments to the commit message. https://git.sava

Re: Minor patch for org-attach.el

2022-02-06 Thread Stefan Monnier
> I pushed this to the development branch 'main' of Org. Perfect, thanks, Stefan

Re: Minor patch for org-attach.el

2022-02-06 Thread Marco Wahl
Stefan Monnier writes: > Here's a patch which cleans up some magic numbers in > `org-attach.el` and gets rif of the use of the second arg of `commandp`, > by making `org-attach-commands` accept any commands (including keyboard > macros). > > > Stefan > > > diff --git a/lisp/org/org-attach