Simon Wright <[email protected]> writes: > Error: (error "cl-ecase failed: protected_type_declaration, (aggregate > component_declaration entry_body formal_package_declaration > task_type_declaration subtype_declaration single_task_declaration > single_protected_declaration full_type_declaration generic_instantiation > generic_renaming_declaration object_declaration private_extension_declaration > private_type_declaration qualified_expression statement > null_procedure_declaration subprogram_specification subprogram_declaration > subprogram_body expression_function_declaration > abstract_subprogram_declaration)")
This error is from the indentation code in ada-wisi.el; there's a cl-ecase that's missing protected_type_declaration So you should add the code that triggers it to one of the test files, and then find the case statement. -- -- Stephe _______________________________________________ Emacs-ada-mode mailing list [email protected] http://host114.hostmonster.com/mailman/listinfo/emacs-ada-mode_stephe-leake.org
