all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#33021: nsterm.m:  missing two (2) closing parentheses ...
@ 2018-10-12  1:14 Keith David Bershatsky
  2019-07-11 15:39 ` Lars Ingebrigtsen
  2019-07-11 18:00 ` Keith David Bershatsky
  0 siblings, 2 replies; 3+ messages in thread
From: Keith David Bershatsky @ 2018-10-12  1:14 UTC (permalink / raw)
  To: 33021

At the convenience of the Emacs team, please add two (2) closing parentheses to nsterm.m.  While it is possible to build Emacs, working on the functions is difficult because Emacs cannot narrow properly to a defun ....  Thanks.

      if ([child parentWindow] != nil)
        {
          [[child parentWindow] removeChildWindow:child];
#if defined (NS_IMPL_COCOA) && MAC_OS_X_VERSION_MAX_ALLOWED >= 101000
#if MAC_OS_X_VERSION_MIN_REQUIRED < 101000

/* *** HERE *** */

          if ([child respondsToSelector:@selector(setAccessibilitySubrole:)]
#endif
              [child setAccessibilitySubrole:NSAccessibilityStandardWindowSubrole];
#endif
        }

      if (!NILP (new_value))
        {
          parent = [FRAME_NS_VIEW (p) window];

          [parent addChildWindow: child
                         ordered: NSWindowAbove];
#if defined (NS_IMPL_COCOA) && MAC_OS_X_VERSION_MAX_ALLOWED >= 101000
#if MAC_OS_X_VERSION_MIN_REQUIRED < 101000

/* *** HERE *** */

          if ([child respondsToSelector:@selector(setAccessibilitySubrole:)]
#endif
              [child setAccessibilitySubrole:NSAccessibilityFloatingWindowSubrole];
#endif
        }





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-11 18:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-12  1:14 bug#33021: nsterm.m: missing two (2) closing parentheses Keith David Bershatsky
2019-07-11 15:39 ` Lars Ingebrigtsen
2019-07-11 18:00 ` Keith David Bershatsky

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.