From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: Re: mac os x: how do you run emacs in-place? Date: Wed, 26 Nov 2014 15:56:00 -0500 Message-ID: <49674948-99E1-4A5B-AC53-EC1F092EB2E5@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1417035402 24925 80.91.229.3 (26 Nov 2014 20:56:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Nov 2014 20:56:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: sds@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 26 21:56:35 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XtjdZ-0000qU-VI for ged-emacs-devel@m.gmane.org; Wed, 26 Nov 2014 21:56:34 +0100 Original-Received: from localhost ([::1]:36001 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtjdZ-0005PS-Hq for ged-emacs-devel@m.gmane.org; Wed, 26 Nov 2014 15:56:33 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtjdI-0005PN-IW for emacs-devel@gnu.org; Wed, 26 Nov 2014 15:56:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XtjdC-00043q-8f for emacs-devel@gnu.org; Wed, 26 Nov 2014 15:56:16 -0500 Original-Received: from mail-qa0-x232.google.com ([2607:f8b0:400d:c00::232]:59112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xtjd6-00042t-8L; Wed, 26 Nov 2014 15:56:04 -0500 Original-Received: by mail-qa0-f50.google.com with SMTP id w8so2520833qac.9 for ; Wed, 26 Nov 2014 12:56:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=lardY0/SlgG/A602oUPEQs/iBDqZN0Y74bRqCjHTAW8=; b=ucbXNJTLiQ+f9qh0KZd39xuLpxKTGkr1zBKZW5lg4YfbFOqFvOnc+wtAGiXfBtbtp+ K9LTygdfJzwgcMlHs7QCX+sLH3FbsztodA6WAONMc5MsfrV07UWOzOBQjqAEoSWPSNH1 QysoaNrBLbZLIFd5m99pLNdGZnKfielrwBJMvA6Ty0ozdtyCNJfYDlLP1v32CESvkn4f nmxtwQUORbcvLeFi/iaB6EVxLfplhfIcldnB6uRbKNbyELV+wHb07cWRFbE+atvg1Mum 2KXHesIacwLuU52vw/vDDO0UAxJKObY2zPF6z+w1guPB2XY/byaSfO+jqjKW7X7uX847 xJIA== X-Received: by 10.224.25.146 with SMTP id z18mr41151240qab.17.1417035363136; Wed, 26 Nov 2014 12:56:03 -0800 (PST) Original-Received: from [172.22.0.10] (camb-L3-guest.basistech.com. [208.178.90.140]) by mx.google.com with ESMTPSA id j91sm4875271qgd.8.2014.11.26.12.56.01 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 26 Nov 2014 12:56:01 -0800 (PST) In-Reply-To: X-Mailer: Apple Mail (2.1993) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c00::232 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:178325 Archived-At: On Nov 26, 2014, at 2:01 PM, Sam Steingold wrote: >=20 > On a normal unix system one can run Emacs from the build directory as > "build/src/emacs", but it does not work on mac os. > Is there a way to run emacs without "make install=E2=80=9D ? =E2=80=9Cmake install=E2=80=9D really just installs it into = nextstep/Emacs. When you do =E2=80=9Cmake=E2=80=9D, the binary is updated (src/emacs -> = nextstep/Emacs.app/Contents/MacOS/Emacs), which facilitates fast = testing. So, only the first =E2=80=9Cmake install=E2=80=9D is necessary = to test when doing development, unless non-preloaded (dumped) lisp files = or other resources are changed. This binary gets its resources from = what is in nextstep/Emacs.app. To test run after changes to the C code in src/, I usually do something = like make -j4 ../nextstep/Emacs.app/Contents/MacOS/Emacs -q