1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
# diffmon configuration file to test diffmon
#
# Lines beginning with `#' are comments. Comments cannot appear on lines
# with other, non-comment text. Blank lines are ignored.
#
# Format of this file is
#
# files : diff switches : mail recipient list
#
# The recipient list should be in a format acceptable to sendmail on a To:
# line.
#
# Each file/switches/recipients list must be on a single line. The
# parser for this file is not very sophisticated.
#
# Backup files ending in "~" are always ignored, so there is no need to
# qualify glob patterns against them.
# The executable:
diffmon : -u : diffmon-errors
# The default config file:
diffmon.cf : -u : diffmon-errors
# This file:
test.cf : -u : diffmon-errors
# If there is no file by this name, the error reporting code is exercised:
/no-such-dir/no-such-file : -u : diffmon-errors
# for GNU Emacs Users:
#
# local variables:
# eval: (make-local-variable 'compile-command)
# eval: (setq compile-command (concat "./diffmon -c " buffer-file-name " -e diffmon-errors"))
# quote-region-quote: "# "
# end:
|