Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I'm using the stripped down emacs on OS X Snow Leopard. I'm trying to customize it as much as possible.

One last piece of screen real estate I'd like to get is the title bar (where the maxmize/minimize buttons sit) — it's mostly superfluous, I don't need to be reminded of the filename, and I'm trying to get as much of an "immersive", full-screen experience as possible. Any ideas on how to do this?

By the way, I want to put off installing Lion for now (some software I need doesn't support it yet).

share|improve this question

2 Answers

If you are comfortable driving emacs from the terminal, run it using iTerm 2, which you can set to go full screen from the View menu (⌘↩) (ie. Cmd-enter))

share|improve this answer

This wiki page should help you.

Patching the binary

To add the fullscreen functionality into Emacs, you can compile your own binary.

The procedure described on this page uses typester's patch from Dec 2009. Use M-x ns-toggle-fullscreen.

Judging from the fact that you use emacs, I assume you're already a bit familiar with the insanely strange innovative language that is Lisp. It seems with the latest versions of emacs, the functionality isn't as good, but it's probably good enough to keep you running until you can use Lion.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.