1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00
emacs/test/lisp/textmodes
Roi Martin 24a699243e Add semantic linefeed support for paragraph filling
* lisp/textmodes/fill.el (fill-region-as-paragraph-semlf): Add function
to fill a region using semantic linefeeds as if it were a single
paragraph.
(fill-paragraph-semlf): Add function to fill paragraph using semantic
linefeeds.
* test/lisp/textmodes/fill-tests.el
(fill-test-fill-region-as-paragraph-semlf)
(fill-test-fill-paragraph-semlf)
(fill-test-fill-paragraph-semlf-fill-paragraph-function)
(fill-test-fill-paragraph-semlf-justify)
(fill-test-fill-paragraph-semlf-sentence-end-double-space)
(fill-test-fill-paragraph-semlf-fill-column)
(fill-test-fill-paragraph-semlf-punctuation-marks)
(fill-test-fill-paragraph-semlf-twice)
(fill-test-fill-paragraph-semlf-fill-prefix)
(fill-test-fill-paragraph-semlf-indented-block)
(fill-test-fill-paragraph-semlf-revert)
(fill-test-fill-paragraph-semlf-emacs-lisp-mode)
(fill-test-fill-paragraph-semlf-c-mode)
(fill-test-fill-paragraph-semlf-org-mode)
(fill-test-fill-paragraph-semlf-markdown-mode): Add tests.
* test/lisp/textmodes/fill-resources/semlf-c-mode.erts:
* test/lisp/textmodes/fill-resources/semlf-emacs-lisp-mode.erts:
* test/lisp/textmodes/fill-resources/semlf-fill-column.erts:
* test/lisp/textmodes/fill-resources/semlf-fill-paragraph-function.erts:
* test/lisp/textmodes/fill-resources/semlf-fill-prefix.erts:
* test/lisp/textmodes/fill-resources/semlf-fill-region-as-paragraph.erts:
* test/lisp/textmodes/fill-resources/semlf-indented-block.erts:
* test/lisp/textmodes/fill-resources/semlf-justify.erts:
* test/lisp/textmodes/fill-resources/semlf-markdown-mode.erts:
* test/lisp/textmodes/fill-resources/semlf-org-mode.erts:
* test/lisp/textmodes/fill-resources/semlf-punctuation-marks.erts:
* test/lisp/textmodes/fill-resources/semlf-revert.erts:
* test/lisp/textmodes/fill-resources/semlf-sentence-end-double-space.erts:
* test/lisp/textmodes/fill-resources/semlf-twice.erts:
* test/lisp/textmodes/fill-resources/semlf.erts: Add test data.  (Bug#78561)
2025-06-14 16:34:52 +03:00
..
css-mode-resources Recognize some more SCSS selectors 2022-05-15 16:42:56 +02:00
emacs-news-mode-resources Make 'emacs-news-cycle-tag' work at all levels 2023-02-21 15:25:36 +01:00
fill-resources Add semantic linefeed support for paragraph filling 2025-06-14 16:34:52 +03:00
paragraphs-resources
texinfo-resources Make paragraph/filling functions in texinfo-mode work better 2021-11-07 23:47:47 +01:00
bibtex-tests.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
conf-mode-tests.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
css-mode-tests.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
dns-mode-tests.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
emacs-news-mode-tests.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
fill-tests.el Add semantic linefeed support for paragraph filling 2025-06-14 16:34:52 +03:00
mhtml-mode-tests.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
page-tests.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
paragraphs-tests.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
po-tests.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
reftex-tests.el Add RefTeX support for non-file buffers 2025-04-04 14:37:33 -04:00
sgml-mode-tests.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
texinfo-tests.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
tildify-tests.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
underline-tests.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00