You are not logged in.

#1 2018-03-09 14:29:55

ateymuri
Member
Registered: 2018-03-09
Posts: 13

Ctrl + Shift + A in Emacs does not work

I can't use Ctrl + Shift + A in Emacs (to select from where the pointer is to the beginning of the line). How can i enable it so that when i am in Emacs it works?

Offline

#2 2018-03-09 15:50:25

ZeroFK
New Member
Registered: 2018-01-18
Posts: 2

Re: Ctrl + Shift + A in Emacs does not work

It could be that the key is not bound correctly in Emacs, or that it is defined as an OpenBox shortcut.  In the latter case, Emacs won't even see the key.

If you press C-h k C-S-a in Emacs, do you get the help for "C-a (translated from C-S-a) runs the command move-beginning-of-line," or do you see something else?  That "(translated from C-S-a)" is important.

Also make sure that variable shift-select-mode is t.

Finally, are you using a graphical Emacs, or in a terminal?  I found several posts about shift-selection not working in terminal mode, e.g. https://s2-forums.vandyke.com/showthread.php?t=5645  This is also the behaviour I see: it works in graphical mode, but not when running emacs in a terminal.  The solutions (if any) all seem to suggest re-binding those keys yourself.

Offline

#3 2018-03-09 22:07:08

Martin
Member
From: Stockholm, Sweden
Registered: 2015-10-01
Posts: 801
Website

Re: Ctrl + Shift + A in Emacs does not work

ateymuri wrote:

I can't use Ctrl + Shift + A in Emacs (to select from where the pointer is to the beginning of the line). How can i enable it so that when i am in Emacs it works?

In graphical mode this works as advertised for me.

/Martin


"Problems worthy of attack
prove their worth by hitting back."
Piet Hein

Offline

#4 2018-03-09 22:59:29

martix
Kim Jong-un Stunt Double
Registered: 2016-02-19
Posts: 1,267

Re: Ctrl + Shift + A in Emacs does not work

As a side note: https://openlibra.com/en/book/gnu-emacs-manual

Long live RMS! smile

Offline

#5 2018-03-10 11:33:33

ateymuri
Member
Registered: 2018-03-09
Posts: 13

Re: Ctrl + Shift + A in Emacs does not work

ZeroFK wrote:

It could be that the key is not bound correctly in Emacs, or that it is defined as an OpenBox shortcut.  In the latter case, Emacs won't even see the key.

If you press C-h k C-S-a in Emacs, do you get the help for "C-a (translated from C-S-a) runs the command move-beginning-of-line," or do you see something else?  That "(translated from C-S-a)" is important.

Also make sure that variable shift-select-mode is t.

Finally, are you using a graphical Emacs, or in a terminal?  I found several posts about shift-selection not working in terminal mode, e.g. https://s2-forums.vandyke.com/showthread.php?t=5645  This is also the behaviour I see: it works in graphical mode, but not when running emacs in a terminal.  The solutions (if any) all seem to suggest re-binding those keys yourself.

The shift-select-mode is t. However when i do C-h k C-S-a nothing happens, which means the keybinding is not set, which is strange. I am using the GUI version of emacs.

Offline

Board footer

Powered by FluxBB