emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: display.texi: (<line>,<col>) isn't documented.


From: Juanma Barranquero
Subject: Re: display.texi: (<line>,<col>) isn't documented.
Date: Wed, 6 Jun 2007 22:09:47 +0200

On 6/6/07, David Kastrup <address@hidden> wrote:

Maybe something like 561: and :2 and 561:2 ?  That's visually
formatted, pretty understandable (also has some relation to error
message formatting), and even more compact.

Yes! m:n (or m/n) is *much* more readable IMHO than "Lm Cn".

I even force them to fixed width:

 (setq mode-line-position '(:propertize ("%5l/" (3 "%c"))
                            face my-position-face))

It's not often that I edit files with more than 99999 lines or more
than 999 columns.

            Juanma




reply via email to

[Prev in Thread] Current Thread [Next in Thread]