[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
- Re: Issues with quail.el, (continued)
- Re: Issues with quail.el, Michael Welsh Duggan, 2018/05/08
- Re: Issues with quail.el, Amit Ramon, 2018/05/10
- Re: Issues with quail.el, Van L, 2018/05/10
- Re: Issues with quail.el, Amit Ramon, 2018/05/11
- Re: Issues with quail.el, Michael Welsh Duggan, 2018/05/12
- Re: Issues with quail.el, Amit Ramon, 2018/05/12
- Re: Issues with quail.el, K. Handa, 2018/05/12
- Re: Issues with quail.el, K. Handa, 2018/05/17
- Re: Issues with quail.el, Amit Ramon, 2018/05/17
- Re: Issues with quail.el,
Filipp Gunbin <=
- Re: Issues with quail.el, Amit Ramon, 2018/05/17
- Re: Issues with quail.el, K. Handa, 2018/05/18
- Re: Issues with quail.el, Amit Ramon, 2018/05/19
- Re: Issues with quail.el, K. Handa, 2018/05/23
- Re: Issues with quail.el, Amit Ramon, 2018/05/27