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

2024-06-11 Thread Arash Esbati
Ikumi Keita writes: > Looks good 😘 Thanks, installed, and closing. Best, Arash ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

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 a

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" afterwards

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 CHARAC