Next: , Previous: ecb-help, Up: Customizable options


7.3.15 Group ecb-eshell

This group contains settings for eshell integration within the ECB:

— User Option: eshell-auto-activate

Startup the eshell and display it in the compile-window. If current layout does not display a compile-window (see ecb-compile-window-height) then nothing is done.

— User Option: eshell-enlarge-when-eshell

Enlarge the compile-window if it is selected by eshell. This takes only effect if the command eshell is called!

— User Option: eshell-fit-window-to-command-output

Fit the compile-window after an eshell-command to the output. This is done by the function ecb-eshell-fit-window-to-output which is added to eshell-post-command-hook ie. which is running autom. after each eshell-command.

— User Option: eshell-synchronize

Synchronize eshell with the default-directory of current source-buffer. The synchronization is done by ecb-eshell-current-buffer-sync which can be called interactively but normally it is called autom. by the ecb-current-buffer-sync-hook-internal.