all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Weiner <rswgnu@gmail.com>
To: 23638@debbugs.gnu.org
Subject: bug#23638: "load" should use directory from load-file-name as a final fallback
Date: Sat, 28 May 2016 10:33:20 -0400	[thread overview]
Message-ID: <CA+OMD9hJuFZ+au2p2CPWMADS_xYjY3Gy--tW_uugqhZoX3UEkA@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1294 bytes --]

The "load" function could do more of the right thing in the case where an
absolute path is given in a load call and then within the file loaded,
require or load references are made to relative files whose directories are
not in load path but the files do exist within the directory specified by
the original load.

So for example, we have a testing directory, "/tmp/" not in load-path with
files a.el and b.el.
In a.el, there is the line: (require 'b) and then we do a (load
"/tmp/a.el").  The require of b will fail but since load-file-name is set
to /tmp/a.el, if no matches are found in load-path, it would be a simple
matter to try to resolve b in the directory specified in load-file-name as
a fallback.

This would help in many cases when experimenting with new directories of
code that have not yet been added to the load path.  It also would help the
Emacs package system since it adds only the top-level directory of a
package to load-path when trying to byte-compile the package.  If the
package contains subdirectories, which require or load local files within
these subdirectories, these will fail right now but would succeed with the
above change.

Any comments, suggestions or issues with this?  Please consider
implementing this and help make multi-directory packages a reality.

[-- Attachment #2: Type: text/html, Size: 1436 bytes --]

             reply	other threads:[~2016-05-28 14:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-28 14:33 Robert Weiner [this message]
2016-05-28 14:49 ` bug#23638: Someone thought relative file loading was enough of a problem, he wrote a whole package for it Robert Weiner
2021-02-07 13:14 ` bug#23638: "load" should use directory from load-file-name as a final fallback Lars Ingebrigtsen
2022-05-08 12:22   ` Lars Ingebrigtsen

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=CA+OMD9hJuFZ+au2p2CPWMADS_xYjY3Gy--tW_uugqhZoX3UEkA@mail.gmail.com \
    --to=rswgnu@gmail.com \
    --cc=23638@debbugs.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.
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.