* hide mode line
@ 2010-10-18 16:52 Daniel Carvalho
2010-10-18 19:45 ` Memnon Anon
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Carvalho @ 2010-10-18 16:52 UTC (permalink / raw)
To: help-gnu-emacs
[-- Attachment #1: Type: text/plain, Size: 293 bytes --]
hi
I want to display an emacs frame with a single window and where all the
space is used for the buffer contents.
I disabled the scrollbars, the minibuffer, the menubar, but I cannot
hide the mode-line...
Anyone knows how to HIDE the mode-line in a given frame?
(thanks!)
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 554 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: hide mode line
2010-10-18 16:52 hide mode line Daniel Carvalho
@ 2010-10-18 19:45 ` Memnon Anon
2010-10-18 20:10 ` Daniel Carvalho
0 siblings, 1 reply; 3+ messages in thread
From: Memnon Anon @ 2010-10-18 19:45 UTC (permalink / raw)
To: help-gnu-emacs
Hi,
Daniel Carvalho <idnael@gmail.com> writes:
> Anyone knows how to HIDE the mode-line in a given frame?
Have a look at minimal.el by Dan Davison.
Memnon
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: hide mode line
2010-10-18 19:45 ` Memnon Anon
@ 2010-10-18 20:10 ` Daniel Carvalho
0 siblings, 0 replies; 3+ messages in thread
From: Daniel Carvalho @ 2010-10-18 20:10 UTC (permalink / raw)
To: help-gnu-emacs
[-- Attachment #1: Type: text/plain, Size: 588 bytes --]
On 18-10-2010 20:45, Memnon Anon wrote:
> Hi,
>
> Daniel Carvalho <idnael@gmail.com> writes:
>> Anyone knows how to HIDE the mode-line in a given frame?
>
> Have a look at minimal.el by Dan Davison.
>
> Memnon
>
>
thanks!
but I found a simpler solution to my problem
just:
(setq mode-line-format nil)
(setq header-line-format nil)
I found that in Ted's answer, in another thread
[[ BTW, I also found a way to remove the window decoration and title!
but for that I used an external program that changes xwindows
properties... devilspie. ]]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 554 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-10-18 20:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-18 16:52 hide mode line Daniel Carvalho
2010-10-18 19:45 ` Memnon Anon
2010-10-18 20:10 ` Daniel Carvalho
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.