I would like emacs to mark files that are generated as read-only when they\'re opened. The part of the puzzle that I\'m missing is how to check if a file \"exists\". I current
try file-exists-p
file-exists-p
"Return t if file filename exists (whether or not you can read it.)"