>if you uncomment the `hebrew', the caption is flushed to
>the left.
Please note --
It does not flush to the left when I run this exanmple.
The answer might be - uninstall your tex system and install
a newer one.
\documentclass{report}
\usepackage[%hebrew,
english]{babel}
\begin{document}
\begin{figure}
Hello!
\caption{this is the word ``Hello''}
\end{figure}
\end{document}