From: Rusi <rustompmody@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs Package Loading & .emacs ??
Date: Mon, 31 Mar 2014 18:38:56 -0700 (PDT) [thread overview]
Message-ID: <6ee57633-e8e4-4dff-b782-59bd230b383b@googlegroups.com> (raw)
In-Reply-To: <86ppl2j5ao.fsf@gmail.com>
On Tuesday, April 1, 2014 5:21:11 AM UTC+5:30, David Masterson wrote:
> 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.
Ive not yet migrated to the new package system (so what I say may have
no relation with your needs)
However Ive had problems with recent org not properly shadowing the builtin
one properly.
Ive 'cured' (you may call it bludgeoned) that problem out by doing
(load-file (expand-file-name "~/path/to/org-loaddefs.el"))
followed by this (which should be superseded by some package stuff)
(add-to-list 'load-path "~/path/to//org-mode/contrib/lisp")
After that (require 'org) is not required!
next prev parent reply other threads:[~2014-04-01 1:38 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-31 4:49 Emacs Package Loading & .emacs ?? David Masterson
2014-03-31 7:43 ` Martin
2014-03-31 17:18 ` W. Greenhouse
2014-04-01 11:49 ` Alan Schmitt
2014-04-01 14:44 ` W. Greenhouse
[not found] ` <mailman.18607.1396286371.10748.help-gnu-emacs@gnu.org>
2014-03-31 23:43 ` David Masterson
2014-03-31 23:51 ` David Masterson
2014-04-01 1:38 ` Rusi [this message]
2014-04-01 14:42 ` W. Greenhouse
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6ee57633-e8e4-4dff-b782-59bd230b383b@googlegroups.com \
--to=rustompmody@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).