From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: emacs frame/window withouth minibuffer/modeline? Date: Tue, 12 Jan 2010 02:05:42 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1263258377 18032 80.91.229.12 (12 Jan 2010 01:06:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Jan 2010 01:06:17 +0000 (UTC) Cc: joakim@verona.se, Emacs development discussions To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 12 02:06:09 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 1NUVCz-0005uQ-EO for ged-emacs-devel@m.gmane.org; Tue, 12 Jan 2010 02:06:09 +0100 Original-Received: from localhost ([127.0.0.1]:60689 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUVD0-00011D-0l for ged-emacs-devel@m.gmane.org; Mon, 11 Jan 2010 20:06:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUVCu-000118-QH for emacs-devel@gnu.org; Mon, 11 Jan 2010 20:06:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUVCu-00010w-6E for emacs-devel@gnu.org; Mon, 11 Jan 2010 20:06:04 -0500 Original-Received: from [199.232.76.173] (port=60692 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUVCu-00010t-3F for emacs-devel@gnu.org; Mon, 11 Jan 2010 20:06:04 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.159]:45898) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUVCt-00018f-J9 for emacs-devel@gnu.org; Mon, 11 Jan 2010 20:06:03 -0500 Original-Received: by fg-out-1718.google.com with SMTP id 19so28836fgg.12 for ; Mon, 11 Jan 2010 17:06:02 -0800 (PST) Original-Received: by 10.239.139.154 with SMTP id t26mr979440hbt.74.1263258362094; Mon, 11 Jan 2010 17:06:02 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:119840 Archived-At: On Tue, Jan 12, 2010 at 1:58 AM, Stefan Monnier wrote: >> 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. =C2=A0Any hi= nts? > > 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?