Node:ecb-compilation, Next:ecb-create-layout, Previous:ecb-layout, Up:Customizable options
This group contains settings for the compile window of ECB:
compilation-buffer-names | User Option |
Additional buffer names that should be displayed in the
compile-window. Buffer names can either be defined as strings or as
regexps. If the buffer-name of a buffer matches one of the defined
string or regexp then it will be displayed in the compile-window of
ECB even if compilation-buffer-p says nil for this buffer.
It is not recommended to add the eshell-buffer-names to this list because ECB already handles the eshell-integration as best as possible (see Using eshell). See also the options |
compilation-major-modes | User Option |
Additional major-mode that should be displayed in the compile-window.
All buffers of a major-mode contained in this list are displayed in
the compile-window even if compilation-buffer-p says nil for
such a buffer.
It is not recommended to add |
compilation-predicates | User Option |
Predicates when a buffer should be treated as compilation-buffer.
Every element of this list has to be a function or lambda-expression
which gets as argument a buffer-object and which has to return not nil
when this buffer should be treated as compilation-buffer (even if
compilation-buffer-p says nil) and therefore be displayed in
the compile-window of ECB (if there is any).
In combination with the values of Default value is the function |
compile-window-height | User Option |
Height of the persistent compilation-window of ECB. If you want a
compilation window shown at the bottom of the ECB-layout then set here
the height of it (Default is a height of 5). If you redraw the current
layout with ecb-redraw-layout then the compilation window (if
any) has the height you set here. If the number is less than 1.0 the
height is a fraction of the frame height.
If you do not set a persistent compilation window then doing a compilation or displaying temp-buffers (e.g. *Help*-buffers) splits temporally the edit window vertically if the edit window is not splitted already or uses another edit window temporally for compilation output if the edit window is already splitted. This is the recommended value for this option because this is the standard-behavior of Emacs. Beware: If you set a persistent compilation window then ECB displays all
buffers for which See also the options ECB offers the functionality of such a persistent compile-window
regardless if the special ECB-windows are visible or not (see the
command Regardless of the settings you define here: If you have destroyed or
changed the ECB-screen-layout by any action you can always go back to
this layout with |
compile-window-prevent-shrink-below-height | User Option |
Allow the compile-window to be shrunken below its height. A non nil
value means ECB prevents the compile-window from being shrunken below
the threshold of ecb-compile-window-height by displaying
temp-buffers (e.g. *Help* etc.) or after running compilations or
greps. But interactively it is always allowed to shrink it to every
height!
If nil then ECB does nothing to prevent being shrunken below the value
of Default is t. |
compile-window-temporally-enlarge | User Option |
Let Emacs temporally enlarge the compile-window of the ECB-layout.
This option has only an effect if ecb-compile-window-height is
not nil!
The following values are possible:
To restore the ECB-layout after such a buffer-enlarge just call
|
compile-window-width | User Option |
Width of the compile-window.
Possible values are ------------------------------------------------------- | | | | Directories | | | | | |--------------| edit-window(s) | | | | | Methods | | | | | ------------------------------------------------------- | | | Compilation | | | ------------------------------------------------------- With ------------------------------------------------------- | | | | Directories | | | | | |--------------| edit-window(s) | | | | | Methods | | | | | | |--------------------------------------- | | | | | Compilation | | | | ------------------------------------------------------- This option takes only effect if |
change-layout-preserves-compwin-state | User Option |
Changing the layout preserves the state of the compile-window. This is
for example useful if the user toggles between several layouts (see
ecb-toggle-layout ) and wants to preserve the hidden-state of
the compile-window.
|
enlarged-compilation-window-max-height | User Option |
The max height of the compile-window after enlarging it. The max
height of the compilation window after enlarged by
ecb-toggle-compile-window-height . The following values are
allowed:
ECB fits the height of the compile-window exactly to the size of its
current contents but never shrinks below the value of
1/2 the frame-height of the ECB-frame Any number: Max height in lines. If the number is less than 1.0 the height is a fraction of the frame height (e.g. 0.33 results in a max-height of 1/3 the frame-height). |
scroll-other-window-scrolls-compile-window | User Option |
scroll-other-window scrolls always the compile-window. For all
details about the scroll-behavior of scroll-other-window see
the advice documentation of other-window-for-scrolling .
|