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 12:54:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

<address@hidden> writes:

>> So you are saying this is good style?  And how is this supposed to offer
>> the option that people like me don't want to have the keybinding without
>> setting it explicitly in .emacs.
>
> If it's a keybind on a specific mode, and if it doesn't conflict with the
> keys for that mode, then it's low-impact enough that it's alright.
>
> It's safe to assume that a user who installs SLIME would like a convenient
> way to start SLIME from lisp-mode. The cases where that's not true are
> unlikely to be bothered by an extra keybind. The cases that are bothered
> (because it conflicts with some personal keybind), will have to add a line
> to their init file (either to prevent activation of your package or to fix
> the conflict).

Any personal keybinding would override an autoloaded keymap entry anyway
since personal keybindings don't just magically establish themselves
without writing anything in an initialization file.

-- 
David Kastrup



reply via email to

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