Emacs: demo of my ’substitute’ package

16 янв. 2023 г. Substitute is a set of commands that perform text replacement (i) throughout the buffer, (ii) limited to the current definition (per `narrow-to-defun`), (iii) from point to the end of the buffer, and (iv) from point to the beginning of the buffer. These substitutions are meant to be as quick as possible and, as such, differ from the standard `query-replace` (which I still use). The provided commands prompt for substitute text and perform the substitution outright. Package name (GNU ELPA): `substitute` Git repo on SourceHut: ~protesilaos/substitute - Mirrors: GitHub: GitLab: Mailing list: ~protesilaos/general-issues Backronym: Some Utilities Built to Substitute Targets Independent of Their Utterances, Thoroughly and Easily.
Back to Top