Hi, is it possible to use a command line perl program to drive emacs? I guess this is different from writing emacs extensions using perl as in
. What I'd like is to programatically (using perl of course) to start emacs, and edit a document using lisp commands (like calling the list "insert" to insert a string). This is sort of like using Win32::OLE to create a Word or Excel document programatically. Thanks.