Ikumi Keita <ik...@ikumi.que.jp> writes:

>>>>>> Arash Esbati <ar...@gnu.org> writes:
>> While we're at it: I think I found some unnecessary parentheses in the
>> option management of geometry.el and graphicx.el which I removed[1].
>> Please feel free to revert the patch if I'm missing something.
>
> Oh, sorry for overlooking this!  Thank you very much.

Hi Keita,

sure, you're welcome.  I stumbled over it as I was looking at the
compiler warnings after rebuilding AUCTeX.  From the ones issued by the
style files, I think 90% can be avoided by adding these lines to the
relevant styles:

    (declare-function font-latex-add-keywords
                      "font-latex"
                      (keywords class))

Another 5% by these lines:

    (defvar font-latex-syntactic-keywords-extra)
    (declare-function font-latex-update-font-lock
                      "font-latex"
                      (&optional syntactic-kws))

WDYT, is it worth the effort?  (No, I'm not asking you to do it ;-)

Best, Arash

_______________________________________________
auctex mailing list
auctex@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex

Reply via email to