Function
editor:find-file-buffer pathname &optional check-function
T if a new buffer is created, andnil otherwise. If the file already exists in a buffer, its consistency is first checked by means of check-function. If no value is supplied for check-function,editor:check-disk-version-consistent is used. Function
editor:fast-save-all-buffers &optional ask
nil then confirmation is asked for before saving each buffer. If ask is not set, all buffers are saved without further prompting. Save All Files this function can be run without any window interaction. It is thus suitable for use in code which does not intend to allow the user to leave any buffers unsaved, and from the console if it is necessary to save buffers without re-entering the full window system. Function
editor:check-disk-version-consistent pathname buffer
t if there is no need to read the file from disk andnil if it should be read from disk. Function
editor:buffer-pathname buffer
nil is returned.