all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Douglas Lewan <d.lewan2000@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Avoiding selection in quail
Date: Sat, 29 Jun 2019 13:36:57 -0400	[thread overview]
Message-ID: <6a9f7a4e-91fb-b478-2387-507e45a31099@gmail.com> (raw)

I'd like to add "|N" --> "ℕ" (among a few others) to latin-1-prefix:

(with-temp-buffer
   (set-input-method 'latin-1-prefix)
   ...
   (quail-defrule "|N" "̱ℕ")
   ...))

When I type "|N" quail gives me a list to choose from. I know that in 
previous lives that hasn't happened. Can someone help my understand what 
I'm doing wrong?

I'm running emacs 24.5 on Debian 9.4.0. (My first thought was that 
Debian might have messed with something related, but I've gone through 
the Debian-specific emacs lisp, but I didn't find anything.)

Thanks.

-- 
,Doug




             reply	other threads:[~2019-06-29 17:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-29 17:36 Douglas Lewan [this message]
2019-06-29 18:16 ` Avoiding selection in quail Eli Zaretskii
2019-06-29 18:33 ` Yuri Khan
2019-06-29 21:27   ` Douglas Lewan

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

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

  git send-email \
    --in-reply-to=6a9f7a4e-91fb-b478-2387-507e45a31099@gmail.com \
    --to=d.lewan2000@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.
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.