From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shiyuan Subject: Org release_9.0 hangs Date: Tue, 17 Jan 2017 13:40:01 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a114b10b4c3be0605464ea073 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTYfu-00063v-6i for emacs-orgmode@gnu.org; Tue, 17 Jan 2017 13:40:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTYft-0007Rq-40 for emacs-orgmode@gnu.org; Tue, 17 Jan 2017 13:40:06 -0500 Received: from mail-wm0-x232.google.com ([2a00:1450:400c:c09::232]:38655) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cTYfs-0007Qw-T5 for emacs-orgmode@gnu.org; Tue, 17 Jan 2017 13:40:05 -0500 Received: by mail-wm0-x232.google.com with SMTP id r144so236670914wme.1 for ; Tue, 17 Jan 2017 10:40:03 -0800 (PST) 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" To: "emacs-orgmode@gnu.org" --001a114b10b4c3be0605464ea073 Content-Type: text/plain; charset=UTF-8 Hi all, I am using emacs 24.5 (shipped with Ubuntu 16.04 LTS). When I try to switch to org release 9.0 from git repos, emacs hangs when starting up, This is what I did for switching to release_9.0 git clone git://orgmode.org/org-mode.git cd org-mode git checkout release_9.0 make autoloads My .emacs is only two lines as follows, and I remove .emacs.d completely to rule out any possible interactions with other packages, (add-to-list 'load-path "~/org-mode/lisp") (add-to-list 'load-path "~/org-mode/contrib/lisp" t) By searching this list, I've found other people experiencing hanging problems. My case is more dramatic, it always happen, even when I try to open an empty org file. Everything seems good for release_8.3.6. The changes introducing in release_9.0 seems to cause the hanging problem. Any suggesting in how to track down the problem? Shiyuan --001a114b10b4c3be0605464ea073 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi all,
=C2=A0=C2=A0=C2= =A0 I am using emacs 24.5 (shipped with Ubuntu 16.04 LTS). When I try to sw= itch to org release 9.0 from git repos, emacs hangs when starting up,
<= br>
This is what I did for switching to release_9.0

git c= lone git://orgmode.org/org-mode= .git
cd org-mode
git checkout release_9.0
make autoloads

My .emacs is only two lines as f= ollows, and I remove .emacs.d completely to rule out any possible interacti= ons with other packages,

(add-to-list 'load-path "~/org-mo= de/lisp")
(add-to-list 'load-path "~/org-mode/contrib/lis= p" t)

By searching this list, I've found other p= eople experiencing hanging problems. My case is more dramatic, it always ha= ppen, even when I try to open=C2=A0 an empty org file. Everything seems goo= d for release_8.3.6. The changes introducing in=C2=A0 release_9.0 seems to = cause the hanging problem. Any suggesting in how to track down the problem?= =C2=A0

Shiyuan =C2=A0

--001a114b10b4c3be0605464ea073--