all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: CHENG Gao <chenggao@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: emacsclient 22 and 23 incompatibility
Date: Sun, 02 Aug 2009 03:58:53 +0800	[thread overview]
Message-ID: <m21vnvl30i.fsf@cyberhut.org> (raw)
In-Reply-To: m1my6js5pq.fsf@defun.dk


A solution is to install a command line only version of Emacs 23.1 to
repalce 22.1.1 in MacOSX.

The plan I have is to 

1. Install a command line only version to /usr/local

2. Install Cocoa port building with:
./configure --with-ns --disable-ns-self-contained

This way /usr/local/share/emacs/site-lisp can be used by two
installations.

It's useful when installing some Emacs packages. Without a command line
Emacs 23, Emacs 22 in /usr/bin is often choosen if you forget to use:

./configre --with-emacs=/Applications/Emacs.app/Contents/MacOS/Emacs

That can mean a lot of trouble.

I have not installed command line version yet, but I plan to.


BTW, I have a question.

Apple's original installation of emacs 22 has (in /usr/bin):

,----
| -r-xr-xr-x  1 root  wheel     38544  2  6  2008 emacs
| -rwxr-xr-x  1 root  wheel  13072480 12 17  2008 emacs-i386
| -rwxr-xr-x  1 root  wheel   5301856 11 25  2008 emacs-undumped
`----
Does this mean:
the first emacs is dumped? How could it be so small?


Please pay attention to size of three files.

My build of Emacs 23.1 has:
,----
| -rwxr-xr-x  2 chenggao  staff  8916252  8  2 03:51 emacs
| -rwxr-xr-x  2 chenggao  staff  8916252  7 31 15:31 emacs-23.1.1
| -rwxr-xr-x  2 chenggao  staff  8916252  8  2 03:51 emacs-23.1.2
`----

emacs-23.1.2 is made with 
,----
| temacs -batch -l loadup dump
`----
while I try to dump emacs (since I think original build is undumped).


So this means while installing, emacs is dumped. Where is the undumped
emacs?


-- 
Homo sum, humani being nil a me alienum puto






  reply	other threads:[~2009-08-01 19:58 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-01  8:25 emacsclient 22 and 23 incompatibility David Reitter
2009-08-01 10:55 ` David Kastrup
2009-08-01 11:04   ` David Reitter
2009-08-01 19:18     ` Christian Lynbech
2009-08-01 19:58       ` CHENG Gao [this message]
2009-08-01 22:18         ` Ken Raeburn
2009-08-02  6:52           ` CHENG Gao
2009-08-02 19:24       ` David Reitter
2009-08-02 21:20         ` Leo
2009-08-03  7:29           ` Vagn Johansen
2009-08-03  9:41             ` Leo
2009-08-03 15:14               ` Vagn Johansen
2009-08-07 16:22                 ` Ian Eure
2009-08-03 10:15             ` Christoph Conrad
2009-08-03 10:47               ` Leo
2009-08-03 12:47                 ` Christoph Conrad
2009-08-03 13:10                   ` Leo
2009-08-04  0:23                   ` YAMAMOTO Mitsuharu
2009-08-04 17:00                     ` Stefan Monnier
2009-08-01 20:33     ` Gilaras Drakeson

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=m21vnvl30i.fsf@cyberhut.org \
    --to=chenggao@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 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.