emacs-devel
[Top][All Lists]
Advanced

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

Re: Package initialization


From: Helmut Eller
Subject: Re: Package initialization
Date: Sun, 19 Jul 2015 12:48:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

On Sun, Jul 19 2015, address@hidden wrote:

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

In other words: the recommended style is to set up key bindings with
autoload cookies.

Helmut



reply via email to

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