Re: doc string of TeX-read-key-val and multi-prompt-key-value

2022-12-15 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > All right, then my propsal is the attached one. Thanks, LGTM. Best, Arash

master d43bfae3: Overhaul beamer.el

2022-12-15 Thread Ikumi Keita
branch: master commit d43bfae3fa7aa016120da7a36ed46b83133e5ba4 Author: Ikumi Keita Commit: Ikumi Keita Overhaul beamer.el * style/beamer.el (LaTeX-beamer-after-insert-env): Use `member' instead of `TeX-member'. Add comment. (TeX-arg-beamer-overlay-spec): Simplify by feat

Re: beamer.el update candidate

2022-12-15 Thread Ikumi Keita
> Ikumi Keita writes: > Arash Esbati writes: >> - `LaTeX-arg-beamer-theme', >> - `LaTeX-arg-beamer-outer-theme', >> - `LaTeX-arg-beamer-color-theme' and >> - `LaTeX-arg-beamer-font-theme'. >> WDYT? > Thanks, I'll follow your suggestion. I pushed the update of beamer.el (and beamerartic

master updated (d43bfae3 -> 3806176b)

2022-12-15 Thread Ikumi Keita
ikumi pushed a change to branch master. from d43bfae3 Overhaul beamer.el new 22fa6709 ; Fix doc strings new 3806176b Fix argument description in doc strings Summary of changes: latex.el| 14 -- multi-prompt.el | 10 +++--- style/acro.el | 9 +

master 3806176b 2/2: Fix argument description in doc strings

2022-12-15 Thread Ikumi Keita
branch: master commit 3806176ba2fa11cc990e49792f9db34532c85258 Author: Ikumi Keita Commit: Ikumi Keita Fix argument description in doc strings * latex.el (TeX-read-key-val): * multi-prompt.el (multi-prompt-key-value): Correct the format of KEY-VAL-ALIST and state that variab

master 22fa6709 1/2: ; Fix doc strings

2022-12-15 Thread Ikumi Keita
branch: master commit 22fa670915fb1fb6a08b60c7bb5acfb79684dd55 Author: Ikumi Keita Commit: Ikumi Keita ; Fix doc strings * tex.el (TeX-command-list): Quote Lisp symbols. (TeX-insert-braces): Fix a typo. * latex.el (LaTeX--completion-annotation-from-math-menu) (LaTeX-comp

Re: doc string of TeX-read-key-val and multi-prompt-key-value

2022-12-15 Thread Ikumi Keita
> Arash Esbati writes: > Ikumi Keita writes: >> All right, then my propsal is the attached one. > Thanks, LGTM. Thank you, pushed to the git repo. Bye, Ikumi Keita #StandWithUkraine #StopWarInUkraine

master 28866558: Use `symbol-value' instead of `eval'

2022-12-15 Thread Ikumi Keita
branch: master commit 288665587a4fcb6b7fc356e86a86ee9670186232 Author: Ikumi Keita Commit: Ikumi Keita Use `symbol-value' instead of `eval' * multi-prompt.el (multi-prompt-expand-completion-table): Use `symbol-value' explicitly instead of `eval' to obtain the value of variab