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. 464fd346b9834ed1481c


From: Ikumi Keita
Subject: [AUCTeX-commit] GNU AUCTeX branch, master, updated. 464fd346b9834ed1481c3c2ffa81963714fc530f
Date: Sun, 26 Sep 2021 05:04:25 -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  464fd346b9834ed1481c3c2ffa81963714fc530f (commit)
       via  4e156561ba1fbb5275661fd1fd6c7e48d0fb2ec4 (commit)
       via  b379da77ad5caee4e45d4ed6b43398c11437baa8 (commit)
      from  3684fdeb688347e1656cd922d2a658bff704016f (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 464fd346b9834ed1481c3c2ffa81963714fc530f
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Fri Sep 24 02:56:15 2021 +0900

    * tests/latex/latex-test.el (LaTeX-flush-left-indent): New test.

commit 4e156561ba1fbb5275661fd1fd6c7e48d0fb2ec4
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Thu Sep 23 05:22:39 2021 +0900

    Cleanup indentation of verbatim environments
    
    * latex.el (LaTeX-begin-regexp): Delete because this variable isn't
    used anywhere.
    (LaTeX-indent-calculate-last): Remove redundant regexp grouping.

commit b379da77ad5caee4e45d4ed6b43398c11437baa8
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Thu Sep 23 05:14:44 2021 +0900

    Don't indent begin/end of comment env
    
    Begin/end line of comment environment must be flush left, just like
    verbatim environments.  However, comment environment shouldn't be
    included in `LaTeX-verbatim-environments' because
    1. filling shouldn't be disabled inside comment environment
    2. contents inside comment environment should be fontified as comment
    
    * latex.el (LaTeX-verbatim-regexp): Attach a new optional argument
    COMMENT to allow inclusion of comment environments.
    (LaTeX-indent-calculate): Indent begin/end line of comment environment
    at column 0.
    Remove redundant regexp grouping.
    (LaTeX-indent-calculate-last): Calculate indent after comment
    environment correctly.
    Remove redundant regexp grouping.

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

Summary of changes:
 latex.el                  | 41 ++++++++++++++++++-------------------
 tests/latex/latex-test.el | 52 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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