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. b4f95f94feca695d1a2ae


From: Tassilo Horn
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. b4f95f94feca695d1a2aeebb81290dd393a4327a
Date: Wed, 28 Oct 2015 08:00:07 +0000

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  b4f95f94feca695d1a2aeebb81290dd393a4327a (commit)
      from  fb09c26aa539c1a3a48ccf78098ed536f48c4870 (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 b4f95f94feca695d1a2aeebb81290dd393a4327a
Author: Tassilo Horn <address@hidden>
Date:   Wed Oct 28 08:59:18 2015 +0100

    Disable special filling of math constructs
    
    * latex.el (LaTeX-fill-break-at-separators): Default to nil
    because many users don't like that special filling.

diff --git a/ChangeLog b/ChangeLog
index e73fc68..ca1d4e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-10-28  Tassilo Horn  <address@hidden>
 
+       * latex.el (LaTeX-fill-break-at-separators): Default to nil
+       because many users don't like that special filling.
+
        * tex-info.el (Texinfo-make-node-list): Warn about duplicate
        nodes.  Return nodes in order instead of reversed.
 
diff --git a/latex.el b/latex.el
index ade8c6c..72d8f85 100644
--- a/latex.el
+++ b/latex.el
@@ -3357,7 +3357,7 @@ recognized."
 
 ;;; Filling
 
-(defcustom LaTeX-fill-break-at-separators '(\\\( \\\) \\\[ \\\])
+(defcustom LaTeX-fill-break-at-separators nil
   "List of separators before or after which respectively a line
 break will be inserted if they do not fit into one line."
   :group 'LaTeX

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

Summary of changes:
 ChangeLog |    3 +++
 latex.el  |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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