all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kaushal Modi <kaushal.modi@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: shift+left/right arrow cannot be bound in Emacs
Date: Mon, 14 Sep 2015 15:35:53 +0000	[thread overview]
Message-ID: <CAFyQvY3ogLCMjbobvOfaEo9knp8bEJae73eAwAW-z4DaZ2de=Q@mail.gmail.com> (raw)
In-Reply-To: <87fv2huii8.fsf@mat.ucm.es>

They can be bound if they can be detected.
IIRC S-arrows (shift+arrows) don't work in --no-window mode. Are you
running emacs in GUI mode or -nw (aka terminal) mode?

If you are running in GUI mode, try "C-h c" followed by pressing
Shift+left.

You should one of the below in the echo area:

- <S-left> is undefined
- <S-left> runs the command <COMMAND BOUND TO S-left>

If it is undefined, and if you are running emacs in GUI mode, you can bind
<S-left> using

(global-set-key (kbd "<S-left>") #'YOUR-COMMAND)

On Mon, Sep 14, 2015 at 11:29 AM Uwe Brauer <oub@mat.ucm.es> wrote:

>
> Hello
>
>
> Using Kubuntu 10.04 on Linux, I am faced with the following problem:
>
> I can bind in Emacs:
>
> The left/right arrow keys, like
>
> control+left, or left  (alt/hyper/super)+left
> but *not* shift+left.
>
> Somebody has an idea what is the reason for this behaviour?
>
> thanks
>
> Uwe Brauer
>
>
>


  reply	other threads:[~2015-09-14 15:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-14 15:29 shift+left/right arrow cannot be bound in Emacs Uwe Brauer
2015-09-14 15:35 ` Kaushal Modi [this message]
2015-09-14 16:48 ` Óscar Fuentes
2015-09-14 17:26   ` Uwe Brauer
     [not found]   ` <mailman.1119.1442251609.19560.help-gnu-emacs@gnu.org>
2015-09-14 18:55     ` Dan Espen
2015-09-14 19:47     ` B. T. Raven
2015-09-14 21:52     ` Javier
2015-09-15 23:40 ` Emanuel Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFyQvY3ogLCMjbobvOfaEo9knp8bEJae73eAwAW-z4DaZ2de=Q@mail.gmail.com' \
    --to=kaushal.modi@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.