From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam K M Subject: Re: Installing org-mode from git without byte-compiling Date: Mon, 03 Jan 2011 16:59:40 +0530 Message-ID: <87sjxaz0m3.fsf@noorul.maa.corp.collab.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=53178 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZidl-0000e6-Ky for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 06:31:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZidk-0004bk-Dq for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 06:31:53 -0500 Received: from mail-iw0-f169.google.com ([209.85.214.169]:38089) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZidk-0004bZ-Ax for emacs-orgmode@gnu.org; Mon, 03 Jan 2011 06:31:52 -0500 Received: by iwn40 with SMTP id 40so14922463iwn.0 for ; Mon, 03 Jan 2011 03:31:50 -0800 (PST) In-Reply-To: (Jeff Horn's message of "Fri, 31 Dec 2010 13:43:57 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jeff Horn Cc: Org-mode ml Jeff Horn writes: > Bernt, Eric Schulte, and others, > > Bernt recently mentioned to me on #org-mode that he doesn't > byte-compile org-mode, which makes it much easier to read backtraces. > I'm trying to use Eric Schulte's starter-kit fork, and the > instructions suggest compiling org-mode.[1] > > Inspecting the Makefile, I see that I probably want to make the info > documentation and have that installed automatically, I just don't want > to byte-compile the lisp. > > 1) Is there a flag or something I can pass to make in order to skip > byte-compiling but perform the rest of the script tasks? (The Makefile > docstring suggests 'make doc' to make html and PDF docs. Will it also > make the info docs and install them automatically?) > > 2) Out of curiosity, is 'make install' ever necessary when the local > git directory is sourced into the load-path? > make info make install-info Thanks and Regards Noorul