From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Zhao Subject: Re: commit 5ea0228 has problem opening big org-mode file Date: Tue, 26 Nov 2013 20:46:50 -0500 Message-ID: References: <871u255cla.fsf@gmail.com> <878uwcbes9.fsf@alphaville.bos.redhat.com> <87wqjv0xul.fsf@Rainer.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlUDN-0002p2-CL for emacs-orgmode@gnu.org; Tue, 26 Nov 2013 20:46:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VlUDM-0003W8-3Y for emacs-orgmode@gnu.org; Tue, 26 Nov 2013 20:46:53 -0500 Received: from mail-ie0-x22f.google.com ([2607:f8b0:4001:c03::22f]:35867) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlUDL-0003W2-Ua for emacs-orgmode@gnu.org; Tue, 26 Nov 2013 20:46:52 -0500 Received: by mail-ie0-f175.google.com with SMTP id x13so10998111ief.34 for ; Tue, 26 Nov 2013 17:46:50 -0800 (PST) In-Reply-To: <87wqjv0xul.fsf@Rainer.invalid> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Achim Gratz Cc: emacs-orgmode > York Zhao writes: >> (add-to-list 'load-path "path/to/org-mode") > > This line is not needed. My org-mode is "installed" in separate directory outside of Emacs system and therefor this line is needed in my setup, otherwise the org-mode shipped with Emacs would be used. >> (add-to-list 'load-path "path/to/org-mode/lisp") ; this line is the >> key > > Key for what? Did you create autoload files for this installation? Key for reproducing the problem. I wouldn't get the problem without this line. >> Third, file "yhj-mode.el" has to be byte-compiled. > > You'll have to byte-compile it while the load-path is already set to > include your Org installation, otherwise it will pick up the Org shipped > with Emacs. "yhj-mode.el" is the file used to reproduce the problem, in my system I have to byte-compile this file, otherwise I wouldn't get the problem. But apparently Nicolas doesn't need to byte-compile this file and still reproduced the issue. Have no idea why. York