It comes close, Kasper, but I still don't think it works. I did use your code (which is nice, BTW, thanks) -- but the set-frame-position function won't permit the title bar of the emacs frame to be pushed beyond the boundary of the display, which is what would be needed to get the "true full screen" effect that the OP was talking about.
I've seen a couple of mac os x apps (iTerm, WriteRoom, MacJournal, etc) that do what the OP was talking about -- truly full screen without even the window borders present. Perhaps we can see how iTerm does this (since we have source code for it) and implement the same function in the Carbon Emacs code base, and implement it via M-x mac-toggle-full-screen or something to that effect. If someone wants to me point me in the right direction in the Carbon Emacs source, I'd be willing to tackle this, as it's a feature that I've wanted for quite a long time. Cheers, Joel [EMAIL PROTECTED] On Jan 29, 9:29 am, "Kasper Daniel Hansen" <[EMAIL PROTECTED]> wrote: > But if you use (mac-hide-menu-bar) and (for example) my functions you will > achive what you want - have you tried it. Using my setup I get exactly what > you want except that I am maximising on a 12 inch powerbook. > > Well to be fair, it is not certain that you can get exactly 1600x1200 > because the internal emacs functions always describe the frame size in terms > of columns and rows meaning that the full size window might be 1600 - a few > pixels depending on your font size. > > Kasper > > On Jan 28, 2008 11:46 PM, Dave Peck <[EMAIL PROTECTED]> wrote: > > > > > That's certainly part of it, but only part. > > > Let me just show you what I'm looking for: > > >http://stronglyconnected.org/fullscreen-example.png > > > Notice that the image is 1600x1200. That's the size of my screen -- I > > haven't cropped anything away! > > > I produced this by downloading iTerm (0.9.5), popping open a term, > > making it full screen, and running console emacs. Of course, the > > colors stink in this example, but hopefully it should show you what > > I'm aiming for with carbon emacs. > > > Cheers, > > Dave > > > On Jan 28, 7:08 pm, Seiji Zenitani <[EMAIL PROTECTED]> wrote: > > > Yes, you can use below functions on Carbon Emacs Package. > > > > mac-hide-menu-bar > > > mac-show-menu-bar --~--~---------~--~----~------------~-------~--~----~ Carbon Emacs User Group http://groups.google.com/group/carbon-emacs?hl=en -~----------~----~----~----~------~----~------~--~---
