On Thu, Sep 6, 2012 at 4:18 PM, Jambunathan K <kjambunathan@gmail.com> wrote:
Just curious.
> Hello everyone,
>
> This time I bring to you a patch adding num3-mode which helps read long
> numbers by alternating highlighting of group of digits in a long
> number, so for instance something like:
>
> 12345678.12345678
>
> would be displayed as ("-" symbolising underscore):
>
> 12345678.12345678
> --- ---
>
> This also works for hexadecimal numbers by grouping 4-digits at a time,
> ie.:
>
> 0x0123456789ABCDEF
> ---- ----
Can we highlight like telephone numbers by creating an *extra* dash,
space or a point.
Tel no: 1234567890 rendered as
Tel no: 12345-67890
In some ways, the highlighting as seen above is in-band and not
out-of-band (as underlines are). It is also naturally how one would
write down long numbers on a piece of paper for ease of reading.