all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Per Abrahamsen <abraham@dina.kvl.dk>
Subject: Re: outline-minor-mode-prefix doen't work?
Date: Wed, 02 Nov 2005 11:19:24 +0100	[thread overview]
Message-ID: <rjvezbz70z.fsf@sheridan.dina.kvl.dk> (raw)
In-Reply-To: mailman.13612.1130899457.20277.help-gnu-emacs@gnu.org

William Xu <william.xwl@gmail.com> writes:

> The point is that setting of outline-minor-mode-prefix should be done
> before loading outline.el, or more exactly, defining the keymap. Do we
> agree on this? If yes, adding (require 'outline) afterwards is just
> explicitly to guarantee this.

The point Stefan and David are trying to make is that Emacs packages
are in general designed to be loaded as late as possible, and relying
on autoload are therefore better than using an explicit require.

You can, again in general, do lots of customizations to a package
before it is loaded.

The reason Emacs work like this is to make upstart faster, and avoid
loading stuff that might not be used in a given session.

Some independently developed packages are designed to take effect just
by loading them, but the Emacs developers try to fix that before
including them in the main distribution.

  parent reply	other threads:[~2005-11-02 10:19 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-27 15:51 outline-minor-mode-prefix doen't work? Brep
2005-10-28 10:25 ` Per Abrahamsen
2005-10-28 16:25   ` Zhang Wei
2005-11-01  4:32     ` Stefan Monnier
2005-11-01 10:19       ` William Xu
     [not found]       ` <mailman.13541.1130841913.20277.help-gnu-emacs@gnu.org>
2005-11-01 12:00         ` David Kastrup
2005-11-01 14:26           ` William Xu
     [not found]           ` <mailman.13562.1130855207.20277.help-gnu-emacs@gnu.org>
2005-11-01 15:38             ` David Kastrup
2005-11-01 16:17               ` William Xu
     [not found]               ` <mailman.13612.1130899457.20277.help-gnu-emacs@gnu.org>
2005-11-02 10:19                 ` Per Abrahamsen [this message]
2005-11-02 11:47                   ` William Xu
2005-11-02 10:20                 ` David Kastrup
2005-11-06 12:17       ` Zhang Wei
2005-11-06 12:50         ` David Kastrup
2005-11-22 20:05         ` Stefan Monnier

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=rjvezbz70z.fsf@sheridan.dina.kvl.dk \
    --to=abraham@dina.kvl.dk \
    /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.