unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Göktuğ Kayaalp" <self@gkayaalp.com>
To: help-gnu-emacs@gnu.org
Subject: How to properly unmap TAB in Quail translation keymap?
Date: Tue, 28 Feb 2023 18:58:55 +0300	[thread overview]
Message-ID: <87a60x7pds.fsf@gkayaalp.com> (raw)

Hello,

I wish Quail to not show completions buffer when I hit TAB. It is almost
always accidental. But so far I haven’t been able to force Quail to let
go of TAB. My current relevant configuration:

;; Use C-<tab> to view quail completions
(define-key quail-translation-keymap [tab] nil)
(define-key quail-translation-keymap [C-tab] #'quail-completion)

which appears to be ineffective.

I use Quail all the time and this is the bane of my existence, and so
far the only real solution has been to use display buffer customisations
to hide the Quail buffer, which is suboptimal, as sometimes I /do/ want
it.

        -Göktuğ.



             reply	other threads:[~2023-02-28 15:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-28 15:58 Göktuğ Kayaalp [this message]
2023-03-03 15:24 ` How to properly unmap TAB in Quail translation keymap? Stefan Monnier via Users list for the GNU Emacs text editor

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=87a60x7pds.fsf@gkayaalp.com \
    --to=self@gkayaalp.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).