bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#25408: Remove Decorations Around Emacs Frame (NS port)


From: Alan Third
Subject: bug#25408: Remove Decorations Around Emacs Frame (NS port)
Date: Mon, 17 Apr 2017 15:56:13 +0100
User-agent: Mutt/1.7.2 (2016-11-26)

On Sat, Apr 15, 2017 at 09:39:32PM +0200, martin rudalics wrote:
> > It appears that a child window in NS is just a normal window which
> > moves and closes with its parent. So I think that means it’s more like
> > X’s child windows, except they don’t get clipped at the parent
> > window’s edges. They can also end up below the parent window.
> 
> It sounds like NS can do more than Windows and X here.  The clipping
> issue is a nuisance.  Could you try to create one and play around with
> it a bit?

I’ve attached a partial patch for NS. It should handle undecorated
frames and parent‐child frame relationships. I’ll keep working on the
rest, but thought I’d throw this out there in case anyone can spot
anything obviously wrong.

Anders, I hope it’s OK CCing you in. I think you might appreciate the
following (after applying the patch):

emacs -Q

(set-frame-parameter nil 'undecorated t)
(setq ns-auto-hide-menu-bar t)
(toggle-frame-maximized)

More info at:

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25408#77
-- 
Alan Third

Attachment: 0001-Add-undecorated-and-parent-frames-to-NS-port.patch
Description: parent and undecorated frames on NS


reply via email to

[Prev in Thread] Current Thread [Next in Thread]