I am using Emacs (23.3.1) with Tramp to edit files on a remote SSH server. Right now these files are being auto-saved / auto-uploaded about once every minute. During each upload, anything I type does not show until after the upload is finished, and it's getting a bit distracting.

Is there any way to change the auto-save / auto-upload frequency for Emacs with Tramp? It can be a Tramp-specific or editor-wide setting — whatever works best.

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

See here: http://www.gnu.org/s/emacs/manual/html_node/emacs/Auto-Save-Control.html#Auto-Save-Control

Basically, you want to set auto-save-interval to the seconds you want between auto-saves.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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