From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.bugs Subject: bug#7282: 23.2; [PATCH] Improve text composition by Input Methods on MacOSX. Date: Wed, 27 Oct 2010 15:17:02 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: dough.gmane.org 1288161817 15313 80.91.229.12 (27 Oct 2010 06:43:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 27 Oct 2010 06:43:37 +0000 (UTC) Cc: 7282@debbugs.gnu.org To: Keitaro Miyazaki Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 27 08:43:35 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PAzjT-0004I7-1X for geb-bug-gnu-emacs@m.gmane.org; Wed, 27 Oct 2010 08:43:35 +0200 Original-Received: from localhost ([127.0.0.1]:60237 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAzjS-0008Hl-C8 for geb-bug-gnu-emacs@m.gmane.org; Wed, 27 Oct 2010 02:43:34 -0400 Original-Received: from [140.186.70.92] (port=49562 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAziw-00082g-RV for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2010 02:43:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAziv-00076q-Ak for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2010 02:43:02 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:32782) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAziv-00076m-9L for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2010 02:43:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1PAzGs-0000Gz-BE; Wed, 27 Oct 2010 02:14:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: YAMAMOTO Mitsuharu Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 27 Oct 2010 06:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7282 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 7282-submit@debbugs.gnu.org id=B7282.12881599831030 (code B ref 7282); Wed, 27 Oct 2010 06:14:02 +0000 Original-Received: (at 7282) by debbugs.gnu.org; 27 Oct 2010 06:13:03 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PAzFv-0000GZ-6d for submit@debbugs.gnu.org; Wed, 27 Oct 2010 02:13:03 -0400 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PAzFr-0000GN-Gx for 7282@debbugs.gnu.org; Wed, 27 Oct 2010 02:13:00 -0400 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id E38DDC0557; Wed, 27 Oct 2010 15:17:02 +0900 (JST) In-Reply-To: User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?UTF-8?Q?Shij=C5=8D?=) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 27 Oct 2010 02:14:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:41162 Archived-At: >>>>> On Wed, 27 Oct 2010 14:46:56 +0900, YAMAMOTO Mitsuharu said: > The members in `selRange' are in UTF-16 indices. So they are not Oops, "they do not"... > necessarily coincide with character indices when the marked text > contains non-BMP characters. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp