From: Alan Schmitt <alan.schmitt@polytechnique.org>
To: W. Greenhouse <wgreenhouse@riseup.net>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Emacs Package Loading & .emacs ??
Date: Tue, 01 Apr 2014 13:49:21 +0200 [thread overview]
Message-ID: <m2fvlxe0ce.fsf@polytechnique.org> (raw)
In-Reply-To: <87ha6e9thf.fsf@motoko.kusanagi> (W. Greenhouse's message of "Mon, 31 Mar 2014 17:18:52 +0000")
W. Greenhouse <wgreenhouse@riseup.net> writes:
> 2. The correct form would be (require 'org-install) anyway, if you were
> manually loading org.
I'm surprised by this. Looking at the org-install.el file in my local
installation, I see this:
#+begin_src emacs-lisp
;;; org-install.el --- backward compatibility file for obsolete configuration
;;
;;; Code:
;;
;; The file org-install is obsolete.
;;
;; It is provided here so that (require 'org-install) does not
;; trigger an error for users with obsolete Emacs configuration.
;; You can safely remove (require 'org-install) from your config."
(provide 'org-install)
;; Local Variables:
;; no-byte-compile: t
;; coding: utf-8
;; End:
;;; org-install.el ends here
#+end_src
Alan
next prev parent reply other threads:[~2014-04-01 11:49 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 [this message]
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
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=m2fvlxe0ce.fsf@polytechnique.org \
--to=alan.schmitt@polytechnique.org \
--cc=help-gnu-emacs@gnu.org \
--cc=wgreenhouse@riseup.net \
/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).