GNU bug report logs -
#71467
Value of `LaTeX-math-menu-unicode' on macOS
Previous Next
Reported by: Arash Esbati <arash <at> gnu.org>
Date: Mon, 10 Jun 2024 10:26:02 UTC
Severity: normal
Done: Arash Esbati <arash <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 71467 <at> debbugs.gnu.org (full text, mbox):
>>>>> Arash Esbati <arash <at> gnu.org> 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 and CHARACTER, see `LaTeX-math-list' for details.")
> (defcustom LaTeX-math-menu-unicode
> - (or (string-match "\\<GTK\\>" (emacs-version))
> - (eq window-system 'w32))
> + (if (or (string-match "\\<GTK\\>" (emacs-version))
> + (memq system-type '(darwin windows-nt)))
> + t
> + nil)
> "Whether the LaTeX menu should try using Unicode for effect."
> :type 'boolean
> :group 'LaTeX-math)
> Or is there another reliable way to check for GTK? As an upside, the
> math menu looks like this in terminal:
Looks good 😘
Bye,
Ikumi Keita
#StandWithUkraine #StopWarInUkraine
#Gaza #StopMassiveKilling #CeasefireNOW
This bug report was last modified 343 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.