From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: handa@gnu.org (K. Handa) Newsgroups: gmane.emacs.bugs Subject: bug#18023: 24.3.92; [PATH] Missing fallback in latin-postfix input method Date: Thu, 24 Jul 2014 23:09:00 +0900 Message-ID: <87bnselugz.fsf@gnu.org> References: <874myjnjek.fsf@tanger.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1406211027 19268 80.91.229.3 (24 Jul 2014 14:10:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jul 2014 14:10:27 +0000 (UTC) Cc: 18023@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 24 16:10:19 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XAJiq-0000jh-JA for geb-bug-gnu-emacs@m.gmane.org; Thu, 24 Jul 2014 16:10:16 +0200 Original-Received: from localhost ([::1]:50115 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAJiq-000623-1j for geb-bug-gnu-emacs@m.gmane.org; Thu, 24 Jul 2014 10:10:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44513) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAJie-0005nF-GE for bug-gnu-emacs@gnu.org; Thu, 24 Jul 2014 10:10:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XAJid-0000A6-D0 for bug-gnu-emacs@gnu.org; Thu, 24 Jul 2014 10:10:04 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:41545) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAJid-00009F-8O for bug-gnu-emacs@gnu.org; Thu, 24 Jul 2014 10:10:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XAJic-0006YD-Fq for bug-gnu-emacs@gnu.org; Thu, 24 Jul 2014 10:10:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: handa@gnu.org (K. Handa) Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 24 Jul 2014 14:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18023 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 18023-submit@debbugs.gnu.org id=B18023.140621096525121 (code B ref 18023); Thu, 24 Jul 2014 14:10:02 +0000 Original-Received: (at 18023) by debbugs.gnu.org; 24 Jul 2014 14:09:25 +0000 Original-Received: from localhost ([127.0.0.1]:36811 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XAJhx-0006X3-52 for submit@debbugs.gnu.org; Thu, 24 Jul 2014 10:09:24 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:39908 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XAJhq-0006Wo-0Q for 18023@debbugs.gnu.org; Thu, 24 Jul 2014 10:09:17 -0400 Original-Received: from fl1-119-240-91-99.iba.mesh.ad.jp ([119.240.91.99]:53494 helo=wanchai) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1XAJho-0001xW-Ro; Thu, 24 Jul 2014 10:09:13 -0400 Original-Received: from handa by wanchai with local (Exim 4.80) (envelope-from ) id 1XAJhc-0004er-FO; Thu, 24 Jul 2014 23:09:00 +0900 In-Reply-To: (message from Stefan Monnier on Mon, 21 Jul 2014 14:33:44 -0400) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:91771 Archived-At: In article , Stefan Monnier writes: > > This patch permits the user to type " _" using the latin-postfix input > > method. ATM the user has to use the following sequence: > > `SPC SPC DEL _' > I have no objection to the patch, but don't have time to evaluate it > (I'm travelling and only have occasionally Internet access). I agree with the patch because it provides the consistent behavor of that input method; i.e. when latin-post converts the typing of "xy" to "z", you can insert "xy" by typing "xyy" without deactivating the input method. --- Kenichi Handa handa@gnu.org