all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* S-TAB, <S-tab>, and <backtab>
@ 2021-09-14 10:16 Hongyi Zhao
  2021-09-14 10:54 ` Eric S Fraga
  0 siblings, 1 reply; 7+ messages in thread
From: Hongyi Zhao @ 2021-09-14 10:16 UTC (permalink / raw)
  To: help-gnu-emacs

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-09-16  0:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-14 10:16 S-TAB, <S-tab>, and <backtab> Hongyi Zhao
2021-09-14 10:54 ` 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

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.