all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: chad <yandros@MIT.EDU>
To: Emacs developers <emacs-devel@gnu.org>
Subject: Problem with nsterm.m
Date: Mon, 30 Jul 2012 15:17:32 -0700	[thread overview]
Message-ID: <35ACEF5C-5EF1-41FF-A3D8-ED937ADD26E6@mit.edu> (raw)

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







             reply	other threads:[~2012-07-30 22:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-30 22:17 chad [this message]
2012-07-31  6:01 ` Problem with nsterm.m Jan Djärv
2012-07-31 16:20 ` Jan Djärv

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=35ACEF5C-5EF1-41FF-A3D8-ED937ADD26E6@mit.edu \
    --to=yandros@mit.edu \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.