emacs-devel
[Top][All Lists]
Advanced

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

Re: Mac OS Sierra tab feature breaks C-x 5 2


From: Alan Third
Subject: Re: Mac OS Sierra tab feature breaks C-x 5 2
Date: Thu, 6 Jul 2017 23:16:37 +0100
User-agent: Mutt/1.7.2 (2016-11-26)

On Thu, Jul 06, 2017 at 06:42:04PM +0100, Alan Third wrote:
> We can make it a run time check, which would look something like
> 
>     if ([win respondsToSelector: @selector(setTabbingMode)])
>       [win setTabbingMode: NSWindowTabbingModeDisallowed];
> 
> but this will throw up compiler warnings on pre‐Sierra versions of
> macOS. I guess that’s maybe just the price to be paid.

I’ve attached a patch to master for this. Can someone on macOS 10.11
or below give it a try and confirm that it compiles and runs?
-- 
Alan Third

Attachment: 0001-Use-a-run-time-check-for-macOS-Sierra-tabbing-suppor.patch
Description: Text document


reply via email to

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