GNU bug report logs -
#17206
24.3; S-up bindkey not being set for windmove-up in emacs -nw
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 17206 in the body.
You can then email your comments to 17206 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#17206
; Package
emacs
.
(Sun, 06 Apr 2014 14:07:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Gopinath, Rahul" <gopinath <at> eecs.oregonstate.edu>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Sun, 06 Apr 2014 14:07:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
$ emacs -nw -Q
On emacs, execute
M-x windmove-default-keybindings
Cx-2
Cx-3
While S-<Left> S-<Right>, S-<Down>, works S-<Up> responds with "<select>
is undefined". (C-h k) is saying that the key is undefined.
Next, I tried M-x windmove-up, which worked correctly, and the status
line said that I can use S-<up> instead (which does not work).
Next, I tried to set it using the global .emacs file with
(global-set-key (kbd "S-<up>") 'windmove-up)
This did not succeed, with S-<up> not being recognized as set.
Lastly, I tried manually defining it with M-x global-set-key S-<up>
windmove-up. Interestingly, this works with the key bound as expected.
In GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2)
of 2014-02-22 on king, modified by Debian
System Description: Ubuntu 12.04.4 LTS
Configured using:
`configure '--build' 'x86_64-linux-gnu' '--build' 'x86_64-linux-gnu'
'--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib'
'--localstatedir=/var/lib' '--infodir=/usr/share/info'
'--mandir=/usr/share/man' '--with-pop=yes'
'--enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.3/site-lisp:/usr/local/
share/emacs/site-lisp:/usr/share/emacs/24.3/site-lisp:/usr/share/emacs/site-lisp'
'--with-crt-dir=/usr/lib/x86_64-linux-gnu' '--with-x=yes'
'--with-x-toolkit=gtk3' '--with-toolkit-scroll-bars'
'build_alias=x86_64-linux-gnu' 'CFLAGS=-g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Wformat-security
-Werror=format-security -Wall' 'LDFLAGS=-Wl,-Bsymbolic-functions
-Wl,-z,relro' 'CPPFLAGS=-D_FORTIFY_SOURCE=2''
Important settings:
value of $LANG: en_US.UTF-8
locale-coding-system: utf-8-unix
default enable-multibyte-characters: t
Major mode: Lisp Interaction
Minor modes in effect:
tooltip-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
line-number-mode: t
transient-mark-mode: t
Recent input:
ESC [ > 0 ; 2 7 1 ; 0 c ESC ] 1 1 ; r g b : 0 0 0 0
/ 0 0 0 0 / 0 0 0 0 ESC \ ESC x r e p o TAB r TAB
RET
Recent messages:
("emacs")
For information about GNU Emacs and the GNU system, type C-h C-a.
Making completion list...
delete-backward-char: Text is read-only
Load-path shadows:
None found.
Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils help-mode easymenu time-date tooltip ediff-hook
vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image
regexp-opt fringe tabulated-list newcomment lisp-mode register page
menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock
syntax facemenu font-core frame cham georgian utf-8-lang misc-lang
vietnamese tibetan thai tai-viet lao korean japanese hebrew greek
romanian slovak czech european ethiopic indian cyrillic chinese
case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs
button faces cus-face macroexp files text-properties overlay sha1 md5
base64 format env code-pages mule custom widget hashtable-print-readable
backquote make-network-process dbusbind dynamic-setting
system-font-setting font-render-setting move-toolbar gtk x-toolkit x
multi-tty emacs)
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#17206
; Package
emacs
.
(Sun, 06 Apr 2014 15:16:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 17206 <at> debbugs.gnu.org (full text, mbox):
> Date: Sat, 5 Apr 2014 21:57:41 -0700
> From: "Gopinath, Rahul" <gopinath <at> eecs.oregonstate.edu>
>
> $ emacs -nw -Q
> On emacs, execute
> M-x windmove-default-keybindings
>
> Cx-2
> Cx-3
>
> While S-<Left> S-<Right>, S-<Down>, works S-<Up> responds with "<select>
> is undefined". (C-h k) is saying that the key is undefined.
>
> Next, I tried M-x windmove-up, which worked correctly, and the status
> line said that I can use S-<up> instead (which does not work).
>
> Next, I tried to set it using the global .emacs file with
> (global-set-key (kbd "S-<up>") 'windmove-up)
> This did not succeed, with S-<up> not being recognized as set.
>
> Lastly, I tried manually defining it with M-x global-set-key S-<up>
> windmove-up. Interestingly, this works with the key bound as expected.
What is the type of your TTY display, and what escape sequence does
that terminal send when you press S-<Up>?
Reply sent
to
Juri Linkov <juri <at> jurta.org>
:
You have taken responsibility.
(Sun, 06 Apr 2014 18:48:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
"Gopinath, Rahul" <gopinath <at> eecs.oregonstate.edu>
:
bug acknowledged by developer.
(Sun, 06 Apr 2014 18:48:03 GMT)
Full text and
rfc822 format available.
Message #13 received at 17206-done <at> debbugs.gnu.org (full text, mbox):
Version: 24.4
> While S-<Left> S-<Right>, S-<Down>, works S-<Up> responds with "<select>
> is undefined". (C-h k) is saying that the key is undefined.
>
> Next, I tried M-x windmove-up, which worked correctly, and the status
> line said that I can use S-<up> instead (which does not work).
>
> Next, I tried to set it using the global .emacs file with
> (global-set-key (kbd "S-<up>") 'windmove-up)
> This did not succeed, with S-<up> not being recognized as set.
>
> Lastly, I tried manually defining it with M-x global-set-key S-<up>
> windmove-up. Interestingly, this works with the key bound as expected.
>
> In GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2)
Thanks for your report. This has already been fixed for 24.4 in
http://debbugs.gnu.org/13471
Forcibly Merged 13471 17206.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Sun, 06 Apr 2014 18:53:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 05 May 2014 11:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 11 years and 52 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.