emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Package initialization


From: David Kastrup
Subject: Re: Package initialization
Date: Sun, 19 Jul 2015 14:09:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Artur Malabarba <address@hidden> writes:

>> Any personal keybinding would override an autoloaded keymap entry anyway
>
> I think that depends on which code runs first.

Autoloads don't overwrite already loaded proper code.  They only
overwrite previous autoloads.

So you would have to both
a) define your own bindings with an autoloading keymap (why would you do
that?)
b) load libraries with autoloads _after_ defining your own autoloads
(why would you do that?)

Yes, you can't just load stuff in arbitrary order when coding it in
exactly the same manner and hope that Emacs will guess which stuff is
supposed to be more important to you than other identically coded stuff.

Is that really a surprise to anybody?

-- 
David Kastrup



reply via email to

[Prev in Thread] Current Thread [Next in Thread]