GNU bug report logs - #33021
nsterm.m: missing two (2) closing parentheses ...

Previous Next

Package: emacs;

Reported by: Keith David Bershatsky <esq <at> lawlist.com>

Date: Fri, 12 Oct 2018 01:16:01 UTC

Severity: minor

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Keith David Bershatsky <esq <at> lawlist.com>
To: 33021 <at> debbugs.gnu.org
Subject: bug#33021: nsterm.m:  missing two (2) closing parentheses ...
Date: Thu, 11 Oct 2018 18:14:54 -0700
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
        }




This bug report was last modified 5 years and 316 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.