Skip to content

Releases: purcell/whole-line-or-region

Rewritten to use modern Emacs internals

11 Sep 23:48
4189d03
Compare
Choose a tag to compare
  • Allows rectangle-mark-mode to work as expected
  • Uses yank-handler, so no need to replace the yank command
  • Improved preservation of point, generally to improve correctness
  • Default override for comment-dwim is changed, and now uses prefix to denote the number of lines to comment/uncomment, rather than comment level
  • Correctly handles cycling of yanks with yank-pop
  • Removed the obsolete whole-line-or-region-mode alias: use either the -local-mode or the -global-mode now.
  • Removed the old-fashioned "turn-on" function
  • Greatly improved tests

Enormous thanks to @gusbrs for help with this!

1.3.1

26 Nov 19:55
Compare
Choose a tag to compare
Tweak comments for submission to ELPA, listing myself as maintainer (…