Emacs Lisp: Writing Elisp Script

By Xah Lee. Date: . Last updated: .

This page shows common programing solutions of emacs lisp for batch text processing. Typically the type of tasks one would do in unix shell tools or Python, Ruby . For example, find replace on a list of given files or dir, process (small sized) log files, compile a bunch of files, generating a report.

( Thanks to Rubén Berenguel for a correction.) ( thx to Phil Hudson for a tip.)

2018-09-10 All content have been moved to.

Practical Emacs Lisp