in reply to Use perl to drive emacs
function_to _execute should be the top level driver function in lisp_file. To execute this from perl, use system() or qx//.% emacs -batch -l lisp_file -f function_to_execute text_file_to_proce +ss
-Mark
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Use perl to drive emacs
by johnnywang (Priest) on Feb 21, 2005 at 05:09 UTC | |
by kvale (Monsignor) on Feb 21, 2005 at 06:11 UTC | |
|
Re^2: Use perl to drive emacs
by Aristotle (Chancellor) on Feb 21, 2005 at 05:25 UTC |