emacs-devel
[Top][All Lists]
Advanced

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

Re: Issues with quail.el


From: Filipp Gunbin
Subject: Re: Issues with quail.el
Date: Thu, 17 May 2018 18:44:00 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (darwin)

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?

Sorry if missing something obvious.

Filipp



reply via email to

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