mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Comments.
This commit is contained in:
parent
403993a8a6
commit
04e74403a1
2 changed files with 2 additions and 0 deletions
|
|
@ -730,6 +730,7 @@ Turning on Mail mode runs the normal hooks `text-mode-hook' and
|
|||
(set (make-local-variable 'comment-start-skip)
|
||||
(concat "^" (regexp-quote mail-yank-prefix) "[ \t]*")))
|
||||
(make-local-variable 'adaptive-fill-regexp)
|
||||
;; Also update the paragraph-separate entry if you change this.
|
||||
(setq adaptive-fill-regexp
|
||||
(concat "[ \t]*[-[:alnum:]]+>+[ \t]*\\|"
|
||||
adaptive-fill-regexp))
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@ reinserts the fill prefix in each resulting line."
|
|||
;; Added `!' for doxygen comments starting with `//!' or `/*!'.
|
||||
;; Added `%' for TeX comments.
|
||||
;; RMS: deleted the code to match `1.' and `(1)'.
|
||||
;; Update mail-mode's paragraph-separate if you change this.
|
||||
(purecopy "[ \t]*\\([-–!|#%;>*·•‣⁃◦]+[ \t]*\\)*")
|
||||
"Regexp to match text at start of line that constitutes indentation.
|
||||
If Adaptive Fill mode is enabled, a prefix matching this pattern
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue