NAnt SDK Documentation - v0.92

DefaultLogger.EmacsMode Property

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

[Visual Basic]
Overridable Public Property EmacsMode As Boolean _
    Implements IBuildLogger.EmacsMode
[C#]
public virtual bool EmacsMode {get; set;}

Property Value

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

Implements

IBuildLogger.EmacsMode

See Also

DefaultLogger Class | NAnt.Core Namespace