From: Stefan Monnier <monnier@iro.umontreal.ca>
To: emacs-devel@gnu.org
Subject: Re: Autoloads and subdirectories
Date: Sun, 29 May 2016 11:01:13 -0400 [thread overview]
Message-ID: <jwva8j8nc6x.fsf-monnier+gmane.emacs.devel@gnu.org> (raw)
In-Reply-To: 5749EFAF.1010206@gmail.com
> The docs of load-file-name don't say what this variable becomes when outside
> of load. It is always nil when load-in-progress is nil?
I believe so, yes.
>> And why do you need to fallback on byte-compile-current-file or
>> buffer-file-name?
> I'd like this code to work when the form is evaluated with C-M-x in an Emacs
> buffer. Since this isn't in an eval-when-compile form, though, I guess it
> would work to remove the byte-compile-current-file part.
For C-M-x I guess you do need buffer-file-name. For M-x eval-buffer
you could use
;;;###autoload (defconst realgud-subdir-autoloads-name "subdirectory-autoloads.el")
;;;###autoload (defconst realgud-content-dir)
;;;###autoload (file-name-directory load-file-name))
;;;###autoload (with-demoted-errors "Error loading autoloads: %s"
;;;###autoload (load (expand-file-name realgud-subdir-autoloads-name realgud-content-dir) t t))
-- Stefan
next prev parent reply other threads:[~2016-05-29 15:01 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-28 4:25 Autoloads and subdirectories Clément Pit--Claudel
2016-05-28 5:00 ` Robert Weiner
2016-05-28 5:13 ` Clément Pit--Claudel
2016-05-28 18:18 ` Stefan Monnier
2016-05-28 18:47 ` Clément Pit--Claudel
2016-05-28 19:07 ` Stefan Monnier
2016-05-28 19:21 ` Clément Pit--Claudel
2016-05-29 15:01 ` Stefan Monnier [this message]
2016-05-29 15:39 ` Clément Pit--Claudel
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=jwva8j8nc6x.fsf-monnier+gmane.emacs.devel@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=emacs-devel@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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).