$file-template - Regular expression file search string
$file-template "string"; Default is ""
$file-template defines a regular expression search string used to identify a file in the grep(3) and compile(3) buffers. The format of the string is the same as magic mode search strings (see search-forward(2)).
A UNIX file name may be considered to contain any ASCII character except a space or a ':' (used as a divider in many programs). Thus $file-template should be:
set-variable $file-template "[!-9;-z]+"
This will correctly identify "foo.c" in the following example.
foo.c: 45: printf("hello world\n") ;
(c) Copyright JASSPA 1999
Last Modified: 1998/07/28
Generated On: 1999/12/01