Mercurial > emacs
changeset 10898:ebe3c755c5d9
(tex-common-initialization, latex-mode, slitex-mode): Remove ^ from
paragraph-start & paragraph-separate.
author | Boris Goldowsky <boris@gnu.org> |
---|---|
date | Thu, 02 Mar 1995 15:52:37 +0000 |
parents | 09e80215057c |
children | 03f7e4952d42 |
files | lisp/textmodes/tex-mode.el |
diffstat | 1 files changed, 38 insertions(+), 38 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/tex-mode.el Thu Mar 02 15:48:20 1995 +0000 +++ b/lisp/textmodes/tex-mode.el Thu Mar 02 15:52:37 1995 +0000 @@ -383,24 +383,24 @@ ;; A line containing just $$ is treated as a paragraph separator. ;; A line starting with $$ starts a paragraph, ;; but does not separate paragraphs if it has more stuff on it. - (setq paragraph-start "^[ \t]*$\\|^[\f%]\\|^[ \t]*\\$\\$\\|\ -^\\\\begin\\>\\|^\\\\label\\>\\|^\\\\end\\>\\|^\\\\\\[\\|^\\\\\\]\\|\ -^\\\\chapter\\>\\|^\\\\section\\>\\|\ -^\\\\subsection\\>\\|^\\\\subsubsection\\>\\|\ -^\\\\paragraph\\>\\|^\\\\subparagraph\\>\\|\ -^\\\\item\\>\\|^\\\\bibitem\\>\\|^\\\\newline\\>\\|^\\\\noindent\\>\\|\ -^\\\\[a-z]*space\\>\\|^\\\\[a-z]*skip\\>\\|\ -^\\\\newpage\\>\\|^\\\\[a-z]*page\\|^\\\\footnote\\>\\|\ -^\\\\marginpar\\>\\|^\\\\parbox\\>\\|^\\\\caption\\>") - (setq paragraph-separate "^[ \t]*$\\|^[\f%]\\|^[ \t]*\\$\\$[ \t]*$\\|\ -^\\\\begin\\>\\|^\\\\label\\>\\|^\\\\end\\>\\|^\\\\\\[\\|^\\\\\\]\\|\ -^\\\\chapter\\>\\|^\\\\section\\>\\|\ -^\\\\subsection\\>\\|^\\\\subsubsection\\>\\|\ -^\\\\paragraph\\>\\|^\\\\subparagraph\\>\\|\ -\\(^\\\\item\\|^\\\\bibitem\\|^\\\\newline\\|^\\\\noindent\\|\ -^\\\\[a-z]*space\\|^\\\\[a-z]*skip\\|\ -^\\\\newpage\\|^\\\\[a-z]*page[a-z]*\\|^\\\\footnote\\|\ -^\\\\marginpar\\|^\\\\parbox\\|^\\\\caption\\)[ \t]*\\($\\|%\\)") + (setq paragraph-start "[ \t]*$\\|[\f%]\\|[ \t]*\\$\\$\\|\ +\\\\begin\\>\\|\\\\label\\>\\|\\\\end\\>\\|\\\\\\[\\|\\\\\\]\\|\ +\\\\chapter\\>\\|\\\\section\\>\\|\ +\\\\subsection\\>\\|\\\\subsubsection\\>\\|\ +\\\\paragraph\\>\\|\\\\subparagraph\\>\\|\ +\\\\item\\>\\|\\\\bibitem\\>\\|\\\\newline\\>\\|\\\\noindent\\>\\|\ +\\\\[a-z]*space\\>\\|\\\\[a-z]*skip\\>\\|\ +\\\\newpage\\>\\|\\\\[a-z]*page\\|\\\\footnote\\>\\|\ +\\\\marginpar\\>\\|\\\\parbox\\>\\|\\\\caption\\>") + (setq paragraph-separate "[ \t]*$\\|[\f%]\\|[ \t]*\\$\\$[ \t]*$\\|\ +\\\\begin\\>\\|\\\\label\\>\\|\\\\end\\>\\|\\\\\\[\\|\\\\\\]\\|\ +\\\\chapter\\>\\|\\\\section\\>\\|\ +\\\\subsection\\>\\|\\\\subsubsection\\>\\|\ +\\\\paragraph\\>\\|\\\\subparagraph\\>\\|\ +\\(\\\\item\\|\\\\bibitem\\|\\\\newline\\|\\\\noindent\\|\ +\\\\[a-z]*space\\|\\\\[a-z]*skip\\|\ +\\\\newpage\\|\\\\[a-z]*page[a-z]*\\|\\\\footnote\\|\ +\\\\marginpar\\|\\\\parbox\\|\\\\caption\\)[ \t]*\\($\\|%\\)") (run-hooks 'text-mode-hook 'tex-mode-hook 'latex-mode-hook)) ;;;###autoload @@ -456,24 +456,24 @@ ;; A line containing just $$ is treated as a paragraph separator. ;; A line starting with $$ starts a paragraph, ;; but does not separate paragraphs if it has more stuff on it. - (setq paragraph-start "^[ \t]*$\\|^[\f%]\\|^[ \t]*\\$\\$\\|\ -^\\\\begin\\>\\|^\\\\label\\>\\|^\\\\end\\>\\|^\\\\\\[\\|^\\\\\\]\\|\ -^\\\\chapter\\>\\|^\\\\section\\>\\|\ -^\\\\subsection\\>\\|^\\\\subsubsection\\>\\|\ -^\\\\paragraph\\>\\|^\\\\subparagraph\\>\\|\ -^\\\\item\\>\\|^\\\\bibitem\\>\\|^\\\\newline\\>\\|^\\\\noindent\\>\\|\ -^\\\\[a-z]*space\\>\\|^\\\\[a-z]*skip\\>\\|\ -^\\\\newpage\\>\\|^\\\\[a-z]*page\\|^\\\\footnote\\>\\|\ -^\\\\marginpar\\>\\|^\\\\parbox\\>\\|^\\\\caption\\>") - (setq paragraph-separate "^[ \t]*$\\|^[\f%]\\|^[ \t]*\\$\\$[ \t]*$\\|\ -^\\\\begin\\>\\|^\\\\label\\>\\|^\\\\end\\>\\|^\\\\\\[\\|^\\\\\\]\\|\ -^\\\\chapter\\>\\|^\\\\section\\>\\|\ -^\\\\subsection\\>\\|^\\\\subsubsection\\>\\|\ -^\\\\paragraph\\>\\|^\\\\subparagraph\\>\\|\ -^\\\\item[ \t]*$\\|^\\\\bibitem[ \t]*$\\|^\\\\newline[ \t]*$\\|^\\\\noindent[ \t]*$\\|\ -^\\\\[a-z]*space[ \t]*$\\|^\\\\[a-z]*skip[ \t]*$\\|\ -^\\\\newpage[ \t]*$\\|^\\\\[a-z]*page[a-z]*[ \t]*$\\|^\\\\footnote[ \t]*$\\|\ -^\\\\marginpar[ \t]*$\\|^\\\\parbox[ \t]*$\\|^\\\\caption[ \t]*$") + (setq paragraph-start "[ \t]*$\\|[\f%]\\|[ \t]*\\$\\$\\|\ +\\\\begin\\>\\|\\\\label\\>\\|\\\\end\\>\\|\\\\\\[\\|\\\\\\]\\|\ +\\\\chapter\\>\\|\\\\section\\>\\|\ +\\\\subsection\\>\\|\\\\subsubsection\\>\\|\ +\\\\paragraph\\>\\|\\\\subparagraph\\>\\|\ +\\\\item\\>\\|\\\\bibitem\\>\\|\\\\newline\\>\\|\\\\noindent\\>\\|\ +\\\\[a-z]*space\\>\\|\\\\[a-z]*skip\\>\\|\ +\\\\newpage\\>\\|\\\\[a-z]*page\\|\\\\footnote\\>\\|\ +\\\\marginpar\\>\\|\\\\parbox\\>\\|\\\\caption\\>") + (setq paragraph-separate "[ \t]*$\\|[\f%]\\|[ \t]*\\$\\$[ \t]*$\\|\ +\\\\begin\\>\\|\\\\label\\>\\|\\\\end\\>\\|\\\\\\[\\|\\\\\\]\\|\ +\\\\chapter\\>\\|\\\\section\\>\\|\ +\\\\subsection\\>\\|\\\\subsubsection\\>\\|\ +\\\\paragraph\\>\\|\\\\subparagraph\\>\\|\ +\\\\item[ \t]*$\\|\\\\bibitem[ \t]*$\\|\\\\newline[ \t]*$\\|\\\\noindent[ \t]*$\\|\ +\\\\[a-z]*space[ \t]*$\\|\\\\[a-z]*skip[ \t]*$\\|\ +\\\\newpage[ \t]*$\\|\\\\[a-z]*page[a-z]*[ \t]*$\\|\\\\footnote[ \t]*$\\|\ +\\\\marginpar[ \t]*$\\|\\\\parbox[ \t]*$\\|\\\\caption[ \t]*$") (run-hooks 'text-mode-hook 'tex-mode-hook 'latex-mode-hook 'slitex-mode-hook)) @@ -504,11 +504,11 @@ (set-syntax-table tex-mode-syntax-table)) (make-local-variable 'paragraph-start) ;; A line containing just $$ is treated as a paragraph separator. - (setq paragraph-start "^[ \t]*$\\|^[\f\\\\%]\\|^[ \t]*\\$\\$") + (setq paragraph-start "[ \t]*$\\|[\f\\\\%]\\|[ \t]*\\$\\$") (make-local-variable 'paragraph-separate) ;; A line starting with $$ starts a paragraph, ;; but does not separate paragraphs if it has more stuff on it. - (setq paragraph-separate "^[ \t]*$\\|^[\f\\\\%]\\|^[ \t]*\\$\\$[ \t]*$") + (setq paragraph-separate "[ \t]*$\\|[\f\\\\%]\\|[ \t]*\\$\\$[ \t]*$") (make-local-variable 'comment-start) (setq comment-start "%") (make-local-variable 'comment-start-skip)