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

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

Re: Removing line and column number settings from some buffers


From: daniela-spit
Subject: Re: Removing line and column number settings from some buffers
Date: Thu, 3 Dec 2020 23:33:20 +0100

Do you see anything wrong with this?  This Mode Line is quite difficult!

(setq mode-line-format
   (list
      "%e"
      " "
      " "
      'mode-line-modes       'mode-line-misc-info
      'mode-line-end-spaces) )

(force-mode-line-update)

> Sent: Thursday, December 03, 2020 at 11:22 PM
> From: "Jean Louis" <bugs@gnu.support>
> To: daniela-spit@gmx.it
> Cc: "Michael Heerdegen" <michael_heerdegen@web.de>, help-gnu-emacs@gnu.org
> Subject: Re: Removing line and column number settings from some buffers
>
> * daniela-spit@gmx.it <daniela-spit@gmx.it> [2020-12-04 01:20]:
> > Got it, thank you.
> >
> > Am also trying to see what is what.  When I removed some of the options,
> > the mode line still remained the same.
>
> Try: (force-mode-line-update) after setting it.
>
>
>
>
>



reply via email to

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