all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Problem with nsterm.m
@ 2012-07-30 22:17 chad
  2012-07-31  6:01 ` Jan Djärv
  2012-07-31 16:20 ` Jan Djärv
  0 siblings, 2 replies; 3+ messages in thread
From: chad @ 2012-07-30 22:17 UTC (permalink / raw)
  To: Emacs developers

nsterm.m now has a dangling reference to ns_ignore_open_file, presumably since this:

 2012-07-30  Jan Djärv  <jan.h.d@swipnet.se>

        * nsterm.m (ns_do_open_file): New variable.
        (ns_term_init): Set ns_do_open_file to NO after run returns.
        (openFile, openTempFile, openFileWithoutUI, openFiles): Open
        files only if ns_do_open_file.

I'm guessing that it's meant to be !ns_do_open_file instead, and it seems to work with that trivial change, but I'm not familiar with the code.

Speaking of unfamiliar... Since updating to 10.8, I get:

; Emacs.app/Contents/MacOS/Emacs 
2012-07-30 15:09:08.239 Emacs[40546:303] *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
2012-07-30 15:09:08.240 Emacs[40546:303] *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.

*Chad







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

* Re: Problem with nsterm.m
  2012-07-30 22:17 Problem with nsterm.m chad
@ 2012-07-31  6:01 ` Jan Djärv
  2012-07-31 16:20 ` Jan Djärv
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Djärv @ 2012-07-31  6:01 UTC (permalink / raw)
  To: chad; +Cc: Emacs developers

Hello.

31 jul 2012 kl. 00:17 skrev chad:

> nsterm.m now has a dangling reference to ns_ignore_open_file, presumably since this:
> 
> 2012-07-30  Jan Djärv  <jan.h.d@swipnet.se>
> 
>        * nsterm.m (ns_do_open_file): New variable.
>        (ns_term_init): Set ns_do_open_file to NO after run returns.
>        (openFile, openTempFile, openFileWithoutUI, openFiles): Open
>        files only if ns_do_open_file.
> 
> I'm guessing that it's meant to be !ns_do_open_file instead, and it seems to work with that trivial change, but I'm not familiar with the code.
> 


Sorry about that, now fixed.

> Speaking of unfamiliar... Since updating to 10.8, I get:
> 
> ; Emacs.app/Contents/MacOS/Emacs 
> 2012-07-30 15:09:08.239 Emacs[40546:303] *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
> 2012-07-30 15:09:08.240 Emacs[40546:303] *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.


I'll check that.

	Jan D.




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

* Re: Problem with nsterm.m
  2012-07-30 22:17 Problem with nsterm.m chad
  2012-07-31  6:01 ` Jan Djärv
@ 2012-07-31 16:20 ` Jan Djärv
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Djärv @ 2012-07-31 16:20 UTC (permalink / raw)
  To: chad; +Cc: Emacs developers

Hello.

31 jul 2012 kl. 00:17 skrev chad:

> Speaking of unfamiliar... Since updating to 10.8, I get:
> 
> ; Emacs.app/Contents/MacOS/Emacs 
> 2012-07-30 15:09:08.239 Emacs[40546:303] *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
> 2012-07-30 15:09:08.240 Emacs[40546:303] *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.

That function has been deprecated since 10.6 according to the documentation.  But only 10.8 gives a warning.  Too bad a warning is not given at compile time.
Fixed in trunk.

	Jan D.





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

end of thread, other threads:[~2012-07-31 16:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-30 22:17 Problem with nsterm.m chad
2012-07-31  6:01 ` Jan Djärv
2012-07-31 16:20 ` Jan Djärv

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.