I've done things like that often enough (putting parens around file contents or each line of an ascii file) that I wonder if it would be worth writing a macro that inserted the parens for you on the fly as you read the file before handing it off to the code you want to execute.
I know that was vague, but I just get the feeling I'm often doing something semi-manually in Emacs that my code should be doing for me.
Comments
I've done things like that often enough (putting parens around file contents or each line of an ascii file) that I wonder if it would be worth writing a macro that inserted the parens for you on the fly as you read the file before handing it off to the code you want to execute.
I know that was vague, but I just get the feeling I'm often doing something semi-manually in Emacs that my code should be doing for me.