mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(scribe-mode): Remove ^ from paragraph-start & paragraph-separate.
This commit is contained in:
parent
53e84345ac
commit
690bc320aa
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue