In most fonts, arabic digits have nonproportional width, meaning that 1 and 8 have exactly the same width even if the former has a smaller natural width. This is good for typesetting tables, but in running text this distracts:
\documentclass{article}
\pagestyle{empty}
\begin{document}
Look at this figure:
1,123,456 cars.
How to remove the extra space between the first two 1?
\end{document}

I feel that there's slightly too much space between the first two "ones". What do the typographers think about this issue? How do I enable kerning of digits (or just usage of their natural width) in running text?

tfmfiles, the original font could be cloned under a new name, and new widths assigned manually via a.plfile. – barbara beeton Jul 11 '12 at 13:27\propdigitscommand or environment? – krlmlr Jul 11 '12 at 13:43