help-gnu-emacs
[Top][All Lists]
Advanced

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

Avoiding selection in quail


From: Douglas Lewan
Subject: Avoiding selection in quail
Date: Sat, 29 Jun 2019 13:36:57 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

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 via email to

[Prev in Thread] Current Thread [Next in Thread]