diff options
| author | Glenn Morris | 2002-04-20 22:56:08 +0000 |
|---|---|---|
| committer | Glenn Morris | 2002-04-20 22:56:08 +0000 |
| commit | 5a2ce5f5999186a315fb28976b167e7fe99c35e5 (patch) | |
| tree | dfaf5ee8dba5e070bd41262f0d611c721e63be91 | |
| parent | 5ecad17d8f5999b0e2635186dba2ab25d4d40866 (diff) | |
| download | emacs-5a2ce5f5999186a315fb28976b167e7fe99c35e5.tar.gz emacs-5a2ce5f5999186a315fb28976b167e7fe99c35e5.zip | |
(Auto Save Files): Mention auto-save-file-name-transforms.
(Remote Files): Mention auto-save-file-name-transforms.
| -rw-r--r-- | man/files.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/files.texi b/man/files.texi index 85aa534b585..49333c9b36f 100644 --- a/man/files.texi +++ b/man/files.texi | |||
| @@ -944,6 +944,14 @@ something different (the functions @code{make-auto-save-file-name} and | |||
| 944 | @code{auto-save-file-name-p}). The file name to be used for auto-saving | 944 | @code{auto-save-file-name-p}). The file name to be used for auto-saving |
| 945 | in a buffer is calculated when auto-saving is turned on in that buffer. | 945 | in a buffer is calculated when auto-saving is turned on in that buffer. |
| 946 | 946 | ||
| 947 | @cindex auto-save for remote files | ||
| 948 | @vindex auto-save-file-name-transforms | ||
| 949 | The variable @code{auto-save-file-name-transforms} allows a | ||
| 950 | degree of control over the auto-save file name. The default value is | ||
| 951 | set up to put the auto-save files for remote files | ||
| 952 | (@pxref{Remote Files}) into the temporary file directory on the local | ||
| 953 | machine. | ||
| 954 | |||
| 947 | When you delete a substantial part of the text in a large buffer, auto | 955 | When you delete a substantial part of the text in a large buffer, auto |
| 948 | save turns off temporarily in that buffer. This is because if you | 956 | save turns off temporarily in that buffer. This is because if you |
| 949 | deleted the text unintentionally, you might find the auto-save file more | 957 | deleted the text unintentionally, you might find the auto-save file more |
| @@ -2975,6 +2983,10 @@ you to access servers running on a non-default TCP port. | |||
| 2975 | If you want to disable backups for remote files, set the variable | 2983 | If you want to disable backups for remote files, set the variable |
| 2976 | @code{ange-ftp-make-backup-files} to @code{nil}. | 2984 | @code{ange-ftp-make-backup-files} to @code{nil}. |
| 2977 | 2985 | ||
| 2986 | By default, the auto-save files (@pxref{Auto Save Files}) for remote | ||
| 2987 | files are made in the temporary file directory on the local machine. | ||
| 2988 | This is achieved using the variable @code{auto-save-file-name-transforms}. | ||
| 2989 | |||
| 2978 | @cindex ange-ftp | 2990 | @cindex ange-ftp |
| 2979 | @vindex ange-ftp-default-user | 2991 | @vindex ange-ftp-default-user |
| 2980 | @cindex user name for remote file access | 2992 | @cindex user name for remote file access |