vhdl-file-header
vhdl-file-header is a variable defined in `
vhdl-mode.el
'.
Its value is
"-------------------------------------------------------------------------------\n-- Title : \n-- Project : \n-------------------------------------------------------------------------------\n-- File : \n-- Author : \n-- Company : \n-- Created : \n-- Last update: \n-- Platform : \n-- Standard : \n-------------------------------------------------------------------------------\n-- Description: \n-------------------------------------------------------------------------------\n-- Revisions :\n-- Date Version Author Description\n-- 1.0 Created\n-------------------------------------------------------------------------------\n\n"
Documentation:
String or file to insert as file header.
If the string specifies an existing file name, the contents of the file is
inserted, otherwise the string itself is inserted as file header.
Type `C-j' for newlines.
If the header contains RCS keywords, they may be written as
Keyword
if the header needs to be version controlled.
The following keywords for template generation are supported:
: replaced by the name of the buffer
: replaced by the user name and email address
(`user-full-name',`mail-host-address', `user-mail-address')
: replaced by the user full name (`user-full-name')
: replaced by user login name (`user-login-name')
: replaced by contents of option `vhdl-company-name'
: replaced by the current date
: replaced by the current year
: replaced by title of current project (`vhdl-project')
: replaced by description of current project (`vhdl-project')
: replaced by copyright string (`vhdl-copyright-string')
: replaced by contents of option `vhdl-platform-spec'
: replaced by the VHDL language standard(s) used
<... string> : replaced by a queried string ("..." is the prompt word)
: replaced by file title in automatically generated files
: final cursor position
The (multi-line) project description can be used as a project
dependent part of the file header and can also contain the above keywords.
You can customize this variable.