2,684
edits
Line 37: | Line 37: | ||
The most important pitfalls are: | The most important pitfalls are: | ||
a) Lines | a) Lines longer than 80 characters are truncated silently (FIXME: is this still true?). This happens most often with the NAME_TEMPLATE_OF_DATA_FRAMES keyword line, because the path to the directory with the frames may be long. Fix: use a symlink to the directory with the frames. | ||
b) Error due to omitting the "=" directly after the keyword (i.e. having an intervening blank). | b) Error due to omitting the "=" directly after the keyword (i.e. having an intervening blank). |