Hi,
I noticed this behavior using length-adjust:
(length-adjust '3/4 '(-s = = =) :type 'r :position 's)
=> (-h -s nil nil nil)
This works though:
(length-adjust '3/4 '(s = = =) :type 'r :position 's)
=> (-1/2 1/16 1/16 1/16 1/16)
and this:
(length-adjust '3/4 '(-s s s s) :type 'r :position 's)
=> (-1/2 -1/16 1/16 1/16 1/16)
Seems as if the -s in combination with = causes the problem.
I'm still on OM 1.0, maybe this behaves differently in 1.1.
All the best,
Erik