after-insert-file-functions | A list of functions to be called at the end of ‘insert-file-contents’. |
auto-save-include-big-deletions | If non-nil, auto-save even if a large part of the text is deleted. |
auto-save-list-file-name | File name in which to write a list of all auto save file names. |
auto-save-visited-file-name | Non-nil says auto-save a buffer in the file it is visiting, when practical. |
default-file-name-coding-system | Default coding system for encoding file names. |
delete-by-moving-to-trash | Specifies whether to use the system’s trash can. |
file-name-coding-system | Coding system for encoding file names. |
file-name-handler-alist | Alist of elements (REGEXP . HANDLER) for file names handled specially. |
inhibit-file-name-handlers | A list of file name handlers that temporarily should not be used. |
inhibit-file-name-operation | The operation for which ‘inhibit-file-name-handlers’ is applicable. |
set-auto-coding-function | If non-nil, a function to call to decide a coding system of file. |
write-region-annotate-functions | A list of functions to be called at the start of ‘write-region’. |
write-region-annotations-so-far | When an annotation function is called, this holds the previous annotations. |
write-region-inhibit-fsync | Non-nil means don’t call fsync in ‘write-region’. |
write-region-post-annotation-function | Function to call after ‘write-region’ completes. |