emacs-devel
[Top][All Lists]
Advanced

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

Problem with nsterm.m


From: chad
Subject: Problem with nsterm.m
Date: Mon, 30 Jul 2012 15:17:32 -0700

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

 2012-07-30  Jan Djärv  <address@hidden>

        * 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







reply via email to

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