unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [Feature request] variable `init-file-loaded'
@ 2003-04-07 17:28 Wedler, Christoph
  0 siblings, 0 replies; only message in thread
From: Wedler, Christoph @ 2003-04-07 17:28 UTC (permalink / raw)


[Test using Emacs-21.2.95.1.]

The variable `after-init-hook' is useful for packages where part of the
initialization has to be performed very late, e.g., to ensure the
correct order of functions in a hook.

Of course, adding a function to this hook instead of executing it
straight away only works if the hook `after-init-hook' hasn't been run
yet.

Thus, we need a variable which we could test for a late initialization.
It would be excellent, if the name would be the same as in XEmacs:

  `init-file-loaded'

  True after the user's init file has been loaded (or suppressed with -q).
  This will be true when `after-init-hook' is run and at all times
  after, and will not be true at any time before.

- Christoph

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-07 17:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-07 17:28 [Feature request] variable `init-file-loaded' Wedler, Christoph

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).