Re: [ALMOST SOLVED] overriding frame insertion in beamer.el

2023-08-11 Thread Ikumi Keita
Hi Mandar, > Mandar Mitra writes: > 2. Sorry, I must be missing something obvious, but I couldn't find a > defun for LaTeX-add-environments, or much documentation regarding the > format of the entry for each environment. That's defined by defun generated by elisp macro `TeX-auto-add-type'.

bug#65195: 13.2.1; (La)TeX-fold-math-spec-list have the wrong custom type

2023-08-11 Thread Ikumi Keita
Hi Tony, > Tony Zorman via bug-auctex via Bug reporting list for AUCTeX > writes: > Hi, > the custom type for `(La)TeX-fold-math-spec-list' is > (repeat (group (choice (string :tag "Display String") > (integer :tag "Number of argument" :value 1)) >

master f69211af: Fix context nl mode

2023-08-11 Thread Ikumi Keita
branch: master commit f69211af6239da6d96864733c5b86e2ee3a5b6eb Author: Ikumi Keita Commit: Ikumi Keita Fix context nl mode * context-nl.el (ConTeXt-section-list-nl): Define `ConTeXt-section-list-nl' to avoid error. --- context-nl.el | 3 +++ 1 file changed, 3 insertions(+)

feature/fix-mode-names-overlap 46f2f221 1/2: Inherit abbrevs saved in table with former mode name

2023-08-11 Thread Ikumi Keita
branch: feature/fix-mode-names-overlap commit 46f2f2215d9b626f09700697a4231d9e1a805ad6 Author: Ikumi Keita Commit: Ikumi Keita Inherit abbrevs saved in table with former mode name * tex.el (TeX-abbrev-mode-setup): Add argument for additional parent abbrev table for

feature/fix-mode-names-overlap 52f903a4 2/2: Take care of `unload-feature'

2023-08-11 Thread Ikumi Keita
branch: feature/fix-mode-names-overlap commit 52f903a4e91b1325d696712a768d01fefdf2b25e Author: Ikumi Keita Commit: Ikumi Keita Take care of `unload-feature' * tex-site.el.in (tex-mode): Deactivate form registered by `with-eval-after-load' if `tex-site' is unloaded. ():

feature/fix-mode-names-overlap updated (ef86afda -> 52f903a4)

2023-08-11 Thread Ikumi Keita
ikumi pushed a change to branch feature/fix-mode-names-overlap. from ef86afda Commit for initialization codes new 46f2f221 Inherit abbrevs saved in table with former mode name new 52f903a4 Take care of `unload-feature' Summary of changes: context.el | 2 +-

master 3c03ee08: Add missing alternative for custom type

2023-08-11 Thread Ikumi Keita
branch: master commit 3c03ee089a2b74d0d5a0285f983a9eba82dc04a5 Author: Ikumi Keita Commit: Ikumi Keita Add missing alternative for custom type * tex-fold.el (TeX-fold-env-spec-list) (TeX-fold-math-spec-list): * latex.el (LaTeX-fold-macro-spec-list)

bug#64921: 13.2.1; Infinite loop in LaTeX-arg-biblatex-cites with RefTeX

2023-08-11 Thread Ikumi Keita
Hi Gustavo, sorry for late reply. > Gustavo Barros writes: > When RefTeX is plugged into AUCTeX, trying to insert a `biblatex' > citation list with `TeX-insert-macro' will call > `LaTeX-arg-biblatex-cites' and, as far as I can tell, there is no way > to tell that function no further

master 65330be8: ; Trivial cleanups

2023-08-11 Thread Ikumi Keita
branch: master commit 65330be8e6d7a8626033f1c17c3623c8ebf2b340 Author: Ikumi Keita Commit: Ikumi Keita ; Trivial cleanups * context.el (ConTeXt-mode-common-initialization): Use #' rather than ' to quote function name. (ConTeXt-mode-common-initialization): * tex-jp.el: