branch: externals/auctex commit b4f95f94feca695d1a2aeebb81290dd393a4327a Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
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 <t...@gnu.org> + * 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