delphi-mode

delphi-mode is an alias for `opascal-mode' in `opascal.el'.


(delphi-mode)

This function is obsolete since 24.4;
use `opascal-mode' instead.

Major mode for editing OPascal code.
C-c u - Search for a OPascal source file.
M-q - Fill the current comment.
M-j - If in a // comment, do a new comment line.

C-M-\ also works for indenting a whole region.

Customization:

`opascal-indent-level' (default 3)
Indentation of OPascal statements with respect to containing block.
`opascal-compound-block-indent' (default 0)
Extra indentation for blocks in compound statements.
`opascal-case-label-indent' (default 0)
Extra indentation for case statement labels.
`opascal-search-path' (default .)
Directories to search when finding external units.
`opascal-verbose' (default nil)
If true then OPascal token processing progress is reported to the user.

Coloring:

`opascal-keyword-face' (default `font-lock-keyword-face')
Face used to color OPascal keywords.

In addition to any hooks its parent mode `prog-mode' might have run,
this mode runs the hook `opascal-mode-hook', as the final step
during initialization.