From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Hanche-Olsen Newsgroups: gmane.emacs.devel Subject: Re: mac os x: how do you run emacs in-place? Date: Wed, 26 Nov 2014 21:01:58 +0100 Message-ID: <547631B6.5040300@math.ntnu.no> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1417032139 31697 80.91.229.3 (26 Nov 2014 20:02:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Nov 2014 20:02:19 +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:02:11 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 1Xtimx-0004ts-IW for ged-emacs-devel@m.gmane.org; Wed, 26 Nov 2014 21:02:11 +0100 Original-Received: from localhost ([::1]:35843 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xtimx-0007qK-77 for ged-emacs-devel@m.gmane.org; Wed, 26 Nov 2014 15:02:11 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xtimt-0007q3-SZ for emacs-devel@gnu.org; Wed, 26 Nov 2014 15:02:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xtimt-0005gw-3j for emacs-devel@gnu.org; Wed, 26 Nov 2014 15:02:07 -0500 Original-Received: from hylle06.itea.ntnu.no ([2001:700:300:3::235]:50516) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xtims-0005fe-Rw for emacs-devel@gnu.org; Wed, 26 Nov 2014 15:02:07 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by hylle06.itea.ntnu.no (Postfix) with ESMTP id 6AF2666262F; Wed, 26 Nov 2014 21:01:59 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at hylle06.itea.ntnu.no Original-Received: from [IPv6:2001:4662:4ff2::251a:817e:710a:26a6] (unknown [IPv6:2001:4662:4ff2:0:251a:817e:710a:26a6]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: hanche) by hylle06.itea.ntnu.no (Postfix) with ESMTPSA id 123D2660A07; Wed, 26 Nov 2014 21:01:59 +0100 (CET) User-Agent: Postbox 3.0.11 (Macintosh/20140602) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:700:300:3::235 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:178323 Archived-At: Sam Steingold wrote: > 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" ? Are you talking about the nextstep build? I ask because that is not the=20 only way to build emacs on OS X. Anyhow, I find that even with the nextstep build, running with the -nw=20 flag is unproblematic. But without it, it does indeed seem to have=20 difficulties. It starts, but behaves funny. =E2=80=93 Harald