[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: shift+tab doesn't work in terminal



>>>>> In [emacs-w3m : No.09498]
>>>>>	Leo <sdl.web@xxxxxxxxx> wrote:

> With w3m-key-binding set to info, "shift+tab" doesn't work in emacs
> running in xterm.

See lisp/term/xterm.el.  It suggests that xterm should issue the
code "\e[27;2;9~" to make Emacs recognize it as [S-tab].  Though
whether Emacs loads lisp/term/xterm.elc might be due to the TERM
environment variable, moreover what code xterm issues for [S-tab]
might be due to Xmodemap.  I don't know how to make them work
properly.