From: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
To: Scott Heftler <sheft@mac.com>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: can't do `make-frame' with emacs 22.1 under Leopard
Date: Mon, 07 Jan 2008 18:10:31 +0900 [thread overview]
Message-ID: <wlir26knlk.wl%mituharu@math.s.chiba-u.ac.jp> (raw)
In-Reply-To: <F49C2E60-FD0E-4E79-B163-FAA6379A91B7@mac.com>
>>>>> On Sat, 29 Dec 2007 20:12:11 -0600, Scott Heftler <sheft@mac.com> said:
> Why can't I `make-frame' with emacs 22.1 under Leopard? The error
> must lie in `make-terminal-frame', which says:
> error: "Not running on a Macintosh screen; cannot make a new
> Macintosh frame"
This is due to the following part in the implementation of
`make-terminal-frame' in frame.c:
#ifdef MAC_OS
if (sf->output_method != output_mac)
error ("Not running on a Macintosh screen; cannot make a new Macintosh frame");
#else
It was added in 1999 and seems to be intended for Mac OS 8 and 9.
I've changed the above condition to #ifdef MAC_OS8, so the bug will be
fixed in Emacs 22.2.
YAMAMOTO Mitsuharu
mituharu@math.s.chiba-u.ac.jp
prev parent reply other threads:[~2008-01-07 9:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-30 2:12 can't do `make-frame' with emacs 22.1 under Leopard Scott Heftler
2008-01-07 9:10 ` YAMAMOTO Mitsuharu [this message]
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=wlir26knlk.wl%mituharu@math.s.chiba-u.ac.jp \
--to=mituharu@math.s.chiba-u.ac.jp \
--cc=bug-gnu-emacs@gnu.org \
--cc=sheft@mac.com \
/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.