auctex-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-commit] GNU AUCTeX branch, master, updated. cb505df53abd79fc5ac2


From: Tassilo Horn
Subject: [AUCTeX-commit] GNU AUCTeX branch, master, updated. cb505df53abd79fc5ac25c083b5217db436297ed
Date: Sun, 17 May 2020 03:38:17 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  cb505df53abd79fc5ac25c083b5217db436297ed (commit)
      from  edc7e0ecc050803618e65d99b10957bb1ad383b3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cb505df53abd79fc5ac25c083b5217db436297ed
Author: Tassilo Horn <address@hidden>
Date:   Tue May 12 12:37:28 2020 +0200

    Modernize font-latex.el
    
    - Use a syntax-propertize-function.
    - Use normal font-lock-extend-region-functions.
    - Add a function to syntax-propertize-extend-region-functions.
    - Use lexical-binding.
    
    * font-latex.el: Use lexical-binding.
    (font-latex-syntax-alist): Delete defvar.  Now set via `font-lock-defaults'.
    (font-latex-syntax-propertize-function): New defun being set as
    `syntax-propertize-function'.
    (font-latex-extend-region-backwards-command-with-args,
    font-latex-extend-region-backwards-command-in-braces,
    font-latex-extend-region-backwards-math-env,
    font-latex-extend-region-backwards-math-envII,
    font-latex-extend-region-backwards-quotation): Convert to normal
    `font-lock-extend-region-functions'.
    (font-latex-sp-extend-region-backwards-verb-env): New defun used in
    `syntax-propertize-extend-region-functions'.
    (font-latex-setup): Set `font-lock-extend-region-functions',
    `syntax-propertize-extend-region-functions', and 
`syntax-propertize-function'
    via `font-lock-defaults'.
    (font-latex-jit-lock-force-redisplay, font-latex-fontify-region): Delete
    defuns.
    (font-latex-unfontify-region): Remove unused lexical variable.
    (font-latex-script-char): Mark argument as ignored to silence the
    byte-compiler.

-----------------------------------------------------------------------

Summary of changes:
 font-latex.el | 346 +++++++++++++++++++++++++++-------------------------------
 1 file changed, 159 insertions(+), 187 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

[Prev in Thread] Current Thread [Next in Thread]