1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

(scribe-mode): Remove ^ from paragraph-start & paragraph-separate.

This commit is contained in:
Boris Goldowsky 1995-03-02 15:41:16 +00:00
parent 53e84345ac
commit 690bc320aa

View File

@ -130,14 +130,14 @@ scribe-electric-parenthesis
(make-local-variable 'comment-end)
(setq comment-end "]")
(make-local-variable 'paragraph-start)
(setq paragraph-start (concat "\\(^[\n\f]\\)\\|\\(^@\\w+["
(setq paragraph-start (concat "\\([\n\f]\\)\\|\\(@\\w+["
scribe-open-parentheses
"].*["
scribe-close-parentheses
"]$\\)"))
(make-local-variable 'paragraph-separate)
(setq paragraph-separate (if scribe-fancy-paragraphs
paragraph-start "^$"))
paragraph-start "$"))
(make-local-variable 'sentence-end)
(setq sentence-end "\\([.?!]\\|@:\\)[]\"')}]*\\($\\| $\\|\t\\| \\)[ \t\n]*")
(make-local-variable 'compile-command)