File: autoconf.el.html

Provides fairly minimal font-lock, imenu and indentation support for editing configure.ac files. Only Autoconf syntax is processed. There is no attempt to deal with shell text -- probably that will always lose.

This is specialized for configure.ac files. It doesn't inherit the general M4 stuff from M4 mode.

There is also an autoconf-mode.el in existence. That appears to be for editing the Autoconf M4 source, rather than configure.ac files.

Defined variables (5)

autoconf-definition-regexpMatches Autoconf macro calls that define something.
autoconf-mode-abbrev-tableAbbrev table for ‘autoconf-mode’.
autoconf-mode-hookHook run by ‘autoconf-mode’.
autoconf-mode-mapKeymap for ‘autoconf-mode’.
autoconf-mode-syntax-tableSyntax table for ‘autoconf-mode’.

Defined functions (2)

autoconf-current-defun-function()
autoconf-mode()

Defined faces (0)