list-buffers - List all buffers and show their status
list-buffers (C-x C-b)
list-buffers splits the current window and in one half brings up a list of all the buffers currently existing in the editor. The active modes, change flag, and active flag for each buffer is displayed. (The change flag is a * character if the buffer has been changed and not written out. The active flag is not an @ if the file had been specified on the command line, but has not been read in yet since nothing has switched to that buffer.)
The buffer list has some special command keys associated with it which allow the state of the buffers to be edited from the buffer list, the editing allows buffers to be killed and saved to disk. The key codes are defined as follows:-
1 - Switch to buffer
2 - Move to buffer
D - delete buffer
S - save buffer
U - unmark buffer
X - execute
For all but 'X', the buffer selected is the buffer noted on the current cursor line. These keys are not remappable.
(c) Copyright JASSPA 1999
Last Modified: 1998/07/10
Generated On: 1999/12/01