Next: Comment Handling, Previous: Automatic Casing, Up: Top [Contents][Index]
Templates are defined for most Ada statements, using the Emacs “skeleton” package. They can be inserted in the buffer using the following commands:
exception Block (ada-exception-block).
case (ada-case).
declare Block (ada-declare-block).
else (ada-else).
for Loop (ada-for-loop).
Header (ada-header).
if (ada-if).
package Body (ada-package-body).
loop (ada-loop).
subprogram body (ada-subprogram-body).
task Body (ada-task-body).
while Loop (ada-while).
use (ada-use).
exit (ada-exit).
array (ada-array).
elsif (ada-elsif).
function Spec (ada-function-spec).
package Spec (ada-package-spec).
procedure Spec (ada-package-spec.
record (ada-record).
subtype (ada-subtype).
task Spec (ada-task-spec).
with (ada-with).
private (ada-private).
when (ada-when).
exception (ada-exception).
type (ada-type).