https://github.com/vaeth/mv_emacs
mv_emacs - Packages for (X)Emacs: block support, macrorecorder, verify changes
https://github.com/vaeth/mv_emacs
block emacs macro-recorder region verify-changes
Last synced: 12 months ago
JSON representation
mv_emacs - Packages for (X)Emacs: block support, macrorecorder, verify changes
- Host: GitHub
- URL: https://github.com/vaeth/mv_emacs
- Owner: vaeth
- Created: 2012-03-01T21:53:52.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2021-06-13T11:09:35.000Z (almost 5 years ago)
- Last Synced: 2025-06-17T06:03:25.417Z (12 months ago)
- Topics: block, emacs, macro-recorder, region, verify-changes
- Language: Emacs Lisp
- Homepage: http://www.mathematik.uni-wuerzburg.de/~vaeth/download/index.html#mv_emacs
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mv_emacs
Packages for (X)Emacs: block support, macrorecorder, verify changes
(C) Martin Väth (martin at mvath.de).
The license of this package is the GNU Public License GPL-2.
SPDX-License-Identifier: GPL-2.0-only
The packages should run with all non-ancient versions of Emacs or XEmacs.
For Gentoo, there is an ebuild in the mv overlay (available by layman).
### `block.el` (revision 1.6)
The standard Emacs treatment of the region is rather different from that
of many of the classical text editors. In many other editors, a "block"
can be marked explicitly which exists independent of the current cursor
position and independent of the buffer. This package is an attempt
to emulate this behaviour by providing such a block and making it act
as if it were the region.
### `kbdmacro.el` (revision 0.3):
This package provides an intuitive way to to define keyboard macros
(during runtime) and bind them to keys. The old meaning of the keys
is remembered and can be restored. It is also possible to save all
recorded macros into a file.
### `verify.el` (revision 0.2):
This package provides the single command `verify` which allows to
verify conveniently whether and where the buffer was actually
changed since its last "save".