help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Changing Color Of Column # In Modeline


From: Kevin Rodgers
Subject: Re: Changing Color Of Column # In Modeline
Date: Wed, 23 Nov 2005 13:32:36 -0700
User-agent: Mozilla Thunderbird 0.9 (X11/20041105)

M Jared Finder wrote:
> How about putting this in your init file:
>
> (setf mode-line-position '(:eval (if (>= (current-column) 80)
>                                      '(:propertize "(%l,%c)" face bold)
>                                    "(%l,%c)")))

Does that really work for you?  mode-line-position is not documented in
Emacs 21 -- are you running 22.0 (CVS)?

--
Kevin Rodgers





reply via email to

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