NAnt SDK Documentation - v0.85-nightly-2005-11-09

IBuildLogger.EmacsMode Property

[This is preliminary documentation and subject to change.]

Gets or sets a value indicating whether to produce emacs (and other editor) friendly output.

[Visual Basic]
Property EmacsMode As Boolean
[C#]
bool EmacsMode {get; set;}

Property Value

true if output is to be unadorned so that emacs and other editors can parse files names, etc.

Remarks

Missing <remarks> documentation for P:NAnt.Core.IBuildLogger.EmacsMode

See Also

IBuildLogger Interface | NAnt.Core Namespace