unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Mike Mattie <codermattie@gmail.com>
To: emacs-devel@gnu.org
Subject: Carbon port vs. Emacs.app plus Emacs.app problem report w/test-case
Date: Wed, 7 Nov 2007 05:19:50 -0800	[thread overview]
Message-ID: <20071107051950.1be820d2@reforged> (raw)
In-Reply-To: <E1IpNZ6-0005Ex-VC@etlken.m17n.org>


[-- Attachment #1.1: Type: text/plain, Size: 1772 bytes --]

On Tue, 06 Nov 2007 21:29:56 +0900
Kenichi Handa <handa@ni.aist.go.jp> wrote:

> In article <m21wb3vayb.fsf@news.cyberhut.org>, CHENG Gao
> <chenggao@gmail.com> writes:
> 
> > If Carbon port is treated as dead, and emacs-app (Cocoa port,
> > http://emacs-app.sf.net) works well, is it possible that emacs-app
> > be merged (as a branch in cvs or git repo) thus we MacOSX users can
> > have an evolving Emacs?
> 
> To my understanding, Carbon port should be treated as dead,
> and the merging of Cocoa port into the trunk (or to
> emacs-unicode-2 branch) isn't that far.

I surely hope that the Carbon port isn't dead. 
I use 22.1.1 2007-06-16 on powerpc-apple-darwin8.9.0
as the only emacs that works on my laptop.

It is not a subjective sort of "doesn't work", I tried
emacs.app (can't remember version will add more) and it blew up on my .emacs
with these lines:

(cond
  ((string-equal "gnu/linux" system-type) (load-file "/usr/share/emacs/site-lisp/site-gentoo.el"))
  ((string-equal "darwin" system-type) (load-file (concat (getenv "HOME") "/system/emacs/darwin.el")))
  )

For a test case you can drop the (load-file "file") part. I found that a single string-equal call
on the system-type symbol worked. However two subsequent uses of the system-type symbol as above
caused the elisp debugger to be entered.

I removed the line and it (Emacs.app) continued to exhibit terrible behavior. Crashed during syntax highlighting,
received numerous "max binding depth reached" like errors doing innocuous things like C-hf. I have also noticed
that problem on Linux-x86 with emacs 23.0.0.3, but it's alot harder to trigger there.

I was waiting for the time to construct a more useful problem report, but this has at least a test-case.

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

  parent reply	other threads:[~2007-11-07 13:19 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-06 12:02 Carbon port emacs-unicode-2 build problem under MacOSX CHENG Gao
2007-11-06 12:14 ` CHENG Gao
2007-11-06 12:29 ` Kenichi Handa
2007-11-06 13:52   ` CHENG Gao
2007-11-06 19:28   ` Ted Zlatanov
2007-11-06 23:27     ` Glenn Morris
2007-11-07  4:59       ` Ted Zlatanov
2007-11-07 13:19   ` Mike Mattie [this message]
2007-11-07 13:54     ` Carbon port vs. Emacs.app plus Emacs.app problem report w/test-case Ted Zlatanov
2007-11-07 15:45       ` Mike Mattie
2007-11-06 12:34 ` Carbon port emacs-unicode-2 build problem under MacOSX Jason Rumney
2007-11-06 13:58   ` CHENG Gao
2007-11-06 19:26   ` Ted Zlatanov
2007-11-07  4:13     ` YAMAMOTO Mitsuharu
2007-11-07  5:24       ` Ted Zlatanov
2007-11-07  5:52         ` YAMAMOTO Mitsuharu
2007-11-07  6:03           ` YAMAMOTO Mitsuharu
2007-11-07 14:19           ` Ted Zlatanov
2007-11-07 14:34             ` Jason Rumney
     [not found]               ` <m2abpqt5mm.fsf@lifelogs.com>
2007-11-07 16:40                 ` Adrian Robert
2007-11-08  4:42               ` Richard Stallman
2007-11-08  1:27             ` YAMAMOTO Mitsuharu
2007-11-08  2:31               ` YAMAMOTO Mitsuharu
2007-11-24  9:18           ` YAMAMOTO Mitsuharu
2008-02-12  0:59             ` YAMAMOTO Mitsuharu
2007-11-07 14:15     ` Adrian Robert
2007-11-07 15:05       ` Jason Rumney
2007-11-07 16:09         ` Stefan Monnier
2007-11-08  4:42           ` Richard Stallman
2007-11-08 15:56             ` Dan Nicolaescu
2007-11-09  4:12               ` Richard Stallman
2007-11-09  7:47                 ` Dan Nicolaescu
2007-11-09 10:34                   ` Eli Zaretskii
2007-11-09 15:09                     ` Dan Nicolaescu
2007-11-10 17:54                       ` Richard Stallman
2007-11-12  5:17                         ` How to re-orgranize ChangeLog.unicode for merging Kenichi Handa
2007-11-12 20:22                           ` Eli Zaretskii
2007-11-12 22:17                             ` Andreas Schwab
2007-11-13  4:08                               ` Eli Zaretskii
2007-11-18 22:47                           ` Richard Stallman
2007-11-18 22:47                           ` Richard Stallman
2007-11-07 16:14         ` Carbon port emacs-unicode-2 build problem under MacOSX Dan Nicolaescu
2007-11-08  4:42         ` Richard Stallman
2007-11-07 18:30 ` CHENG Gao

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=20071107051950.1be820d2@reforged \
    --to=codermattie@gmail.com \
    --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 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).