all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: mah@everybody.org (Mark A. Hershberger)
To: emacs-devel@gnu.org
Subject: Re: emacs frame/window withouth minibuffer/modeline?
Date: Mon, 11 Jan 2010 22:54:37 -0500	[thread overview]
Message-ID: <871vhwgepu.fsf@everybody.org> (raw)
In-Reply-To: m3k4vow8h6.fsf@verona.se

joakim@verona.se writes:

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

epresent.el (from elpa) does this.  Looking at the code, it seems the
special sauce is make-frame:

     (make-frame '((minibuffer . nil)
                   (title . "EPresent")
                   (fullscreen . fullboth)
                   (menu-bar-lines . 0)
                   (tool-bar-lines . 0)
                   (vertical-scroll-bars . nil)
                   (left-fringe . 0)
                   (right-fringe . 0)
                   (internal-border-width . 20)
                   (cursor-type . nil)))

HTH,

Mark.



-- 
http://hexmode.com/

The only alternative to Tradition is bad tradition.
                          — Jaraslov Pelikan





  parent reply	other threads:[~2010-01-12  3:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-11 23:02 emacs frame/window withouth minibuffer/modeline? joakim
2010-01-12  0:58 ` Stefan Monnier
2010-01-12  1:05   ` Lennart Borgman
2010-01-12  1:41     ` YAMAMOTO Mitsuharu
2010-01-12  3:54 ` Mark A. Hershberger [this message]
2010-01-12  8:16 ` Deniz Dogan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871vhwgepu.fsf@everybody.org \
    --to=mah@everybody.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.