I am new to emacs, but shocked by what I really can do and how much time it saves (Macros save a lot of time). But I was wondering if it is possible to create scripts based on steps, where it asks the user for input and executes based on this code. For example, maybe I want to create an SQL query so that it calls something like:
>table name? myTable >type of query (select, insert, update, delete) select >fields to get name, id >Result query is "select (name, id) from myTable"
This is just an outline of an idea, but I was interested, because something like this would be useful to have. Someone mentioned AWK scripts, but I was not sure if it was the right tree to bark or not. I am on Windows, but I do not think it matters a lot.
I definitely appreciate any information about this, thanks
macros awk emacs editing
John baker
source share