reread-file - Reload the current buffer's file
n reread-file
n reread-all
reread-file reloads from disk the file associated with the current buffer, this command is particularly useful when the file is continually updated by an external program. If the buffer has been edited and its name does not start with a '*' then the user is prompted as to whether the changes should be discarded. Also if the buffer has an active process running in it then confirmation is sort from the user before the process is killed.
The argument n can be used to change the default behavior of reread-file described above, n is a bit based flag where:-
0x01
reread-all reloads all out-of-date buffers. If the argument n is specified as zero (0) then all buffers are re-read. The default with no numeric argument is reload out-of-date buffers only.
reread-file is a macro implemented in tool.emf.
(c) Copyright JASSPA 2009
Last Modified: 2009/08/29
Generated On: 2009/10/12