unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Seiji Zenitani <zenitani@mac.com>
To: rms@gnu.org
Cc: emacs-devel@gnu.org
Subject: Re: OS X: load-path on self-contained build
Date: Sun, 15 Jul 2007 18:11:02 -0400	[thread overview]
Message-ID: <6450652C-3FFD-435D-9B85-038C12AA2AE1@mac.com> (raw)
In-Reply-To: <E1I8NmP-0000u2-NL@fencepost.gnu.org>

On 2007/07/10, at 18:01, Richard Stallman wrote:

> Would someone please fix this, then ack?


The attached patch (by R. Yoshitake; GPL) works fine for me.
Is there any potential side-effects?


Seiji Zenitani
zenitani@mac.com


--- src/mac.c.orig  2007-04-20 09:26:45.000000000 -0400
+++ src/mac.c       2007-06-09 18:54:42.000000000 -0400
@@ -5331,12 +5335,12 @@
        q[0] = '\0';
        strcpy (p, app_bundle_pathname);
-      strcat (p, "/Contents/Resources/lisp");
+      strcat (p, "/Contents/Resources/site-lisp");
        if (stat (p, &st) == 0 && (st.st_mode & S_IFMT) == S_IFDIR)
	strcat (q, p);
        strcpy (p, app_bundle_pathname);
-      strcat (p, "/Contents/Resources/leim");
+      strcat (p, "/Contents/Resources/lisp");
        if (stat (p, &st) == 0 && (st.st_mode & S_IFMT) == S_IFDIR)
	{
	  if (q[0] != '\0')
@@ -5345,7 +5349,7 @@
	}
        strcpy (p, app_bundle_pathname);
-      strcat (p, "/Contents/Resources/site-lisp");
+      strcat (p, "/Contents/Resources/leim");
        if (stat (p, &st) == 0 && (st.st_mode & S_IFMT) == S_IFDIR)
	{
	  if (q[0] != '\0')

  reply	other threads:[~2007-07-15 22:11 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-10  3:54 OS X: load-path on self-contained build Seiji Zenitani
2007-07-10 22:01 ` Richard Stallman
2007-07-15 22:11   ` Seiji Zenitani [this message]
2007-07-16 15:49     ` Richard Stallman
2007-07-23 22:30     ` Richard Stallman
2007-07-30 20:48     ` Richard Stallman
2007-07-31  2:13     ` Seiji Zenitani
2007-08-01 21:46       ` Vinicius Jose Latorre
2007-08-01 22:06         ` Seiji Zenitani
2007-08-01 22:23           ` Vinicius Jose Latorre
2007-08-01 22:40             ` Glenn Morris
2007-08-01 23:13               ` Vinicius Jose Latorre
2007-08-02  0:08                 ` Vinicius Jose Latorre
2007-08-06 16:33     ` Richard Stallman
2007-08-06 18:08       ` Glenn Morris

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=6450652C-3FFD-435D-9B85-038C12AA2AE1@mac.com \
    --to=zenitani@mac.com \
    --cc=emacs-devel@gnu.org \
    --cc=rms@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).