all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Clément Pit--Claudel" <clement.pit@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: Autoloads and subdirectories
Date: Sun, 29 May 2016 11:39:01 -0400	[thread overview]
Message-ID: <574B0D15.8090106@gmail.com> (raw)
In-Reply-To: <jwva8j8nc6x.fsf-monnier+gmane.emacs.devel@gnu.org>


[-- Attachment #1.1: Type: text/plain, Size: 1030 bytes --]

On 2016-05-29 11:01, Stefan Monnier wrote:
>> 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))

Got it, thanks!


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

      reply	other threads:[~2016-05-29 15:39 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
2016-05-29 15:39               ` Clément Pit--Claudel [this message]

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=574B0D15.8090106@gmail.com \
    --to=clement.pit@gmail.com \
    --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 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.