list-buffers - List all buffers and show their status
n 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 numerical argument n is a bitwise flag which determines the information that is displayed by the command, it is interpreted follows:-
1 - The default, when the bit is set displays visible buffers only. When clear displays both visible and
hidden buffers.
2 - When set shows buffer size information, including file size, memory size and undo size in bytes.
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 2009
Last Modified: 2009/08/29
Generated On: 2009/10/12