Summary
Gets or sets a value indicating whether to produce emacs (and other
editor) friendly output.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- IBuildLogger
Syntax
bool EmacsMode { get; set; }
Value
| Type | Description |
|---|---|
| bool |
true if output is to be unadorned so that emacs
and other editors can parse files names, etc.
|
