Next: Completion, Previous: Process Mode, Up: Special Modes [Contents][Index]
Hemlock provides a mechanism for managing buffers as an itemized list. Bufed supports conveniently deleting several buffers at once, saving them, going to one, etc., all in a key stroke.
This command creates a list of buffers in a buffer supporting operations such as deletion, saving, and selection. If there already is a Bufed buffer, this just goes to it.
This command pops up a display of Bufed help.
Bufed Delete deletes the buffer on the current line.
When Virtual Buffer Deletion is set, this merely flags the buffer for deletion until Bufed Expunge or Bufed Quit executes.
Whenever these commands actually delete a buffer, if Bufed Delete Confirm is set, then Hemlock prompts the user for permission; if more than one buffer is flagged for deletion, this only prompts once. For each modified buffer, Hemlock asks to save the buffer before deleting it.
This command undeletes the buffer on the current line.
This command expunges any buffers marked for deletion regarding Bufed Delete Confirm.
This command kills the Bufed buffer, expunging any buffers marked for deletion.
This command selects the buffer on the current line, switching to it.
This command goes to the buffer under the pointer, quitting Bufed. It supplies a function for Generic Pointer Up which is a no-op.
This command saves the buffer on the current line.
Next: Completion, Previous: Process Mode, Up: Special Modes [Contents][Index]