auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. eb4e331bd618d6721df79


From: Ikumi Keita
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. eb4e331bd618d6721df79c84a85ad1020b6a28d3
Date: Thu, 31 Mar 2022 11:36:15 -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  eb4e331bd618d6721df79c84a85ad1020b6a28d3 (commit)
      from  180cc28dfa5c1f0ee378f374428fe4b1ce68b850 (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 eb4e331bd618d6721df79c84a85ad1020b6a28d3
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Fri Apr 1 00:14:51 2022 +0900

    Add news for new indent feature
    
    * doc/changes.texi: Add news for new indent feature.
    * doc/auctex.texi (Indenting): Add minor note.

diff --git a/doc/auctex.texi b/doc/auctex.texi
index ed846cd3..ca23668d 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi
@@ -1764,6 +1764,10 @@ workarounds are available:
 \end@{equation@}
 @end example
 
+You can include parens @samp{()} also in @code{TeX-indent-open-delimiters}
+and @code{TeX-indent-close-delimiters} to enable indent inside them.  Be
+prepared for similar side effects when you do.
+
 Note that commented curly braces @code{@{} and @code{@}} aren't counted
 when @AUCTeX{} computes indentation.
 
diff --git a/doc/changes.texi b/doc/changes.texi
index f59bfef2..12acd0c2 100644
--- a/doc/changes.texi
+++ b/doc/changes.texi
@@ -38,6 +38,14 @@ Indenting of conditionals is improved.  Code inside 
constructs like
 files is also introduced which can add their macros to the indentation
 engine.  Check the file @file{algpseudocode.el} for an example.
 
+@item
+You can optionally enable indent inside square brackets @samp{[]} by new
+user options @code{TeX-indent-open-delimiters} and
+@code{TeX-indent-close-delimiters}.
+@ifclear rawfile
+@xref{Indenting}.
+@end ifclear
+
 @item
 Now @file{tex-buf.el} is merged into @file{tex.el} and no longer exists.
 If your personal code has @code{(require 'tex-buf)}, one of the following

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

Summary of changes:
 doc/auctex.texi  | 4 ++++
 doc/changes.texi | 8 ++++++++
 2 files changed, 12 insertions(+)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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