Sideways methods indent like this:
define sideways method print-object
(condition :: <simple-error>, stream :: <stream>) => ()
Compiler-sideways methods indent like this:
define compiler-sideways method print-object
(condition :: <simple-error>, stream :: <stream>) => ()
It's true that compiler-sideways methods aren't particularly important for dylan-mode to get correct, but there seems to be a general problem in dylan-mode wherein - (hyphen) in the adjectives of a definition breaks indentation, and this is an example of that.
At any rate, there is no prohibition of hyphens in definer macro adjectives, so it should work correctly.
Test some other chars besides hyphen, too.
Sideways methods indent like this:
Compiler-sideways methods indent like this:
It's true that
compiler-sidewaysmethods aren't particularly important fordylan-modeto get correct, but there seems to be a general problem indylan-modewherein-(hyphen) in the adjectives of a definition breaks indentation, and this is an example of that.At any rate, there is no prohibition of hyphens in definer macro adjectives, so it should work correctly.
Test some other chars besides hyphen, too.