Re: AUCTeX does not ask for width for \includegraphics macro anymore

2023-11-11 Thread Arash Esbati
Kourosh Kalayeh writes: > On Nov 10, 2023 Arash Esbati wrote: > >> Great, glad this issue is resolved. I wonder if we should introduce >> something similar to `TeX-arg-cite-note-p' for beamer which suppresses or >> allows the query for the overlay specs? I'm not a beamer user, so I >> can't

Preview with luatex, preamble caching, and tikz

2023-11-11 Thread Andreas Matthias
I am facing an issue with previewing which seems to be triggered if all of the following is true: 1) using luatex 2) preamble cache enabled 3) using tikz.sty Note that everything is fine if one of the above statements is false. This is how I can reproduce this issue: * emacs -Q *

Re: reftex does not support nameref

2023-11-11 Thread Arash Esbati
Hi Uwe, Uwe Brauer writes: > Although AuCTeX supports nameref, reftex does not. Then we should add support for it to RefTeX. > I presume adding some lines to the nameref.sty file of the sort > > (when (featurep 'reftex-vars) > > ;; Add a new reference style > (add-to-list

Re: reftex does not support nameref

2023-11-11 Thread Arash Esbati
Uwe Brauer writes: > Ok I can understand this argument, the only downside is: > > 1. I can download and compile AucTeX myself > > 2. But not reftex since it is a part of GNU emacs, and I don't want >to recompile emacs right now (for some compatibility reasons with >older

Re: reftex does not support nameref

2023-11-11 Thread Uwe Brauer
>>> "AE" == Arash Esbati writes: > Hi Uwe, > Uwe Brauer writes: >> Although AuCTeX supports nameref, reftex does not. > Then we should add support for it to RefTeX. >> I presume adding some lines to the nameref.sty file of the sort >> >> (when (featurep 'reftex-vars) >> >> ;; Add a new

master updated (2a959a1d -> a5599695)

2023-11-11 Thread Arash Esbati
esbati pushed a change to branch master. from 2a959a1d Fix regexp new 8ae405b9 Save regexp groups new a5599695 Save regexp groups Summary of changes: latex.el| 16 style/xparse.el | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-)

master 8ae405b9 1/2: Save regexp groups

2023-11-11 Thread Arash Esbati
branch: master commit 8ae405b9195d1c449949d930d0b2bf91458cbf48 Author: Arash Esbati Commit: Arash Esbati Save regexp groups * latex.el (LaTeX-auto-minimal-regexp-list) (LaTeX-auto-class-regexp-list): Use shy groups where possible. --- latex.el | 16 1 file

master a5599695 2/2: Save regexp groups

2023-11-11 Thread Arash Esbati
branch: master commit a5599695b0db2fedc895460d10a6cd136f082962 Author: Arash Esbati Commit: Arash Esbati Save regexp groups * style/xparse.el (LaTeX-xparse-macro-regexp) (LaTeX-xparse-environment-regexp): Use shy groups where possible. --- style/xparse.el | 4 ++-- 1 file