master 91da2775: Keep preview images when killing indirect buffer (bug#65462)

2023-08-27 Thread Ikumi Keita
branch: master commit 91da27754be7f3728858fc27eb4b7866cecd591c Author: Ikumi Keita Commit: Ikumi Keita Keep preview images when killing indirect buffer (bug#65462) * preview.el.in (preview-kill-buffer-cleanup): Don't clearout in indirect buffer. Fix filling of doc string. --

Re: AUCTeX and "builtin latex mode" integration

2023-08-27 Thread Stefan Monnier
>This is much unsatisfactory. I'm currently thinking to apply the >attached patch to sort out the disorders of mode names. It works as >follows: >(a) It uses the names without `TeX-' prefix for LaTeX-mode, >plain-TeX-mode and TeX-mode. >(b) Those mode definitions are ove

Re: AUCTeX and "builtin latex mode" integration

2023-08-27 Thread Ikumi Keita
Hi all, I pushed a commit, to the feature branch, that uses `define-derived-mode' for major modes such as LaTeX-mode. I chose `TeX--VirTeX-mode' as the name of base modes except Texinfo mode. Here are some related issues I'd like to hear thoughts of those interested in this topic. 1. Ugly defvar

feature/fix-mode-names-overlap 9c6f701a: Use `define-derived-mode' for AUCTeX major modes

2023-08-27 Thread Ikumi Keita
branch: feature/fix-mode-names-overlap commit 9c6f701a0c430f7208256185c1cd4889ff3bd777 Author: Ikumi Keita Commit: Ikumi Keita Use `define-derived-mode' for AUCTeX major modes * latex.el (LaTeX-mode-syntax-table): Use `make-syntax-table' to reduce overhead. (TeX-LaTeX-mode-m

master e4c48a5a: Improve tex-jp.el politeness

2023-08-27 Thread Ikumi Keita
branch: master commit e4c48a5a021254d6914a4c7aadbee93320b7f8fc Author: Ikumi Keita Commit: Ikumi Keita Improve tex-jp.el politeness * tex-jp.el (japanese-latex-mode-initialization): Override `LaTeX-default-style' only locally. (japanese-TeX-insert-punctuation): Don't overwri