From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: emacs frame/window withouth minibuffer/modeline? Date: Tue, 12 Jan 2010 10:41:16 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1263260500 22901 80.91.229.12 (12 Jan 2010 01:41:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Jan 2010 01:41:40 +0000 (UTC) Cc: Stefan Monnier , joakim@verona.se, Emacs development discussions To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 12 02:41:32 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NUVlD-00089S-Vh for ged-emacs-devel@m.gmane.org; Tue, 12 Jan 2010 02:41:32 +0100 Original-Received: from localhost ([127.0.0.1]:51303 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUVlE-0002Yd-Mn for ged-emacs-devel@m.gmane.org; Mon, 11 Jan 2010 20:41:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUVlA-0002X8-2K for emacs-devel@gnu.org; Mon, 11 Jan 2010 20:41:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUVl5-0002Wn-Jy for emacs-devel@gnu.org; Mon, 11 Jan 2010 20:41:27 -0500 Original-Received: from [199.232.76.173] (port=55227 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUVl5-0002Wk-H2 for emacs-devel@gnu.org; Mon, 11 Jan 2010 20:41:23 -0500 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:52769) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUVl5-0000LD-1F for emacs-devel@gnu.org; Mon, 11 Jan 2010 20:41:23 -0500 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 54A13C0557; Tue, 12 Jan 2010 10:41:16 +0900 (JST) In-Reply-To: User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) X-detected-operating-system: by monty-python.gnu.org: NetBSD 3.0 (DF) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:119841 Archived-At: >>>>> On Tue, 12 Jan 2010 02:05:42 +0100, Lennart Borgman 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. =A0Any hints? >>=20 >> 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 mituharu@math.s.chiba-u.ac.jp