Re: Removing \M-s binding

Kazuhiro Ito <[email protected]> Thu, 25 Jul 2019 17:34:39 +0900
Newsgroups gmane.mail.wanderlust.general.japanese
Message-ID <[email protected]>
> > > Relatedly, \M-s is bound to wl-summary-stick (a very useful command) in
> > > wl-summary-mode-map.  If WL's bindings should not override Emacs's general
> > > bindings (and I think they shouldn't), perhaps that binding should be
> > > changed too.
> > 
> > You are right except the case Wanderlust intendedly override.  The point is
> > that which key should be bound to wl-summary-stick.  If there is no
> > suggestion, I'm going to bind M-S to wl-summary-stick.
> 
> M-S is the same as M-s, so that still overrides Emacs's search-map binding. s
> and S are already bound.

Emacs translates M-[A-Z] to M-[a-z] when M-[A-Z] is not bound to any
function.  But if M-S is bound, M-S runs its own function and is
distinguished from M-s.  I think Emacs bind M-s to search map, but
does not assign M-S to any function.

> What about +?  + is currently not bound in wl-summary-mode-map, and
> it is sort of an obvious choice.

'-' key is already bound to wl-summary-prev-line-content.  If we use
'+' for wl-summary-stick, the asymmetricity seems a bit strange to me.

-- 
Kazuhiro Ito