unofficial mirror of bug-gnu-emacs@gnu.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

* bug#33021: nsterm.m:  missing two (2) closing parentheses ...
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Lars Ingebrigtsen @ 2019-07-11 15:39 UTC (permalink / raw)
  To: Keith David Bershatsky; +Cc: 33021

Keith David Bershatsky <esq@lawlist.com> writes:

> 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.

Could you send a patch for this?  I'm not quite sure what you're
referring to here.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

* bug#33021: nsterm.m:  missing two (2) closing parentheses ...
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Keith David Bershatsky @ 2019-07-11 18:00 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 33021

It looks like Alan fixed it on 12/01/2018 with 4b176eb86361cff94a223225e8b852adb1accc50.

Both "if" statements to:

if ([child respondsToSelector:@selector(setAccessibilitySubrole:)]

were missing a closing parenthesis, and *accc50 fixed that problem.

As such, it would be appropriate to close out bug 33021 at your convenience.

Keith

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

> Date: [07-11-2019 08:39:52] <11 Jul 2019 17:39:52 +0200>
> From: Lars Ingebrigtsen <larsi@gnus.org>
> To: Keith David Bershatsky <esq@lawlist.com>
> Cc: 33021@debbugs.gnu.org
> Subject: Re: bug#33021: nsterm.m:  missing two (2) closing parentheses ...
> 
> Keith David Bershatsky <esq@lawlist.com> writes:
> 
> > 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.
> 
> Could you send a patch for this?  I'm not quite sure what you're
> referring to here.
> 
> --
> (domestic pets only, the antidote for overdose, milk.)
>    bloggy blog: http://lars.ingebrigtsen.no





^ 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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).