emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex b4f95f9 07/26: Disable special filling of math c


From: Tassilo Horn
Subject: [elpa] externals/auctex b4f95f9 07/26: Disable special filling of math constructs
Date: Fri, 13 Nov 2015 17:00:33 +0000

branch: externals/auctex
commit b4f95f94feca695d1a2aeebb81290dd393a4327a
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>

    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.
---
 ChangeLog |    3 +++
 latex.el  |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

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



reply via email to

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