[GNU ELPA] Cm-Mode version 1.10
ELPA update <[email protected]> Mon, 18 May 2026 17:42:39 -0400
| Newsgroups | gmane.emacs.sources |
|---|---|
| Message-ID | <[email protected]> |
Version 1.10 of package Cm-Mode has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.
Cm-Mode describes itself as:
===========================
Minor mode for CriticMarkup
===========================
More at https://elpa.gnu.org/packages/cm-mode.html
## Summary:
# CriticMarkup for Emacs #
`cm-mode` is a minor mode that provides support for [CriticMarkup](http://criticmarkup.com/) in Emacs.
CriticMarkup is a way for authors and editors to track changes to documents in plain text. It defines the following tags for marking changes:
- Addition {++ ++}
- Deletion {-- --}
- Substitution {~~ ~> ~~}
- Comment {>> <<}
- Highlight {== ==}{>> <<}
Activating `cm-mode` provides key bindings to insert these markup tags and thus mark one's changes to the text. The provided key bindings are:
- `C-c * a`: add text
- `C-c * d`: delete text
- `C-c * s`: substitute text
- `C-c * c`: insert a comment (possibly with highlight)
## Recent NEWS:
[Not provided 🙁]