emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs frame/window withouth minibuffer/modeline?


From: Stefan Monnier
Subject: Re: emacs frame/window withouth minibuffer/modeline?
Date: Mon, 11 Jan 2010 19:58:20 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

> I'd like to make a fullscreen image viewer in Emacs for reading scanned
> pages. I'd like only the buffer to show, no minibuffer, no modeline,
> but cant really find anything about if its possible or not.  Any hints?

To get rid of the mode-line: (setq mode-line-format nil)
To get rid of the minibuffer: can't do that, tho you can create a new
frame without minibuffer by specifying a value nil for the `minibuffer'
frame parameter.


        Stefan




reply via email to

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