* mode line
@ 2012-08-09 2:39 drain
2012-08-09 4:03 ` Óscar Fuentes
0 siblings, 1 reply; 4+ messages in thread
From: drain @ 2012-08-09 2:39 UTC (permalink / raw)
To: Help-gnu-emacs
I'd like to remove the buffer name from the mode line. What do I add to my
.emacs?
--
View this message in context: http://emacs.1067599.n5.nabble.com/mode-line-tp260986.html
Sent from the Emacs - Help mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: mode line
2012-08-09 2:39 mode line drain
@ 2012-08-09 4:03 ` Óscar Fuentes
2012-08-09 11:04 ` Aurélien Aptel
0 siblings, 1 reply; 4+ messages in thread
From: Óscar Fuentes @ 2012-08-09 4:03 UTC (permalink / raw)
To: drain; +Cc: Help-gnu-emacs
drain <aeuster@gmail.com> writes:
> I'd like to remove the buffer name from the mode line. What do I add to my
> .emacs?
Customize variable mode-line-format by removing
mode-line-buffer-identification.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: mode line
2012-08-09 4:03 ` Óscar Fuentes
@ 2012-08-09 11:04 ` Aurélien Aptel
2012-08-09 16:27 ` drain
0 siblings, 1 reply; 4+ messages in thread
From: Aurélien Aptel @ 2012-08-09 11:04 UTC (permalink / raw)
To: Óscar Fuentes; +Cc: drain, Help-gnu-emacs
On Thu, Aug 9, 2012 at 6:03 AM, Óscar Fuentes <ofv@wanadoo.es> wrote:
> Customize variable mode-line-format by removing
> mode-line-buffer-identification.
I don't understand why you'd do that but here you go, add this to your
.emacs and it should work:
(setq mode-line-format (remove 'mode-line-buffer-identification
mode-line-format))
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: mode line
2012-08-09 11:04 ` Aurélien Aptel
@ 2012-08-09 16:27 ` drain
0 siblings, 0 replies; 4+ messages in thread
From: drain @ 2012-08-09 16:27 UTC (permalink / raw)
To: Help-gnu-emacs
I set the file name to display in the title bar. There's no reason to have it
displayed in two places at once.
Anyway, thanks for the help.
--
View this message in context: http://emacs.1067599.n5.nabble.com/mode-line-tp260986p261023.html
Sent from the Emacs - Help mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-08-09 16:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-09 2:39 mode line drain
2012-08-09 4:03 ` Óscar Fuentes
2012-08-09 11:04 ` Aurélien Aptel
2012-08-09 16:27 ` drain
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).