unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Hongyi Zhao <hongyi.zhao@gmail.com>
To: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: S-TAB, <S-tab>, and <backtab>
Date: Tue, 14 Sep 2021 18:16:24 +0800	[thread overview]
Message-ID: <CAGP6POLG0eotPVHTRFwyASGATDhiKbh+O3r6s8Rbjt_s2RvH3A@mail.gmail.com> (raw)

On Ubuntu 20.04.2 LTS, I use the latest git master version of Emacs
compiled by myself. According to the note here [1], I want to bind the
`company-select-previous' command of company package to `Shift Tab',
and tried the following configuration:

;;;
(use-package company
  :demand t
  :bind
  ( :map company-active-map
   [...]

   ("S-TAB" . company-select-previous)
   ;or
   ("<S-tab>" . company-select-previous)
   ;or
   ("<backtab>" . company-select-previous)
   [...]
;;;

But based on my tries, only the following binding is valid:

("<backtab>" . company-select-previous)

[1] https://www.emacswiki.org/emacs/EmacsKeyNotation

Any hints for this problem will be highly appreciated.

Regards
-- 
Assoc. Prof. Hongyi Zhao <hongyi.zhao@gmail.com>
Theory and Simulation of Materials
Hebei Vocational University of Technology and Engineering
No. 473, Quannan West Street, Xindu District, Xingtai, Hebei province



             reply	other threads:[~2021-09-14 10:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-14 10:16 Hongyi Zhao [this message]
2021-09-14 10:54 ` S-TAB, <S-tab>, and <backtab> Eric S Fraga
2021-09-15  0:13   ` Hongyi Zhao
2021-09-15 10:14     ` Eric S Fraga
2021-09-15 12:38       ` Hongyi Zhao
2021-09-15 16:17         ` Yuri Khan
2021-09-16  0:09           ` Hongyi Zhao

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=CAGP6POLG0eotPVHTRFwyASGATDhiKbh+O3r6s8Rbjt_s2RvH3A@mail.gmail.com \
    --to=hongyi.zhao@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).