From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: latin-prefix input method niggles Date: Fri, 11 Jan 2019 21:12:35 +0200 Message-ID: <8336pzgg9o.fsf@gnu.org> References: <83y37sgvej.fsf@gnu.org> <83r2djhdws.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1547234018 21247 195.159.176.226 (11 Jan 2019 19:13:38 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 11 Jan 2019 19:13:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 11 20:13:34 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gi2FI-0005NR-Jy for ged-emacs-devel@m.gmane.org; Fri, 11 Jan 2019 20:13:32 +0100 Original-Received: from localhost ([127.0.0.1]:55459 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gi2HP-00066d-Hw for ged-emacs-devel@m.gmane.org; Fri, 11 Jan 2019 14:15:43 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:60268) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gi2Ef-00048W-Eq for emacs-devel@gnu.org; Fri, 11 Jan 2019 14:12:54 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50303) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gi2Ee-0005Qr-PD; Fri, 11 Jan 2019 14:12:52 -0500 Original-Received: from [176.228.60.248] (port=4456 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gi2Ee-0007iN-Bd; Fri, 11 Jan 2019 14:12:52 -0500 In-reply-to: (message from Robert Pluim on Fri, 11 Jan 2019 11:58:24 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:232312 Archived-At: > From: Robert Pluim > Date: Fri, 11 Jan 2019 11:58:24 +0100 > > This is what I have so far. LGTM, thanks. > I have no idea why ~o produces ġ in latin-prefix, if thatʼs an error I > can remove it. It might be confusion caused by the docstring of > latin-3-prefix, which says > > dot above | / . | /g -> ġ .o -> ġ > > when itʼs actually .g -> ġ , with no mapping for 'o' at all. I think ~o is indeed a mistake, and should be deleted. It makes no sense.