emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Should require and provide be symmetrical?


From: chad
Subject: Re: Should require and provide be symmetrical?
Date: Tue, 9 Feb 2010 18:44:51 -0800


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?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]