From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Masterson Newsgroups: gmane.emacs.help Subject: Re: Emacs Package Loading & .emacs ?? Date: Mon, 31 Mar 2014 16:51:11 -0700 Organization: Aioe.org NNTP Server Message-ID: <86ppl2j5ao.fsf@gmail.com> References: <86bnwnkm5d.fsf@gmail.com> <86r45ikk8l.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1396310126 5616 80.91.229.3 (31 Mar 2014 23:55:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 31 Mar 2014 23:55:26 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 01 01:55:20 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1WUm2x-0007MC-6a for geh-help-gnu-emacs@m.gmane.org; Tue, 01 Apr 2014 01:55:19 +0200 Original-Received: from localhost ([::1]:51918 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUm2w-0005FP-KD for geh-help-gnu-emacs@m.gmane.org; Mon, 31 Mar 2014 19:55:18 -0400 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!news.stack.nl!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: FBbxX6uxje+SXmxpIOXVag.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (cygwin) X-Notice: Filtered by postfilter v. 0.8.2 Cancel-Lock: sha1:naJpl989/7KwDSJ0wT0bf/qw7JM= Original-Xref: usenet.stanford.edu gnu.emacs.help:204626 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96895 Archived-At: David Masterson writes: > W. Greenhouse writes: >> 2. The correct form would be (require 'org-install) anyway, if you were >> manually loading org. >> >> 3. If you decide for some reason that you really do need to use >> (require 'org-install), you should do this from `after-init-hook' >> (which is run at step 17 of (info "(elisp) Startup Summary"), well >> after package init), OR you can explicitly (package-initialize) early >> in init and (setq package-enable-at-startup nil) to skip step 15. >> above. (info "(emacs) Package Installation") details some of the >> pros and cons of each approach. > > Hmmm. I'll have to recheck that. This goes against the standard way of > loading Emacs libraries that I've been using for 20+ years! Never needed > to use after-init-hook before. It's so hard to teach an old dog new > tricks... Nope -- still not getting it... I tried adding (require 'org-install) to the after-init-hook. No errors showed up, but org-version is still 7.9.3f. -- David Masterson