How can I turn off the prompt when I try to save the file in Emacs?

I mean every time I do C-xs, emacs always ask "Save file xxx?"

How can I disable this prompt?

link|improve this question

53% accept rate
feedback

1 Answer

up vote 10 down vote accepted

You're looking for the command C-x C-s (keep holding control when you hit the "s"). That doesn't prompt before save.

link|improve this answer
thanks!!!!!!!!! – portoalet Jun 7 '10 at 3:26
3  
@lydonchandra- C-x s (what you had been using) attempts to save all files and buffers while ivarley's recommendation is just for the current file/buffer. – Ray Vega Jun 16 '10 at 6:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.