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: YAMAMOTO Mitsuharu
Subject: Re: emacs frame/window withouth minibuffer/modeline?
Date: Tue, 12 Jan 2010 10:41:16 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Tue, 12 Jan 2010 02:05:42 +0100, Lennart Borgman <address@hidden> said:

>>> 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.

> non-nil?

I don't think so.  Actually, I used them for creating "plain frames"
in order to do pagination for experimental GTK+ print dialog support:

http://lists.gnu.org/archive/html/emacs-devel/2009-04/msg00390.html

                                     YAMAMOTO Mitsuharu
                                address@hidden




reply via email to

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