On Thu, 30 Aug 2007 14:56:35 +0200, Stephan Hennig wrote:

Hi Stephan,

> But with rev. 618 there's still an underfull box message in the
> log file, though.
>
>
> \listfiles
> \documentclass{article}
> \input{xinitials.sig}
> \begin{document}
> text\par
> \raggedleft ragged left\par
> \end{document}

\raggedleft as defined in xhj sets leftskip to 0pt plus 2em to allow  
hyphenation as opposed to \raggedleft from the 2e kernel which has  
leftskip 0pt plus 1fil. Hence it is not really useful for single lines of  
text.

Btw you'd get the same effect with \RaggedLeft from ragged2e.

-- 
Morten