ECB offers a lot of interactive commands. Some of these commands prompt the user in the minibuffer if called with a prefix argument.
Example: If ecb-clear-history is called with a prefix argument
then you will be prompted in the minibuffer with:
Clear from history: [all, not-existing-buffers, existing-buffers]
You can choose one of the options enclosed in brackets with TAB-completion; hitting RET direct after the prompt chooses auto. the first offered option (in the example above “all”).
Please note: The following interactive commands of ECB are
listed without the prefix “ecb-” (e.g. the command
ecb-activate is listed with name “activate”). This has been
done for a better readable command index. See Command Index.
Activates ECB and creates the special buffers for the choosen layout. For the layout see
ecb-layout-name. This function raises always the ECB-frame if called from another frame. This is the same as callingecb-minor-modewith a positive argument.
Add all current file-buffers to the history-buffer of ECB. Dependend on the value of
ecb-history-sort-methodafterwards the history is sorted either by name or by extension. Ifecb-history-sort-methodis nil the most recently used buffers are on the top of the history and the seldom used buffers at the bottom.
Select a layout-name from all current available layouts (TAB-completion is offered) and change the layout to the selected layout-name. If optional argument PRESELECT-TYPE is not nil then you can preselect a layout-type \(TAB-completion is offered too) and then you will be asked only for layouts of that preselected type. Note: This function works by changing the option
ecb-layout-namebut only for current Emacs-session.