From: chad <yandros@gmail.com>
To: Nathaniel Flath <flat0103@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: Should require and provide be symmetrical?
Date: Tue, 9 Feb 2010 18:44:51 -0800 [thread overview]
Message-ID: <558FCCE4-1A80-4D05-90BC-5A89569A428B@gmail.com> (raw)
In-Reply-To: <5e3a506e1002091729u3d70ed8bt2350c57b5d480f14@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 575 bytes --]
On Feb 9, 2010, at 5:29 PM, Nathaniel Flath wrote:
> I ran into this whil splitting up my personal configuration - I was attempting to mirror the packages I was loading, so for example org.el in my directory would contain customizations for org-mode. However, in this file, a (require 'org) would cause an infinite require error, as it tried to load itself instead of the org.el in emacs. Should this behaviour be changed, or is there a reason for it?
try putting those files in a directory ``my-customizations'' and then (require 'my-customizations/org), etc?
[-- Attachment #2: Type: text/html, Size: 899 bytes --]
next prev parent reply other threads:[~2010-02-10 2:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-10 1:29 Should require and provide be symmetrical? Nathaniel Flath
2010-02-10 2:44 ` chad [this message]
2010-02-10 2:48 ` Stephen J. Turnbull
2010-02-10 18:27 ` Andreas Schwab
2010-02-10 19:12 ` Harald Hanche-Olsen
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=558FCCE4-1A80-4D05-90BC-5A89569A428B@gmail.com \
--to=yandros@gmail.com \
--cc=emacs-devel@gnu.org \
--cc=flat0103@gmail.com \
/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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.