bug#70811: ConTeXt-mode-cleanup clobbers my paragraph-start

2024-05-14 Thread Ikumi Keita
Hi Jim, > Jim writes: > In the interest of getting you an answer quickly, I only tested it for > about 5 minutes, but in all of those tests, I can happily say that it did > what I wanted it to do. Thanks for testing. I pushed the fix to the git repository. >> You can use >> (add-hook 'LaTeX

bug#70811: ConTeXt-mode-cleanup clobbers my paragraph-start

2024-05-13 Thread Jim
Hi Ikumi, On Tue, May 14, 2024 at 00:34 (+0900), Ikumi Keita wrote: >> Jim writes: >> Thank you very much for spending some time on this. I tried it on this >> section of code >> \startitemize[yadda] >> \item sslkdslkd lskdlskdls slkd slkdslk >> sldk sldkl >> lkslks d sldsldk s sldksldk sl

bug#70811: ConTeXt-mode-cleanup clobbers my paragraph-start

2024-05-13 Thread Ikumi Keita
Hi Jim, > Jim writes: > Thank you very much for spending some time on this. I tried it on this > section of code > \startitemize[yadda] > \item sslkdslkd lskdlskdls slkd slkdslk > sldk sldkl > lkslks d sldsldk s sldksldk slkdsldksd sldsldk s sldksldk slkdsldksd > sldsldk s sldksldk slkdsldk

bug#70811: ConTeXt-mode-cleanup clobbers my paragraph-start

2024-05-12 Thread Jim
Hi Ikumi, sorry for the slow reply. See below. On Thu, May 9, 2024 at 15:14 (+0900), Ikumi Keita wrote: >> Jim writes: >>> I think I can implement `ConTeXt-paragraph-commands' like LaTeX mode and >>> then you can set it instead of `paragraph-start'. What do you think >>> about this idea?

bug#70811: ConTeXt-mode-cleanup clobbers my paragraph-start

2024-05-08 Thread Ikumi Keita
Hi Jim, > Jim writes: >> I think I can implement `ConTeXt-paragraph-commands' like LaTeX mode and >> then you can set it instead of `paragraph-start'. What do you think >> about this idea? > I spent a few minutes looking at the code; I now have a glimmer of > understanding, thanks. > I stil

bug#70811: ConTeXt-mode-cleanup clobbers my paragraph-start

2024-05-07 Thread Jim
Hi Ikumi, On Tue, May 7, 2024 at 14:22 (+0900), Ikumi Keita wrote: >> Jim writes: >> ConTeXt mode has the defun ConTeXt-mode-cleanup which is the :after-hook >> of ConTeXt-mode. In this cleanup defun, paragraph-start is re-set. >> Unfortunately, this over-writes my choice of paragraph-star

bug#70811: ConTeXt-mode-cleanup clobbers my paragraph-start

2024-05-06 Thread Ikumi Keita
Hi Jim, > Jim writes: > ConTeXt mode has the defun ConTeXt-mode-cleanup which is the :after-hook > of ConTeXt-mode. In this cleanup defun, paragraph-start is re-set. > Unfortunately, this over-writes my choice of paragraph-start which I set > in my ConTeXt-mode hook. Unless there is some ":

bug#70811: ConTeXt-mode-cleanup clobbers my paragraph-start

2024-05-06 Thread Jim
ConTeXt mode has the defun ConTeXt-mode-cleanup which is the :after-hook of ConTeXt-mode. In this cleanup defun, paragraph-start is re-set. Unfortunately, this over-writes my choice of paragraph-start which I set in my ConTeXt-mode hook. Unless there is some ":after-after-hook" or ":really-after-