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
- DefaultLogger
Syntax
public virtual 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. The default is
false .
|