main-branch: Values of `TeX-lisp-directory' and `TeX-data-directory'

2024-06-20 Thread Arash Esbati
Hi Tassilo, I installed AUCTeX from ELPA and see the following: ,[ C-h v TeX-lisp-directory RET ] | TeX-lisp-directory is a variable defined in ‘tex-site.el’. | | Its value is "/path/to/.emacs.d/elpa/auctex-14.0.5/" ` and we have this in tex-site.el (add-to-list 'load-path TeX-lisp-

Deleting some obsolete variables

2024-06-20 Thread Arash Esbati
Hi Keita, with commit d7e6fa0d41, you added some comments about the variables below: --8<---cut here---start->8--- ;; The following variables are no longer used, but kept in case some ;; foreign code uses any of them. (defvar TeX-symbol-marker nil) (defvar TeX-

Deleting `TeX-Omega-mode'

2024-06-20 Thread Arash Esbati
Hi all, in tex.el, we have: --8<---cut here---start->8--- (define-minor-mode TeX-Omega-mode "Minor mode for using the Omega engine." :init-value nil :lighter nil :keymap nil :group 'TeX-command (TeX-engine-set (if TeX-Omega-mode 'omega 'default))) (defa

Re: Deleting some obsolete variables

2024-06-20 Thread Ikumi Keita
Hi Arash, > Arash Esbati writes: > Hi Keita, > with commit d7e6fa0d41, you added some comments about the variables > below: > ;; The following variables are no longer used, but kept in case some > ;; foreign code uses any of them. > (defvar TeX-symbol-marker nil) > (defvar TeX-symbol-marker-p

Re: Deleting some obsolete variables

2024-06-20 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > Yes, I think we can. If I don't see objections, I'll delete the block in > a few days. Great, thanks. While we're at it: Do we still need the 'feature/fix-mode-names-overlap' branch or can you delete that as well? Best, Arash

Re: main-branch: Values of `TeX-lisp-directory' and `TeX-data-directory'

2024-06-20 Thread Tassilo Horn
Arash Esbati writes: > --8<---cut here---start->8--- > diff --git a/GNUmakefile b/GNUmakefile > index 73bdeace..617daea1 100644 > --- a/GNUmakefile > +++ b/GNUmakefile > @@ -106,8 +106,8 @@ LASTVERSION:=$(shell grep "^;; Version:" auctex.el \ > AUCTEXVERSION:=

main dee7d873: Remove final slash from directory added to `load-path'

2024-06-20 Thread Arash Esbati
branch: main commit dee7d873ba5ef38961d531cc32f50526f7c59d1d Author: Arash Esbati Commit: Arash Esbati Remove final slash from directory added to `load-path' * GNUmakefile (tex-site.el): Use `directory-file-name' in order to avoid a final slash in the values of `TeX-lisp-directo

Re: main-branch: Values of `TeX-lisp-directory' and `TeX-data-directory'

2024-06-20 Thread Arash Esbati
Tassilo Horn writes: > Looks good. Thanks, I installed that change. > .elpaignore can be ignored. I'd keep .dir-locals.el in case someone > wants to create a patch by modifying the installed el files. Sounds reasonable. Can you cater for .elpaignore? TIA. Best, Arash

Re: Deleting some obsolete variables

2024-06-20 Thread Ikumi Keita
Hi Arash, > Arash Esbati writes: >> Yes, I think we can. If I don't see objections, I'll delete the block in >> a few days. > Great, thanks. While we're at it: Do we still need the > 'feature/fix-mode-names-overlap' branch or can you delete that as well? Ah, OK. I'll delete that, too. Bye

Re: Deleting some obsolete variables

2024-06-20 Thread Arash Esbati
Ikumi Keita writes: > Ah, OK. I'll delete that, too. 🙏

master f606c46c: ; Improve style/contract.el

2024-06-20 Thread Arash Esbati
branch: master commit f606c46ccb78b04591bf86cf489bbb55a9af74a7 Author: Arash Esbati Commit: Arash Esbati ; Improve style/contract.el * style/contract.el ("contract"): Fix support for \DeclareNewJuraEnvironment macro. --- style/contract.el | 8 +--- 1 file changed, 5 inserti

master c571713a: Add some font commands to default prauctex.cfg (bug#71690)

2024-06-20 Thread Ikumi Keita
branch: master commit c571713a1f0013f8fb10e1e458eeadf4b8fbc797 Author: Ikumi Keita Commit: Ikumi Keita Add some font commands to default prauctex.cfg (bug#71690) * latex/preview.dtx (subsection{The \texttt{auctex} option}): Add \textbf, \textnormal, \textulc, \textmd, \textup an

main 6e43249f: Don't add .elpaignore file to elpa package

2024-06-20 Thread Tassilo Horn
branch: main commit 6e43249fa99e3e42fa5a64d255dd2f84deaf28b1 Author: Tassilo Horn Commit: Tassilo Horn Don't add .elpaignore file to elpa package --- .elpaignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.elpaignore b/.elpaignore index f941630e..4ea4ce37 100644 --- a/.elpaignore +

Re: Deleting `TeX-Omega-mode'

2024-06-20 Thread Ikumi Keita
Hi Arash, > Arash Esbati writes: > in tex.el, we have: > (define-minor-mode TeX-Omega-mode > "Minor mode for using the Omega engine." > :init-value nil :lighter nil :keymap nil > :group 'TeX-command > (TeX-engine-set (if TeX-Omega-mode 'omega 'default))) > (defalias 'tex-omega-mode #'