bug#71467: Value of `LaTeX-math-menu-unicode' on macOS

2024-06-11 Thread Ikumi Keita
> Arash Esbati writes: > Thanks for your response. Then the patch would look like this: > diff --git a/latex.el b/latex.el > index da202219..1fa7cc2f 100644 > --- a/latex.el > +++ b/latex.el > @@ -6426,8 +6426,10 @@ Each entry should be a list with upto four elements, > KEY, VALUE, > MENU

bug#71467: Value of `LaTeX-math-menu-unicode' on macOS

2024-06-11 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > Maybe we should use `system-type' instead of `window-system', because > `window-system' is terminal-local variable. Users can launch an emacs > session with -nw option, do `server-start' and attach a graphical frame > to that session by "emacsclient -c"

bug#71436: Fwd: preview in LuaTeX with RTL as main language does not work

2024-06-11 Thread Udicoudco
Hello Ikumi Keita, Thank you for the reply. On Tue, Jun 11, 2024 at 8:45 AM Ikumi Keita wrote: > > Udicoudco writes: > > On Sat, Jun 8, 2024 at 1:20 PM Udicoudco wrote: > >> In LuaTeX, when \pagedirection is right to left then \pagerightoffset is > >> used instead of \hoffset to position

bug#71467: Value of `LaTeX-math-menu-unicode' on macOS

2024-06-11 Thread Ikumi Keita
Hi Arash, > Arash Esbati writes: > So I'd like to install the following change: > diff --git a/latex.el b/latex.el > index da202219..cfd7ee5c 100644 > --- a/latex.el > +++ b/latex.el > @@ -6426,8 +6426,7 @@ Each entry should be a list with upto four elements, > KEY, VALUE, > MENU and

bug#71436: Fwd: preview in LuaTeX with RTL as main language does not work

2024-06-11 Thread Ikumi Keita
Hi Udicoudco, > Udicoudco writes: > On Sat, Jun 8, 2024 at 1:20 PM Udicoudco wrote: >> In LuaTeX, when \pagedirection is right to left then \pagerightoffset is >> used instead of \hoffset to position the page. I attached a patch and an >> example >> that demonstrates the problem. >> >> >