bug#61568: Problems using reftex from Org mode's latex blocks

2023-02-16 Thread Alain . Cochard
Hello. When Org mode is enabled, issuing [C-c '] (org-edit-special) within a latex "export block" such as this one #+begin_export latex \documentclass{article} \begin{document} \section{1} \section{2} \end{document} #+end_export one is put into a special buffer which is

bug#61400: Different filling for verbatim macros

2023-02-16 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > Done. I also changed > (skip-chars-forward (concat "^" delimiter))) > to > (skip-chars-forward (concat "^" delimiter) (line-end-position))) many thanks for fixing this issue. I'm therefore closing this report. Best, Arash

bug#61400: Different filling for verbatim macros

2023-02-16 Thread Ikumi Keita
Hi Arash, > Arash Esbati writes: > LGTM. Please go ahead and install so we can close this report. Please > just adjust the comment below before pushing: >> ;; Heuristic: If an opening brace is encountered, search for >> ;; both the opening and the closing brace as an end marker. > I

bug#61400: Different filling for verbatim macros

2023-02-16 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > Thanks, I included your suggestion. See the attachment. LGTM. Please go ahead and install so we can close this report. Please just adjust the comment below before pushing: >;; Heuristic: If an opening brace is encountered, search for >

bug#61400: Different filling for verbatim macros

2023-02-16 Thread Ikumi Keita
Hi Arash, > Arash Esbati writes: > What I don't understand it why the code does: > (when (string= delimiter TeX-grop) > (setq delimiter (concat delimiter TeX-grcl))) > which is "^{}"; I would have expected "^}" only because using \verb{foo{ > is just asking for trouble and not