aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-11-03 12:58:50 -0600
committerCraig Jennings <c@cjennings.net>2025-11-03 12:58:50 -0600
commit3e84c7fc489c3f7e4af17fa8477e2807aa65deba (patch)
treeb0d5cffc65dc9afbdf53a1d18f12dabf7bd83361 /Makefile
parent2b661548ca7c7c3c824fb2a1ffe89d3a094725ce (diff)
downloaddotemacs-3e84c7fc489c3f7e4af17fa8477e2807aa65deba.tar.gz
dotemacs-3e84c7fc489c3f7e4af17fa8477e2807aa65deba.zip
feat: Add copy-to-top and copy-to-bottom buffer methods with tests
Add two new methods to copy buffer content regions: - cj/copy-to-bottom-of-buffer: copies from point to end of buffer - cj/copy-to-top-of-buffer: copies from beginning of buffer to point Reorganize copy operations under C-; b c submenu: - C-; b c w: copy whole buffer - C-; b c t: copy to top (beginning to point) - C-; b c b: copy to bottom (point to end) Other copy operations (buffer name, file path, file link) remain at C-; b base level for quick access. Add comprehensive ERT tests (22 tests total): - test-custom-buffer-file-copy-to-bottom-of-buffer.el (11 tests) - test-custom-buffer-file-copy-to-top-of-buffer.el (11 tests) - Tests cover normal, boundary, and error cases including unicode, narrowing, whitespace, and read-only buffers All tests pass.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions