emacs-devel
[Top][All Lists]
Advanced

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

Re: Issues with quail.el


From: K. Handa
Subject: Re: Issues with quail.el
Date: Fri, 18 May 2018 23:36:16 +0900

In article <address@hidden>, Filipp Gunbin <address@hidden> writes:

> On 17/05/2018 21:31 +0900, K. Handa wrote:
> > Here's the patch to fix it.  Could you please try it?
...
> > +         ;; This location not available in the current keyboard
> > +         ;; layout.  Check if the location is used to substitute
> > +         ;; for the other location of the standard layout.
> > +         (if (setq i (cdr (rassq i quail-keyboard-layout-substitution)))
> > +             (aref quail-keyboard-layout i)

> Cannot understand this part - it seems to look up alist element by cdr
> (i), and then set i to the same value.  Should there be `(car (rassq..'
> instead?

You are right.  I made quail-keyboard-untranslate by copying
quail-keyboard-translate and forgot to adjust the above part correctly.

---
K. Handa
address@hidden



reply via email to

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