[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: shift+left/right arrow cannot be bound in Emacs
From: |
Dan Espen |
Subject: |
Re: shift+left/right arrow cannot be bound in Emacs |
Date: |
Mon, 14 Sep 2015 14:55:43 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Uwe Brauer <oub@mat.ucm.es> writes:
>> Uwe Brauer <oub@mat.ucm.es> writes:
>
>> How are you triying to bind shift+left ?
>
>> In my Emacs 25.0.50.1 on Kubuntu 15.04 asking for the current binding
>> with C-h k shift+left shows
>
>> <left> (translated from <S-left>) runs the command left-char (found in
>> ...
>
>> What says on your system?
>
> The same, I think I begin to understand, the reason is that shift+arrows
> is used for setting the mark (as in MS windows) so it might not be
> possible to bind these key combination.
Works for me:
(define-key global-map [(shift left)] 'xxxx)
(Linux)
--
Dan Espen
Re: shift+left/right arrow cannot be bound in Emacs, Kaushal Modi, 2015/09/14
Re: shift+left/right arrow cannot be bound in Emacs, Emanuel Berg, 2015/09/15