all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Jay McCarthy <jay.mccarthy@gmail.com>
Cc: 24579@debbugs.gnu.org
Subject: bug#24579: [PATCH] borderless windows on OS X
Date: Sat, 01 Oct 2016 15:41:16 +0200	[thread overview]
Message-ID: <57EFBCFC.50005@gmx.at> (raw)
In-Reply-To: <CAJYbDakTNZ09mQtbozsCLGgH_41QWkUS4erhUDcoJ0Fz6QUjuw@mail.gmail.com>

 >> (1) Is there a way to mix behaviors in one and the same session - that
 >> is have at the same time a window with a title bar and one without?
 >> It's possible under X and Windows as can be seen with tooltip frames.
 >
 > Yes, because as implemented the variable only affects new frames, so
 > you can switch it on and off as you create frames to get both styles.
 > Thus, it could be a frame parameter as well. I didn't do it this way
 > because I personally want it to be a global setting and because I
 > didn't see the existing window creation code looking at the frame
 > parameter alist and I didn't look around the file much to get a bigger
 > picture of how it works.

So once installed, binding your variable around ‘make-frame’ calls
should do the trick, I presume.

 >> (2) Is there an option to draw borders and, if so, borders of different
 >> width on a borderless frame?  Latter are available via X but not on
 >> Windows.
 >
 > Yes, I believe that the
 >
 > setContentBorderThickness:forEdge:
 >
 > function on the win object would let you do that, but I haven't test
 > that. I know that iTerm2's title-less option gives the ability to add
 > a border, but I worry it is implement with a custom renderer.
 >
 > https://developer.apple.com/reference/appkit/nswindow/1419541-setcontentborderthickness?language=objc
 >

In my experience, completely border-less frames are disorienting unless
they completely fill the display.

 >> (3) IIUC setting your option does not toggle titles/borders on existing
 >> frames.  Would it be possible to do so?  We could do that on Windows but
 >> it seems impossible with GNU/Linux window managers.
 >
 > It is possible to do that with [win setStyleMask:
 > NSBorderlessWindowMask], so it would be conceivable to add some
 > functions that would flip that setting on real frames. Although, I
 > don't see a way to go from an Emacs frame structure to the window
 > object. So, this seems like it would be a big patch (because you'd
 > want to do it in as cross-platform a way as possible)

It wouldn't be done anyway because it would fail on GNU/Linux.

 > and different
 > than this one, so I hope the current patch is judged independently.

I cannot test this because I don't use OS X.  So anyone who is able to
judge this, please disregard my questions and the corresponding answers.

 >> Thanks again, martin
 >
 > FWIW, I am not an OS X developer, so I don't know all the ins-and-outs of this.
 >
 > My preference would be for this patch to go in if someone isn't going
 > to immediately do the frame parameter thing, because I don't have the
 > bandwidth to do it, I don't think.

No need for the frame parameter thing.  It's more distracting than
doing any good.

Thanks for answering, martin






  reply	other threads:[~2016-10-01 13:41 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-01  1:31 bug#24579: [PATCH] borderless windows on OS X Jay McCarthy
2016-10-01  8:44 ` martin rudalics
2016-10-01 11:53   ` Jay McCarthy
2016-10-01 13:41     ` martin rudalics [this message]
2016-10-01 20:18       ` Jay McCarthy
2016-10-02  8:29         ` martin rudalics
2016-10-13 17:56           ` Jay McCarthy
2016-10-13 18:36             ` martin rudalics
2016-10-13 22:27               ` Jay McCarthy
2016-10-01 21:26 ` Alan Third
2016-10-01 22:18   ` Jay McCarthy
2016-10-01 23:04     ` Alan Third
2016-10-02  0:49       ` Clément Pit--Claudel
2016-10-02  8:30         ` martin rudalics
2016-10-02 15:07           ` Alan Third
2016-10-02 16:39             ` martin rudalics
2016-10-02 16:49               ` Alan Third
2016-10-02 18:10                 ` martin rudalics
2016-10-02 18:31                   ` Clément Pit--Claudel
2016-10-02 15:18           ` Clément Pit--Claudel
2016-10-02 16:39             ` martin rudalics
2016-10-02 16:50               ` Clément Pit--Claudel
2016-10-02 18:09                 ` martin rudalics
2017-04-21 19:49 ` Alan Third

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=57EFBCFC.50005@gmx.at \
    --to=rudalics@gmx.at \
    --cc=24579@debbugs.gnu.org \
    --cc=jay.mccarthy@gmail.com \
    /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.